#A66ABD

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

Shades of Deep Lilac #A66ABD

Tints of Deep Lilac #A66ABD

Color information

#A66ABD (or 0xA66ABD) is unknown color: approx Deep Lilac. HEX triplet: A6, 6A and BD. RGB value is (166,106,189). Sum of RGB (Red+Green+Blue) = 166+106+189=461 (61% of max value = 765). Red value is 166 (65.23% from 255 or 36.01% from 461); Green value is 106 (41.80% from 255 or 22.99% from 461); Blue value is 189 (74.22% from 255 or 41.00% from 461); Max value from RGB is 189 - color contains mainly: blue. Hex color #A66ABD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66ABD is #599542. Grayscale: #858585. Windows color (decimal): -5870915 or 12413606. OLE color: 12413606.

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

Color convert

RGB166106189-
CMYK0.120.4400.26
HSL283.37º38.6%57.84%-
HSV(B)283.37º43.92%74.12%-
XYZ30.0722.0950.82-
YUV133.4159.38151.25-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.01%
GREEN value IS 106 (41.80% from 255) = 22.99%
BLUE value IS 189 (74.22% from 255) = 41.00%
R=36.01%
G=22.99%
B=41.00%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1661061890.120.4400.26283.3738.657.84
HexA66ABDC2C01A11b273a
Octal24615227514540324334772
Binary101001101101010101111011100101100011010100011011100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66ABD; }

 p { color: rgb(166,106,189); }

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

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

 a { background-color: rgb(166,106,189); }

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

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

 span { border-color: rgb(166,106,189); }

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