#A866B7

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

Shades of Deep Lilac #A866B7

Tints of Deep Lilac #A866B7

Color information

#A866B7 (or 0xA866B7) is unknown color: approx Deep Lilac. HEX triplet: A8, 66 and B7. RGB value is (168,102,183). Sum of RGB (Red+Green+Blue) = 168+102+183=453 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.09% from 453); Green value is 102 (40.23% from 255 or 22.52% from 453); Blue value is 183 (71.88% from 255 or 40.40% from 453); Max value from RGB is 183 - color contains mainly: blue. Hex color #A866B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A866B7 is #579948. Grayscale: #828282. Windows color (decimal): -5740873 or 12019368. OLE color: 12019368.

HSL color Cylindrical-coordinate representation of color #A866B7: hue angle of 288.89º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A866B7 is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB168102183-
CMYK0.080.4400.28
HSL288.89º36%55.88%-
HSV(B)288.89º44.26%71.76%-
XYZ29.4521.2547.35-
YUV130.97157.37154.41-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.09%
GREEN value IS 102 (40.23% from 255) = 22.52%
BLUE value IS 183 (71.88% from 255) = 40.40%
R=37.09%
G=22.52%
B=40.40%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1681021830.080.4400.28288.893655.88
HexA866B782C01C1212438
Octal25014626710540344414470
Binary101010001100110101101111000101100011100100100001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A866B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A866B7; }

 p { color: rgb(168,102,183); }

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

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

 a { background-color: rgb(168,102,183); }

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

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

 span { border-color: rgb(168,102,183); }

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