#a159be

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

Shades of Deep Lilac #A159BE

Tints of Deep Lilac #A159BE

Color information

#A159BE (or 0xA159BE) is unknown color: approx Deep Lilac. HEX triplet: A1, 59 and BE. RGB value is (161,89,190). Sum of RGB (Red+Green+Blue) = 161+89+190=440 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.59% from 440); Green value is 89 (35.16% from 255 or 20.23% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 190 - color contains mainly: blue. Hex color #A159BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A159BE is #5EA641. Grayscale: #797979. Windows color (decimal): -6202946 or 12474785. OLE color: 12474785.

HSL color Cylindrical-coordinate representation of color #A159BE: hue angle of 282.77º 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 #A159BE is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16189190-
CMYK0.150.5300.25
HSL282.77º43.72%54.71%-
HSV(B)282.77º53.16%74.51%-
XYZ27.5618.4450.82-
YUV122.04166.35155.79-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.59%
GREEN value IS 89 (35.16% from 255) = 20.23%
BLUE value IS 190 (74.61% from 255) = 43.18%
R=36.59%
G=20.23%
B=43.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal161891900.150.5300.25282.7743.7254.71
HexA159BEF3501911b2c37
Octal24113127617650314335467
Binary101000011011001101111101111110101011001100011011101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a159be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a159be; }

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

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

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

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

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

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

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

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