#AA5EBE

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

Shades of Deep Lilac #AA5EBE

Tints of Deep Lilac #AA5EBE

Color information

#AA5EBE (or 0xAA5EBE) is unknown color: approx Deep Lilac. HEX triplet: AA, 5E and BE. RGB value is (170,94,190). Sum of RGB (Red+Green+Blue) = 170+94+190=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 94 (37.11% from 255 or 20.70% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA5EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5EBE is #55A141. Grayscale: #7F7F7F. Windows color (decimal): -5611842 or 12476074. OLE color: 12476074.

HSL color Cylindrical-coordinate representation of color #AA5EBE: hue angle of 287.5º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA5EBE is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17094190-
CMYK0.110.5100.25
HSL287.5º42.48%55.69%-
HSV(B)287.5º50.53%74.51%-
XYZ29.8720.2751.05-
YUV127.67163.18158.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.44%
GREEN value IS 94 (37.11% from 255) = 20.70%
BLUE value IS 190 (74.61% from 255) = 41.85%
R=37.44%
G=20.70%
B=41.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal170941900.110.5100.25287.542.4855.69
HexAA5EBEB330191202a38
Octal25213627613630314405270
Binary101010101011110101111101011110011011001100100000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5EBE; }

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

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

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

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

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

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

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

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