#AA44BA

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

Shades of Deep Lilac #AA44BA

Tints of Deep Lilac #AA44BA

Color information

#AA44BA (or 0xAA44BA) is unknown color: approx Deep Lilac. HEX triplet: AA, 44 and BA. RGB value is (170,68,186). Sum of RGB (Red+Green+Blue) = 170+68+186=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 68 (26.95% from 255 or 16.04% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA44BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA44BA is #55BB45. Grayscale: #6F6F6F. Windows color (decimal): -5618502 or 12207274. OLE color: 12207274.

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

Color convert

RGB17068186-
CMYK0.090.6300.27
HSL291.86º46.46%49.8%-
HSV(B)291.86º63.44%72.94%-
XYZ27.5116.2348.14-
YUV111.95169.79169.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.09%
GREEN value IS 68 (26.95% from 255) = 16.04%
BLUE value IS 186 (73.05% from 255) = 43.87%
R=40.09%
G=16.04%
B=43.87%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal170681860.090.6300.27291.8646.4649.8
HexAA44BA93F01B1242e32
Octal25210427211770334445662
Binary101010101000100101110101001111111011011100100100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA44BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA44BA; }

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

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

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

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

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

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

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

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