#A259BA

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

Shades of Deep Lilac #A259BA

Tints of Deep Lilac #A259BA

Color information

#A259BA (or 0xA259BA) is unknown color: approx Deep Lilac. HEX triplet: A2, 59 and BA. RGB value is (162,89,186). Sum of RGB (Red+Green+Blue) = 162+89+186=437 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.07% from 437); Green value is 89 (35.16% from 255 or 20.37% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 186 - color contains mainly: blue. Hex color #A259BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A259BA is #5DA645. Grayscale: #797979. Windows color (decimal): -6137414 or 12212642. OLE color: 12212642.

HSL color Cylindrical-coordinate representation of color #A259BA: hue angle of 285.15º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A259BA is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16289186-
CMYK0.130.5200.27
HSL285.15º41.28%53.92%-
HSV(B)285.15º52.15%72.94%-
XYZ27.3418.3748.56-
YUV121.88164.18156.61-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.07%
GREEN value IS 89 (35.16% from 255) = 20.37%
BLUE value IS 186 (73.05% from 255) = 42.56%
R=37.07%
G=20.37%
B=42.56%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal162891860.130.5200.27285.1541.2853.92
HexA259BAD3401B11d2936
Octal24213127215640334355166
Binary101000101011001101110101101110100011011100011101101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A259BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A259BA; }

 p { color: rgb(162,89,186); }

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

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

 a { background-color: rgb(162,89,186); }

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

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

 span { border-color: rgb(162,89,186); }

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