#AB66BC

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

Shades of Deep Lilac #AB66BC

Tints of Deep Lilac #AB66BC

Color information

#AB66BC (or 0xAB66BC) is unknown color: approx Deep Lilac. HEX triplet: AB, 66 and BC. RGB value is (171,102,188). Sum of RGB (Red+Green+Blue) = 171+102+188=461 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.09% from 461); Green value is 102 (40.23% from 255 or 22.13% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB66BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB66BC is #549943. Grayscale: #848484. Windows color (decimal): -5544260 or 12347051. OLE color: 12347051.

HSL color Cylindrical-coordinate representation of color #AB66BC: hue angle of 288.14º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AB66BC is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB171102188-
CMYK0.090.4600.26
HSL288.14º39.09%56.86%-
HSV(B)288.14º45.74%73.73%-
XYZ30.6221.7950.17-
YUV132.44159.36155.51-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.09%
GREEN value IS 102 (40.23% from 255) = 22.13%
BLUE value IS 188 (73.83% from 255) = 40.78%
R=37.09%
G=22.13%
B=40.78%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711021880.090.4600.26288.1439.0956.86
HexAB66BC92E01A1202739
Octal25314627411560324404771
Binary101010111100110101111001001101110011010100100000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB66BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB66BC; }

 p { color: rgb(171,102,188); }

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

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

 a { background-color: rgb(171,102,188); }

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

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

 span { border-color: rgb(171,102,188); }

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