#AA58BA

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

Shades of Deep Lilac #AA58BA

Tints of Deep Lilac #AA58BA

Color information

#AA58BA (or 0xAA58BA) is unknown color: approx Deep Lilac. HEX triplet: AA, 58 and BA. RGB value is (170,88,186). Sum of RGB (Red+Green+Blue) = 170+88+186=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 88 (34.77% from 255 or 19.82% 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 #AA58BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA58BA is #55A745. Grayscale: #7B7B7B. Windows color (decimal): -5613382 or 12212394. OLE color: 12212394.

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

Color convert

RGB17088186-
CMYK0.090.5300.27
HSL290.2º41.53%53.73%-
HSV(B)290.2º52.69%72.94%-
XYZ28.9319.0748.61-
YUV123.69163.17161.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.29%
GREEN value IS 88 (34.77% from 255) = 19.82%
BLUE value IS 186 (73.05% from 255) = 41.89%
R=38.29%
G=19.82%
B=41.89%

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
Decimal170881860.090.5300.27290.241.5353.73
HexAA58BA93501B1222a36
Octal25213027211650334425266
Binary101010101011000101110101001110101011011100100010101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA58BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA58BA; }

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

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

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

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

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

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

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

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