#AA52BB

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

Shades of Deep Lilac #AA52BB

Tints of Deep Lilac #AA52BB

Color information

#AA52BB (or 0xAA52BB) is unknown color: approx Deep Lilac. HEX triplet: AA, 52 and BB. RGB value is (170,82,187). Sum of RGB (Red+Green+Blue) = 170+82+187=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 82 (32.42% from 255 or 18.68% from 439); Blue value is 187 (73.44% from 255 or 42.60% from 439); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA52BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA52BB is #55AD44. Grayscale: #777777. Windows color (decimal): -5614917 or 12276394. OLE color: 12276394.

HSL color Cylindrical-coordinate representation of color #AA52BB: hue angle of 290.29º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA52BB is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17082187-
CMYK0.090.5600.27
HSL290.29º43.57%52.75%-
HSV(B)290.29º56.15%73.33%-
XYZ28.5618.1749.02-
YUV120.28165.65163.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.72%
GREEN value IS 82 (32.42% from 255) = 18.68%
BLUE value IS 187 (73.44% from 255) = 42.60%
R=38.72%
G=18.68%
B=42.60%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal170821870.090.5600.27290.2943.5752.75
HexAA52BB93801B1222c35
Octal25212227311700334425465
Binary101010101010010101110111001111000011011100100010101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA52BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA52BB; }

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

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

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

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

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

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

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

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