#A66AB4

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

Shades of Deep Lilac #A66AB4

Tints of Deep Lilac #A66AB4

Color information

#A66AB4 (or 0xA66AB4) is unknown color: approx Deep Lilac. HEX triplet: A6, 6A and B4. RGB value is (166,106,180). Sum of RGB (Red+Green+Blue) = 166+106+180=452 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.73% from 452); Green value is 106 (41.80% from 255 or 23.45% from 452); Blue value is 180 (70.70% from 255 or 39.82% from 452); Max value from RGB is 180 - color contains mainly: blue. Hex color #A66AB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66AB4 is #59954B. Grayscale: #848484. Windows color (decimal): -5870924 or 11823782. OLE color: 11823782.

HSL color Cylindrical-coordinate representation of color #A66AB4: hue angle of 288.65º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A66AB4 is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB166106180-
CMYK0.080.4100.29
HSL288.65º33.04%56.08%-
HSV(B)288.65º41.11%70.59%-
XYZ29.1221.7145.84-
YUV132.38154.88151.98-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.73%
GREEN value IS 106 (41.80% from 255) = 23.45%
BLUE value IS 180 (70.70% from 255) = 39.82%
R=36.73%
G=23.45%
B=39.82%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1661061800.080.4100.29288.6533.0456.08
HexA66AB482901D1212138
Octal24615226410510354414170
Binary101001101101010101101001000101001011101100100001100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66AB4; }

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

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

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

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

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

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

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

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