#AA52C2

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

Shades of Deep Lilac #AA52C2

Tints of Deep Lilac #AA52C2

Color information

#AA52C2 (or 0xAA52C2) is unknown color: approx Deep Lilac. HEX triplet: AA, 52 and C2. RGB value is (170,82,194). Sum of RGB (Red+Green+Blue) = 170+82+194=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 82 (32.42% from 255 or 18.39% from 446); Blue value is 194 (76.17% from 255 or 43.50% from 446); Max value from RGB is 194 - color contains mainly: blue. Hex color #AA52C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA52C2 is #55AD3D. Grayscale: #787878. Windows color (decimal): -5614910 or 12735146. OLE color: 12735146.

HSL color Cylindrical-coordinate representation of color #AA52C2: hue angle of 287.14º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA52C2 is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17082194-
CMYK0.120.5800.24
HSL287.14º47.86%54.12%-
HSV(B)287.14º57.73%76.08%-
XYZ29.3318.4853.06-
YUV121.08169.15162.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.12%
GREEN value IS 82 (32.42% from 255) = 18.39%
BLUE value IS 194 (76.17% from 255) = 43.50%
R=38.12%
G=18.39%
B=43.50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal170821940.120.5800.24287.1447.8654.12
HexAA52C2C3A01811f3036
Octal25212230214720304376066
Binary101010101010010110000101100111010011000100011111110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA52C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA52C2; }

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

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

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

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

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

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

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

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