#AA59BA

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

Shades of Deep Lilac #AA59BA

Tints of Deep Lilac #AA59BA

Color information

#AA59BA (or 0xAA59BA) is unknown color: approx Deep Lilac. HEX triplet: AA, 59 and BA. RGB value is (170,89,186). Sum of RGB (Red+Green+Blue) = 170+89+186=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 89 (35.16% from 255 or 20% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA59BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA59BA is #55A645. Grayscale: #7B7B7B. Windows color (decimal): -5613126 or 12212650. OLE color: 12212650.

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

Color convert

RGB17089186-
CMYK0.090.5200.27
HSL290.1º41.28%53.92%-
HSV(B)290.1º52.15%72.94%-
XYZ29.0119.2448.64-
YUV124.28162.84160.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.20%
GREEN value IS 89 (35.16% from 255) = 20%
BLUE value IS 186 (73.05% from 255) = 41.80%
R=38.20%
G=20%
B=41.80%

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
Decimal170891860.090.5200.27290.141.2853.92
HexAA59BA93401B1222936
Octal25213127211640334425166
Binary101010101011001101110101001110100011011100100010101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA59BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA59BA; }

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

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

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

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

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

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

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

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