#AA49BB

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

Shades of Deep Lilac #AA49BB

Tints of Deep Lilac #AA49BB

Color information

#AA49BB (or 0xAA49BB) is unknown color: approx Deep Lilac. HEX triplet: AA, 49 and BB. RGB value is (170,73,187). Sum of RGB (Red+Green+Blue) = 170+73+187=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 73 (28.91% from 255 or 16.98% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA49BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA49BB is #55B644. Grayscale: #727272. Windows color (decimal): -5617221 or 12274090. OLE color: 12274090.

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

Color convert

RGB17073187-
CMYK0.090.6100.27
HSL291.05º45.6%50.98%-
HSV(B)291.05º60.96%73.33%-
XYZ27.9316.948.8-
YUV115168.64167.23-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.53%
GREEN value IS 73 (28.91% from 255) = 16.98%
BLUE value IS 187 (73.44% from 255) = 43.49%
R=39.53%
G=16.98%
B=43.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal170731870.090.6100.27291.0545.650.98
HexAA49BB93D01B1232e33
Octal25211127311750334435663
Binary101010101001001101110111001111101011011100100011101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA49BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA49BB; }

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

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

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

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

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

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

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

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