#A666BD

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

Shades of Deep Lilac #A666BD

Tints of Deep Lilac #A666BD

Color information

#A666BD (or 0xA666BD) is unknown color: approx Deep Lilac. HEX triplet: A6, 66 and BD. RGB value is (166,102,189). Sum of RGB (Red+Green+Blue) = 166+102+189=457 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.32% from 457); Green value is 102 (40.23% from 255 or 22.32% from 457); Blue value is 189 (74.22% from 255 or 41.36% from 457); Max value from RGB is 189 - color contains mainly: blue. Hex color #A666BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A666BD is #599942. Grayscale: #828282. Windows color (decimal): -5871939 or 12412582. OLE color: 12412582.

HSL color Cylindrical-coordinate representation of color #A666BD: hue angle of 284.14º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A666BD is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB166102189-
CMYK0.120.4600.26
HSL284.14º39.73%57.06%-
HSV(B)284.14º46.03%74.12%-
XYZ29.6621.2850.69-
YUV131.05160.7152.93-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.32%
GREEN value IS 102 (40.23% from 255) = 22.32%
BLUE value IS 189 (74.22% from 255) = 41.36%
R=36.32%
G=22.32%
B=41.36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1661021890.120.4600.26284.1439.7357.06
HexA666BDC2E01A11c2839
Octal24614627514560324345071
Binary101001101100110101111011100101110011010100011100101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A666BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A666BD; }

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

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

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

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

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

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

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

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