#AA52B6

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

Shades of Deep Lilac #AA52B6

Tints of Deep Lilac #AA52B6

Color information

#AA52B6 (or 0xAA52B6) is unknown color: approx Deep Lilac. HEX triplet: AA, 52 and B6. RGB value is (170,82,182). Sum of RGB (Red+Green+Blue) = 170+82+182=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 82 (32.42% from 255 or 18.89% from 434); Blue value is 182 (71.48% from 255 or 41.94% from 434); Max value from RGB is 182 - color contains mainly: blue. Hex color #AA52B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA52B6 is #55AD49. Grayscale: #777777. Windows color (decimal): -5614922 or 11948714. OLE color: 11948714.

HSL color Cylindrical-coordinate representation of color #AA52B6: hue angle of 292.8º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA52B6 is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17082182-
CMYK0.070.5500.29
HSL292.8º40.65%51.76%-
HSV(B)292.8º54.95%71.37%-
XYZ28.0417.9646.24-
YUV119.71163.15163.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.17%
GREEN value IS 82 (32.42% from 255) = 18.89%
BLUE value IS 182 (71.48% from 255) = 41.94%
R=39.17%
G=18.89%
B=41.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal170821820.070.5500.29292.840.6551.76
HexAA52B673701D1252934
Octal2521222667670354455164
Binary10101010101001010110110111110111011101100100101101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA52B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA52B6; }

 p { color: rgb(170,82,182); }

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

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

 a { background-color: rgb(170,82,182); }

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

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

 span { border-color: rgb(170,82,182); }

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