#A66BBB

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

Shades of Deep Lilac #A66BBB

Tints of Deep Lilac #A66BBB

Color information

#A66BBB (or 0xA66BBB) is unknown color: approx Deep Lilac. HEX triplet: A6, 6B and BB. RGB value is (166,107,187). Sum of RGB (Red+Green+Blue) = 166+107+187=460 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.09% from 460); Green value is 107 (42.19% from 255 or 23.26% from 460); Blue value is 187 (73.44% from 255 or 40.65% from 460); Max value from RGB is 187 - color contains mainly: blue. Hex color #A66BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66BBB is #599444. Grayscale: #858585. Windows color (decimal): -5870661 or 12282790. OLE color: 12282790.

HSL color Cylindrical-coordinate representation of color #A66BBB: hue angle of 284.25º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A66BBB is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB166107187-
CMYK0.110.4300.27
HSL284.25º37.04%57.65%-
HSV(B)284.25º42.78%73.33%-
XYZ29.9522.2149.72-
YUV133.76158.05151-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.09%
GREEN value IS 107 (42.19% from 255) = 23.26%
BLUE value IS 187 (73.44% from 255) = 40.65%
R=36.09%
G=23.26%
B=40.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1661071870.110.4300.27284.2537.0457.65
HexA66BBBB2B01B11c253a
Octal24615327313530334344572
Binary101001101101011101110111011101011011011100011100100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66BBB; }

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

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

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

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

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

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

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

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