#A869BA

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

Shades of Deep Lilac #A869BA

Tints of Deep Lilac #A869BA

Color information

#A869BA (or 0xA869BA) is unknown color: approx Deep Lilac. HEX triplet: A8, 69 and BA. RGB value is (168,105,186). Sum of RGB (Red+Green+Blue) = 168+105+186=459 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.60% from 459); Green value is 105 (41.41% from 255 or 22.88% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 186 - color contains mainly: blue. Hex color #A869BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A869BA is #579645. Grayscale: #848484. Windows color (decimal): -5740102 or 12216744. OLE color: 12216744.

HSL color Cylindrical-coordinate representation of color #A869BA: hue angle of 286.67º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A869BA is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB168105186-
CMYK0.100.4400.27
HSL286.67º36.99%57.06%-
HSV(B)286.67º43.55%72.94%-
XYZ30.0621.9749.11-
YUV133.07157.87152.91-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.60%
GREEN value IS 105 (41.41% from 255) = 22.88%
BLUE value IS 186 (73.05% from 255) = 40.52%
R=36.60%
G=22.88%
B=40.52%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1681051860.100.4400.27286.6736.9957.06
HexA869BAA2C01B11f2539
Octal25015127212540334374571
Binary101010001101001101110101010101100011011100011111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A869BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A869BA; }

 p { color: rgb(168,105,186); }

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

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

 a { background-color: rgb(168,105,186); }

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

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

 span { border-color: rgb(168,105,186); }

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