#A666BC

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

Shades of Deep Lilac #A666BC

Tints of Deep Lilac #A666BC

Color information

#A666BC (or 0xA666BC) is unknown color: approx Deep Lilac. HEX triplet: A6, 66 and BC. RGB value is (166,102,188). Sum of RGB (Red+Green+Blue) = 166+102+188=456 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.40% from 456); Green value is 102 (40.23% from 255 or 22.37% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 188 - color contains mainly: blue. Hex color #A666BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A666BC is #599943. Grayscale: #828282. Windows color (decimal): -5871940 or 12347046. OLE color: 12347046.

HSL color Cylindrical-coordinate representation of color #A666BC: hue angle of 284.65º degrees, saturation: 0.39, 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 #A666BC is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB166102188-
CMYK0.120.4600.26
HSL284.65º39.09%56.86%-
HSV(B)284.65º45.74%73.73%-
XYZ29.5521.2450.12-
YUV130.94160.2153.01-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.40%
GREEN value IS 102 (40.23% from 255) = 22.37%
BLUE value IS 188 (73.83% from 255) = 41.23%
R=36.40%
G=22.37%
B=41.23%

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
Decimal1661021880.120.4600.26284.6539.0956.86
HexA666BCC2E01A11d2739
Octal24614627414560324354771
Binary101001101100110101111001100101110011010100011101100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A666BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A666BC; }

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

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

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

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

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

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

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

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