COLOR #AD6ECA

HEX: #AD6ECA
RGB: (173,110,202)

Renk bilgisi

#AD6ECA contains mainly red and blue colors. #AD6ECA ‘ nin web güvenlik rengi #9966CC (ya da #96C) dir.

RGB renk modeli

#AD6ECA color RGB value is (173,110,202).

  • kırmız ton 173;
  • yeşil ton 110;
  • mavi ton 202.
RGB:
(173,110,202)
(68%,43%,79%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 110 of 255 = 43%
B 202 of 255 = 79%

173
110
202

R + G + B ~ 63%. #AD6ECA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 110 + 202 = 485 (100%)
R 173 of 485 ~ 35.67%
G 110 of 485 ~ 22.68%
B 202 of 485 ~ 41.65%

%35.67
%22.68
%41.65

CMYK RENK MODELİ

#AD6ECA rengi CMYK tonu (14,46,0,21).

  • camgöbeği tonu 14.36%
  • eflatun tonu 45.54%
  • sarı tonu 0.00%
  • ana renk tonu 20.78%
CMYK:
(14,46,0,21)
C14M46Y0K21 
(14%,46%,0%,21%)
(0.14/0.46/0.00/0.21)	

CMYK yüzdeleri

%14.36
%45.54
%0
%20.78

Codes

Color #AD6ECA in popluar color models

AD6ECA
RGB173110202
HSL281°46.46%61.18%
HSB/HSV281°45.54%79.22%
CMYK14.36%45.54%0.00%
20.78%

Color #AD6ECA in popluar number systems.

HEXAD6ECA
Decimal173110202
Binary10101101110111011001010
Octal255156312

Shades and tints

Shades of #AD6ECA

#AD6ECA
(173,110,202)
#9E64B8
(158,100,184)
#8F5AA6
(143,90,166)
#805094
(128,80,148)
#714682
(113,70,130)
#623C70
(98,60,112)
#53325E
(83,50,94)
#44284C
(68,40,76)
#351E3A
(53,30,58)
#261428
(38,20,40)
#170A16
(23,10,22)
#000000
(0,0,0)

Tints of #AD6ECA

#AD6ECA
(173,110,202)
#B47BCE
(180,123,206)
#BB88D2
(187,136,210)
#C295D6
(194,149,214)
#C9A2DA
(201,162,218)
#D0AFDE
(208,175,222)
#D7BCE2
(215,188,226)
#DEC9E6
(222,201,230)
#E5D6EA
(229,214,234)
#ECE3EE
(236,227,238)
#F3F0F2
(243,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD6ECA color. Also use rgb(173,110,202) instead hex code.

Text Font Color

.myTextColor { color: #AD6ECA; }

<p style="color:#AD6ECA">This sample text font color is #AD6ECA.</p>

This text font color is #AD6ECA.


Background Color

.myBgColor { background-color: #AD6ECA; }

<div style="background-color:#AD6ECA">Inner text</div>

This div background color is #AD6ECA.


Border color

.myBorderColor { border: 1px solid #AD6ECA; }

<div style="border:3px solid #AD6ECA">Div</div>

This div border color is #AD6ECA.


Opacity

.myOpacity80 { color: #AD6ECA; opacity: 0.8; }

<p style="color:#AD6ECA;opacity:0.8;">80%</p>

Text with #AD6ECA color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #AD6ECA;}

<p style="text-shadow: 3px 3px 1px #AD6ECA">Text here.</p>

This text has shadow with #AD6ECA color.

.textShadow {text-shadow: 3px 3px 1px #AD6ECA, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #AD6ECA, 5px 5px 20px red">Text here.</p>

This text has shadow with #AD6ECA primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD6ECA, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#AD6ECA, Direction=45, Strength=4)">Text</p>

This text has shadow with #AD6ECA and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #AD6ECA;
  -webkit-box-shadow:	1px 1px 3px 2px #AD6ECA;
  box-shadow:		1px 1px 3px 2px #AD6ECA;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AD6ECA;
-webkit-box-shadow: 1px 1px 3px 2px #AD6ECA;
box-shadow:1px 1px 3px 2px #AD6ECA;">
Div content here</div>
This div box has shadow with color #AD6ECA.

Preview

Color preview on black background

This text has color #AD6ECA on black background.


Color preview on white background

This text has color #AD6ECA on white background.



Black color preview on #AD6ECA background

This text has black color on #AD6ECA background.


White color preview on #AD6ECA background

This text has white color on #AD6ECA background.