#A866BD

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

Shades of Deep Lilac #A866BD

Tints of Deep Lilac #A866BD

Color information

#A866BD (or 0xA866BD) is unknown color: approx Deep Lilac. HEX triplet: A8, 66 and BD. RGB value is (168,102,189). Sum of RGB (Red+Green+Blue) = 168+102+189=459 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.60% from 459); Green value is 102 (40.23% from 255 or 22.22% from 459); Blue value is 189 (74.22% from 255 or 41.18% from 459); Max value from RGB is 189 - color contains mainly: blue. Hex color #A866BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A866BD is #579942. Grayscale: #838383. Windows color (decimal): -5740867 or 12412584. OLE color: 12412584.

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

Color convert

RGB168102189-
CMYK0.110.4600.26
HSL285.52º39.73%57.06%-
HSV(B)285.52º46.03%74.12%-
XYZ30.0921.550.71-
YUV131.65160.37153.93-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.60%
GREEN value IS 102 (40.23% from 255) = 22.22%
BLUE value IS 189 (74.22% from 255) = 41.18%
R=36.60%
G=22.22%
B=41.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1681021890.110.4600.26285.5239.7357.06
HexA866BDB2E01A11e2839
Octal25014627513560324365071
Binary101010001100110101111011011101110011010100011110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A866BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A866BD; }

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

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

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

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

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

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

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

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