#A66CB7

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

Shades of Deep Lilac #A66CB7

Tints of Deep Lilac #A66CB7

Color information

#A66CB7 (or 0xA66CB7) is unknown color: approx Deep Lilac. HEX triplet: A6, 6C and B7. RGB value is (166,108,183). Sum of RGB (Red+Green+Blue) = 166+108+183=457 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.32% from 457); Green value is 108 (42.58% from 255 or 23.63% from 457); Blue value is 183 (71.88% from 255 or 40.04% from 457); Max value from RGB is 183 - color contains mainly: blue. Hex color #A66CB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66CB7 is #599348. Grayscale: #858585. Windows color (decimal): -5870409 or 12020902. OLE color: 12020902.

HSL color Cylindrical-coordinate representation of color #A66CB7: hue angle of 286.4º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A66CB7 is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB166108183-
CMYK0.090.4100.28
HSL286.4º34.25%57.06%-
HSV(B)286.4º40.98%71.76%-
XYZ29.6422.2547.53-
YUV133.89155.72150.9-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.32%
GREEN value IS 108 (42.58% from 255) = 23.63%
BLUE value IS 183 (71.88% from 255) = 40.04%
R=36.32%
G=23.63%
B=40.04%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1661081830.090.4100.28286.434.2557.06
HexA66CB792901C11e2239
Octal24615426711510344364271
Binary101001101101100101101111001101001011100100011110100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66CB7; }

 p { color: rgb(166,108,183); }

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

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

 a { background-color: rgb(166,108,183); }

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

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

 span { border-color: rgb(166,108,183); }

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