#A159B6

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

Shades of Deep Lilac #A159B6

Tints of Deep Lilac #A159B6

Color information

#A159B6 (or 0xA159B6) is unknown color: approx Deep Lilac. HEX triplet: A1, 59 and B6. RGB value is (161,89,182). Sum of RGB (Red+Green+Blue) = 161+89+182=432 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.27% from 432); Green value is 89 (35.16% from 255 or 20.60% from 432); Blue value is 182 (71.48% from 255 or 42.13% from 432); Max value from RGB is 182 - color contains mainly: blue. Hex color #A159B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A159B6 is #5EA649. Grayscale: #787878. Windows color (decimal): -6202954 or 11950497. OLE color: 11950497.

HSL color Cylindrical-coordinate representation of color #A159B6: hue angle of 286.45º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A159B6 is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16189182-
CMYK0.120.5100.29
HSL286.45º38.91%53.14%-
HSV(B)286.45º51.1%71.37%-
XYZ26.7118.146.34-
YUV121.13162.35156.44-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.27%
GREEN value IS 89 (35.16% from 255) = 20.60%
BLUE value IS 182 (71.48% from 255) = 42.13%
R=37.27%
G=20.60%
B=42.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal161891820.120.5100.29286.4538.9153.14
HexA159B6C3301D11e2735
Octal24113126614630354364765
Binary101000011011001101101101100110011011101100011110100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A159B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A159B6; }

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

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

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

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

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

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

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

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