#A159BF

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

Shades of Deep Lilac #A159BF

Tints of Deep Lilac #A159BF

Color information

#A159BF (or 0xA159BF) is unknown color: approx Deep Lilac. HEX triplet: A1, 59 and BF. RGB value is (161,89,191). Sum of RGB (Red+Green+Blue) = 161+89+191=441 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.51% from 441); Green value is 89 (35.16% from 255 or 20.18% from 441); Blue value is 191 (75% from 255 or 43.31% from 441); Max value from RGB is 191 - color contains mainly: blue. Hex color #A159BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A159BF is #5EA640. Grayscale: #797979. Windows color (decimal): -6202945 or 12540321. OLE color: 12540321.

HSL color Cylindrical-coordinate representation of color #A159BF: hue angle of 282.35º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A159BF is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16189191-
CMYK0.160.5300.25
HSL282.35º44.35%54.9%-
HSV(B)282.35º53.4%74.9%-
XYZ27.6718.4851.4-
YUV122.16166.85155.71-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.51%
GREEN value IS 89 (35.16% from 255) = 20.18%
BLUE value IS 191 (75% from 255) = 43.31%
R=36.51%
G=20.18%
B=43.31%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal161891910.160.5300.25282.3544.3554.9
HexA159BF103501911a2c37
Octal24113127720650314325467
Binary1010000110110011011111110000110101011001100011010101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A159BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A159BF; }

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

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

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

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

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

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

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

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