#A66CB9

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

Shades of Deep Lilac #A66CB9

Tints of Deep Lilac #A66CB9

Color information

#A66CB9 (or 0xA66CB9) is unknown color: approx Deep Lilac. HEX triplet: A6, 6C and B9. RGB value is (166,108,185). Sum of RGB (Red+Green+Blue) = 166+108+185=459 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.17% from 459); Green value is 108 (42.58% from 255 or 23.53% from 459); Blue value is 185 (72.66% from 255 or 40.31% from 459); Max value from RGB is 185 - color contains mainly: blue. Hex color #A66CB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66CB9 is #599346. Grayscale: #858585. Windows color (decimal): -5870407 or 12151974. OLE color: 12151974.

HSL color Cylindrical-coordinate representation of color #A66CB9: hue angle of 285.19º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A66CB9 is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB166108185-
CMYK0.100.4200.27
HSL285.19º35.48%57.45%-
HSV(B)285.19º41.62%72.55%-
XYZ29.8522.3348.64-
YUV134.12156.72150.74-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.17%
GREEN value IS 108 (42.58% from 255) = 23.53%
BLUE value IS 185 (72.66% from 255) = 40.31%
R=36.17%
G=23.53%
B=40.31%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1661081850.100.4200.27285.1935.4857.45
HexA66CB9A2A01B11d2339
Octal24615427112520334354371
Binary101001101101100101110011010101010011011100011101100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66CB9; }

 p { color: rgb(166,108,185); }

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

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

 a { background-color: rgb(166,108,185); }

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

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

 span { border-color: rgb(166,108,185); }

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