#AA53BB

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

Shades of Deep Lilac #AA53BB

Tints of Deep Lilac #AA53BB

Color information

#AA53BB (or 0xAA53BB) is unknown color: approx Deep Lilac. HEX triplet: AA, 53 and BB. RGB value is (170,83,187). Sum of RGB (Red+Green+Blue) = 170+83+187=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 83 (32.81% from 255 or 18.86% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA53BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA53BB is #55AC44. Grayscale: #787878. Windows color (decimal): -5614661 or 12276650. OLE color: 12276650.

HSL color Cylindrical-coordinate representation of color #AA53BB: hue angle of 290.19º degrees, saturation: 0.43, 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 #AA53BB is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17083187-
CMYK0.090.5600.27
HSL290.19º43.33%52.94%-
HSV(B)290.19º55.61%73.33%-
XYZ28.6418.3249.04-
YUV120.87165.32163.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.64%
GREEN value IS 83 (32.81% from 255) = 18.86%
BLUE value IS 187 (73.44% from 255) = 42.5%
R=38.64%
G=18.86%
B=42.5%

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
Decimal170831870.090.5600.27290.1943.3352.94
HexAA53BB93801B1222b35
Octal25212327311700334425365
Binary101010101010011101110111001111000011011100100010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA53BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA53BB; }

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

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

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

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

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

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

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

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