#AA57BA

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

Shades of Deep Lilac #AA57BA

Tints of Deep Lilac #AA57BA

Color information

#AA57BA (or 0xAA57BA) is unknown color: approx Deep Lilac. HEX triplet: AA, 57 and BA. RGB value is (170,87,186). Sum of RGB (Red+Green+Blue) = 170+87+186=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 87 (34.38% from 255 or 19.64% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA57BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA57BA is #55A845. Grayscale: #7A7A7A. Windows color (decimal): -5613638 or 12212138. OLE color: 12212138.

HSL color Cylindrical-coordinate representation of color #AA57BA: hue angle of 290.3º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA57BA is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17087186-
CMYK0.090.5300.27
HSL290.3º41.77%53.53%-
HSV(B)290.3º53.23%72.94%-
XYZ28.8518.9148.58-
YUV123.1163.5161.45-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.37%
GREEN value IS 87 (34.38% from 255) = 19.64%
BLUE value IS 186 (73.05% from 255) = 41.99%
R=38.37%
G=19.64%
B=41.99%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal170871860.090.5300.27290.341.7753.53
HexAA57BA93501B1222a36
Octal25212727211650334425266
Binary101010101010111101110101001110101011011100100010101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA57BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA57BA; }

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

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

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

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

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

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

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

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