#AA5EB5

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

Shades of Deep Lilac #AA5EB5

Tints of Deep Lilac #AA5EB5

Color information

#AA5EB5 (or 0xAA5EB5) is unknown color: approx Deep Lilac. HEX triplet: AA, 5E and B5. RGB value is (170,94,181). Sum of RGB (Red+Green+Blue) = 170+94+181=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 94 (37.11% from 255 or 21.12% from 445); Blue value is 181 (71.09% from 255 or 40.67% from 445); Max value from RGB is 181 - color contains mainly: blue. Hex color #AA5EB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5EB5 is #55A14A. Grayscale: #7E7E7E. Windows color (decimal): -5611851 or 11886250. OLE color: 11886250.

HSL color Cylindrical-coordinate representation of color #AA5EB5: hue angle of 292.41º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA5EB5 is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17094181-
CMYK0.060.4800.29
HSL292.41º37.02%53.92%-
HSV(B)292.41º48.07%70.98%-
XYZ28.9219.8946.03-
YUV126.64158.68158.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.20%
GREEN value IS 94 (37.11% from 255) = 21.12%
BLUE value IS 181 (71.09% from 255) = 40.67%
R=38.20%
G=21.12%
B=40.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal170941810.060.4800.29292.4137.0253.92
HexAA5EB563001D1242536
Octal2521362656600354444566
Binary10101010101111010110101110110000011101100100100100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5EB5; }

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

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

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

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

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

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

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

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