#AA4EB5

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

Shades of Deep Lilac #AA4EB5

Tints of Deep Lilac #AA4EB5

Color information

#AA4EB5 (or 0xAA4EB5) is unknown color: approx Deep Lilac. HEX triplet: AA, 4E and B5. RGB value is (170,78,181). Sum of RGB (Red+Green+Blue) = 170+78+181=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 78 (30.86% from 255 or 18.18% from 429); Blue value is 181 (71.09% from 255 or 42.19% from 429); Max value from RGB is 181 - color contains mainly: blue. Hex color #AA4EB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA4EB5 is #55B14A. Grayscale: #747474. Windows color (decimal): -5615947 or 11882154. OLE color: 11882154.

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

Color convert

RGB17078181-
CMYK0.060.5700.29
HSL293.59º41.04%50.78%-
HSV(B)293.59º56.91%70.98%-
XYZ27.6417.3345.6-
YUV117.25163.98165.62-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.63%
GREEN value IS 78 (30.86% from 255) = 18.18%
BLUE value IS 181 (71.09% from 255) = 42.19%
R=39.63%
G=18.18%
B=42.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal170781810.060.5700.29293.5941.0450.78
HexAA4EB563901D1262933
Octal2521162656710354465163
Binary10101010100111010110101110111001011101100100110101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4EB5; }

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

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

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

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

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

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

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

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