#A666BA

Color #A666BA Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #A666BA

Tints of Deep Lilac #A666BA

Color information

#A666BA (or 0xA666BA) is unknown color: approx Deep Lilac. HEX triplet: A6, 66 and BA. RGB value is (166,102,186). Sum of RGB (Red+Green+Blue) = 166+102+186=454 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.56% from 454); Green value is 102 (40.23% from 255 or 22.47% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 186 - color contains mainly: blue. Hex color #A666BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A666BA is #599945. Grayscale: #828282. Windows color (decimal): -5871942 or 12215974. OLE color: 12215974.

HSL color Cylindrical-coordinate representation of color #A666BA: hue angle of 285.71º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A666BA is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB166102186-
CMYK0.110.4500.27
HSL285.71º37.84%56.47%-
HSV(B)285.71º45.16%72.94%-
XYZ29.3421.1548.99-
YUV130.71159.2153.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 166 (65.23% from 255) = 36.56%
GREEN value IS 102 (40.23% from 255) = 22.47%
BLUE value IS 186 (73.05% from 255) = 40.97%
R=36.56%
G=22.47%
B=40.97%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1661021860.110.4500.27285.7137.8456.47
HexA666BAB2D01B11e2638
Octal24614627213550334364670
Binary101001101100110101110101011101101011011100011110100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A666BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A666BA; }

 p { color: rgb(166,102,186); }

 H1.HeaderClassName
 {
   color: #A666BA;
 }
 .AnyTagClassName
 {
   color: #A666BA;
 }
</style>
background-color css

<style>
 a { background-color: #A666BA; }

 a { background-color: rgb(166,102,186); }

 div.DivClassName
 {
   background-color: #A666BA;
 }
 .BgClassName
 {
   background-color: #A666BA;
 }
</style>
border-color css

<style>
 span { border-color: #A666BA; }

 span { border-color: rgb(166,102,186); }

 td.TdClassName
 {
   border-color: #A666BA;
 }
 .TagClassName
 {
   border-color: #A666BA;
 }
</style>