#AA52C0

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

Shades of Deep Lilac #AA52C0

Tints of Deep Lilac #AA52C0

Color information

#AA52C0 (or 0xAA52C0) is unknown color: approx Deep Lilac. HEX triplet: AA, 52 and C0. RGB value is (170,82,192). Sum of RGB (Red+Green+Blue) = 170+82+192=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 82 (32.42% from 255 or 18.47% from 444); Blue value is 192 (75.39% from 255 or 43.24% from 444); Max value from RGB is 192 - color contains mainly: blue. Hex color #AA52C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA52C0 is #55AD3F. Grayscale: #787878. Windows color (decimal): -5614912 or 12604074. OLE color: 12604074.

HSL color Cylindrical-coordinate representation of color #AA52C0: hue angle of 288º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA52C0 is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17082192-
CMYK0.110.5700.25
HSL288º46.61%53.73%-
HSV(B)288º57.29%75.29%-
XYZ29.1118.3951.88-
YUV120.85168.15163.06-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.29%
GREEN value IS 82 (32.42% from 255) = 18.47%
BLUE value IS 192 (75.39% from 255) = 43.24%
R=38.29%
G=18.47%
B=43.24%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal170821920.110.5700.2528846.6153.73
HexAA52C0B390191202f36
Octal25212230013710314405766
Binary101010101010010110000001011111001011001100100000101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA52C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA52C0; }

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

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

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

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

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

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

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

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