#A66BB4

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

Shades of Deep Lilac #A66BB4

Tints of Deep Lilac #A66BB4

Color information

#A66BB4 (or 0xA66BB4) is unknown color: approx Deep Lilac. HEX triplet: A6, 6B and B4. RGB value is (166,107,180). Sum of RGB (Red+Green+Blue) = 166+107+180=453 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.64% from 453); Green value is 107 (42.19% from 255 or 23.62% from 453); Blue value is 180 (70.70% from 255 or 39.74% from 453); Max value from RGB is 180 - color contains mainly: blue. Hex color #A66BB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66BB4 is #59944B. Grayscale: #848484. Windows color (decimal): -5870668 or 11824038. OLE color: 11824038.

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

Color convert

RGB166107180-
CMYK0.080.4100.29
HSL288.49º32.74%56.27%-
HSV(B)288.49º40.56%70.59%-
XYZ29.2221.9245.87-
YUV132.96154.55151.56-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.64%
GREEN value IS 107 (42.19% from 255) = 23.62%
BLUE value IS 180 (70.70% from 255) = 39.74%
R=36.64%
G=23.62%
B=39.74%

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
Decimal1661071800.080.4100.29288.4932.7456.27
HexA66BB482901D1202138
Octal24615326410510354404170
Binary101001101101011101101001000101001011101100100000100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66BB4; }

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

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

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

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

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

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

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

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