#A666B4

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

Shades of Deep Lilac #A666B4

Tints of Deep Lilac #A666B4

Color information

#A666B4 (or 0xA666B4) is unknown color: approx Deep Lilac. HEX triplet: A6, 66 and B4. RGB value is (166,102,180). Sum of RGB (Red+Green+Blue) = 166+102+180=448 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.05% from 448); Green value is 102 (40.23% from 255 or 22.77% from 448); Blue value is 180 (70.70% from 255 or 40.18% from 448); Max value from RGB is 180 - color contains mainly: blue. Hex color #A666B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A666B4 is #59994B. Grayscale: #818181. Windows color (decimal): -5871948 or 11822758. OLE color: 11822758.

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

Color convert

RGB166102180-
CMYK0.080.4300.29
HSL289.23º34.21%55.29%-
HSV(B)289.23º43.33%70.59%-
XYZ28.7220.9145.7-
YUV130.03156.2153.66-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.05%
GREEN value IS 102 (40.23% from 255) = 22.77%
BLUE value IS 180 (70.70% from 255) = 40.18%
R=37.05%
G=22.77%
B=40.18%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1661021800.080.4300.29289.2334.2155.29
HexA666B482B01D1212237
Octal24614626410530354414267
Binary101001101100110101101001000101011011101100100001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A666B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A666B4; }

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

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

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

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

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

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

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

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