#A66ABF

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

Shades of Deep Lilac #A66ABF

Tints of Deep Lilac #A66ABF

Color information

#A66ABF (or 0xA66ABF) is unknown color: approx Deep Lilac. HEX triplet: A6, 6A and BF. RGB value is (166,106,191). Sum of RGB (Red+Green+Blue) = 166+106+191=463 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.85% from 463); Green value is 106 (41.80% from 255 or 22.89% from 463); Blue value is 191 (75% from 255 or 41.25% from 463); Max value from RGB is 191 - color contains mainly: blue. Hex color #A66ABF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66ABF is #599540. Grayscale: #858585. Windows color (decimal): -5870913 or 12544678. OLE color: 12544678.

HSL color Cylindrical-coordinate representation of color #A66ABF: hue angle of 282.35º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A66ABF is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB166106191-
CMYK0.130.4500.25
HSL282.35º39.91%58.24%-
HSV(B)282.35º44.5%74.9%-
XYZ30.2822.1851.97-
YUV133.63160.38151.09-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.85%
GREEN value IS 106 (41.80% from 255) = 22.89%
BLUE value IS 191 (75% from 255) = 41.25%
R=35.85%
G=22.89%
B=41.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661061910.130.4500.25282.3539.9158.24
HexA66ABFD2D01911a283a
Octal24615227715550314325072
Binary101001101101010101111111101101101011001100011010101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66ABF; }

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

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

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

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

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

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

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

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