#A159B9

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

Shades of Deep Lilac #A159B9

Tints of Deep Lilac #A159B9

Color information

#A159B9 (or 0xA159B9) is unknown color: approx Deep Lilac. HEX triplet: A1, 59 and B9. RGB value is (161,89,185). Sum of RGB (Red+Green+Blue) = 161+89+185=435 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.01% from 435); Green value is 89 (35.16% from 255 or 20.46% from 435); Blue value is 185 (72.66% from 255 or 42.53% from 435); Max value from RGB is 185 - color contains mainly: blue. Hex color #A159B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A159B9 is #5EA646. Grayscale: #797979. Windows color (decimal): -6202951 or 12147105. OLE color: 12147105.

HSL color Cylindrical-coordinate representation of color #A159B9: hue angle of 285º 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 #A159B9 is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16189185-
CMYK0.130.5200.27
HSL285º40.68%53.73%-
HSV(B)285º51.89%72.55%-
XYZ27.0318.2247.99-
YUV121.47163.85156.19-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.01%
GREEN value IS 89 (35.16% from 255) = 20.46%
BLUE value IS 185 (72.66% from 255) = 42.53%
R=37.01%
G=20.46%
B=42.53%

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
Decimal161891850.130.5200.2728540.6853.73
HexA159B9D3401B11d2936
Octal24113127115640334355166
Binary101000011011001101110011101110100011011100011101101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A159B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A159B9; }

 p { color: rgb(161,89,185); }

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

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

 a { background-color: rgb(161,89,185); }

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

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

 span { border-color: rgb(161,89,185); }

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