#AA53BA

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

Shades of Deep Lilac #AA53BA

Tints of Deep Lilac #AA53BA

Color information

#AA53BA (or 0xAA53BA) is unknown color: approx Deep Lilac. HEX triplet: AA, 53 and BA. RGB value is (170,83,186). Sum of RGB (Red+Green+Blue) = 170+83+186=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 83 (32.81% from 255 or 18.91% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA53BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA53BA is #55AC45. Grayscale: #787878. Windows color (decimal): -5614662 or 12211114. OLE color: 12211114.

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

Color convert

RGB17083186-
CMYK0.090.5500.27
HSL290.68º42.74%52.75%-
HSV(B)290.68º55.38%72.94%-
XYZ28.5318.2848.48-
YUV120.76164.82163.12-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.72%
GREEN value IS 83 (32.81% from 255) = 18.91%
BLUE value IS 186 (73.05% from 255) = 42.37%
R=38.72%
G=18.91%
B=42.37%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal170831860.090.5500.27290.6842.7452.75
HexAA53BA93701B1232b35
Octal25212327211670334435365
Binary101010101010011101110101001110111011011100100011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA53BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA53BA; }

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

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

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

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

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

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

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

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