#AA49B5

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

Shades of Deep Lilac #AA49B5

Tints of Deep Lilac #AA49B5

Color information

#AA49B5 (or 0xAA49B5) is unknown color: approx Deep Lilac. HEX triplet: AA, 49 and B5. RGB value is (170,73,181). Sum of RGB (Red+Green+Blue) = 170+73+181=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 73 (28.91% from 255 or 17.22% from 424); Blue value is 181 (71.09% from 255 or 42.69% from 424); Max value from RGB is 181 - color contains mainly: blue. Hex color #AA49B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA49B5 is #55B64A. Grayscale: #717171. Windows color (decimal): -5617227 or 11880874. OLE color: 11880874.

HSL color Cylindrical-coordinate representation of color #AA49B5: hue angle of 293.89º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA49B5 is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17073181-
CMYK0.060.6000.29
HSL293.89º42.52%49.8%-
HSV(B)293.89º59.67%70.98%-
XYZ27.316.6545.49-
YUV114.32165.64167.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.09%
GREEN value IS 73 (28.91% from 255) = 17.22%
BLUE value IS 181 (71.09% from 255) = 42.69%
R=40.09%
G=17.22%
B=42.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal170731810.060.6000.29293.8942.5249.8
HexAA49B563C01D1262b32
Octal2521112656740354465362
Binary10101010100100110110101110111100011101100100110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA49B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA49B5; }

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

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

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

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

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

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

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

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