#A959BA

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

Shades of Deep Lilac #A959BA

Tints of Deep Lilac #A959BA

Color information

#A959BA (or 0xA959BA) is unknown color: approx Deep Lilac. HEX triplet: A9, 59 and BA. RGB value is (169,89,186). Sum of RGB (Red+Green+Blue) = 169+89+186=444 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.06% from 444); Green value is 89 (35.16% from 255 or 20.05% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 186 - color contains mainly: blue. Hex color #A959BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A959BA is #56A645. Grayscale: #7B7B7B. Windows color (decimal): -5678662 or 12212649. OLE color: 12212649.

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

Color convert

RGB16989186-
CMYK0.090.5200.27
HSL289.48º41.28%53.92%-
HSV(B)289.48º52.15%72.94%-
XYZ28.819.1248.63-
YUV123.98163160.11-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.06%
GREEN value IS 89 (35.16% from 255) = 20.05%
BLUE value IS 186 (73.05% from 255) = 41.89%
R=38.06%
G=20.05%
B=41.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal169891860.090.5200.27289.4841.2853.92
HexA959BA93401B1212936
Octal25113127211640334415166
Binary101010011011001101110101001110100011011100100001101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A959BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A959BA; }

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

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

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

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

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

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

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

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