#AA52BF

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

Shades of Deep Lilac #AA52BF

Tints of Deep Lilac #AA52BF

Color information

#AA52BF (or 0xAA52BF) is unknown color: approx Deep Lilac. HEX triplet: AA, 52 and BF. RGB value is (170,82,191). Sum of RGB (Red+Green+Blue) = 170+82+191=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 82 (32.42% from 255 or 18.51% from 443); Blue value is 191 (75% from 255 or 43.12% from 443); Max value from RGB is 191 - color contains mainly: blue. Hex color #AA52BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA52BF is #55AD40. Grayscale: #787878. Windows color (decimal): -5614913 or 12538538. OLE color: 12538538.

HSL color Cylindrical-coordinate representation of color #AA52BF: hue angle of 288.44º degrees, saturation: 0.46, 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 #AA52BF is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17082191-
CMYK0.110.5700.25
HSL288.44º45.99%53.53%-
HSV(B)288.44º57.07%74.9%-
XYZ2918.3451.3-
YUV120.74167.65163.14-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.37%
GREEN value IS 82 (32.42% from 255) = 18.51%
BLUE value IS 191 (75% from 255) = 43.12%
R=38.37%
G=18.51%
B=43.12%

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
Decimal170821910.110.5700.25288.4445.9953.53
HexAA52BFB390191202e36
Octal25212227713710314405666
Binary101010101010010101111111011111001011001100100000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA52BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA52BF; }

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

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

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

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

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

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

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

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