#AB66BA

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

Shades of Deep Lilac #AB66BA

Tints of Deep Lilac #AB66BA

Color information

#AB66BA (or 0xAB66BA) is unknown color: approx Deep Lilac. HEX triplet: AB, 66 and BA. RGB value is (171,102,186). Sum of RGB (Red+Green+Blue) = 171+102+186=459 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.25% from 459); Green value is 102 (40.23% from 255 or 22.22% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB66BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB66BA is #549945. Grayscale: #838383. Windows color (decimal): -5544262 or 12215979. OLE color: 12215979.

HSL color Cylindrical-coordinate representation of color #AB66BA: hue angle of 289.29º 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 #AB66BA is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB171102186-
CMYK0.080.4500.27
HSL289.29º37.84%56.47%-
HSV(B)289.29º45.16%72.94%-
XYZ30.4121.7149.04-
YUV132.21158.36155.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.25%
GREEN value IS 102 (40.23% from 255) = 22.22%
BLUE value IS 186 (73.05% from 255) = 40.52%
R=37.25%
G=22.22%
B=40.52%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711021860.080.4500.27289.2937.8456.47
HexAB66BA82D01B1212638
Octal25314627210550334414670
Binary101010111100110101110101000101101011011100100001100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB66BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB66BA; }

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

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

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

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

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

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

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

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