#AA55BE

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

Shades of Deep Lilac #AA55BE

Tints of Deep Lilac #AA55BE

Color information

#AA55BE (or 0xAA55BE) is unknown color: approx Deep Lilac. HEX triplet: AA, 55 and BE. RGB value is (170,85,190). Sum of RGB (Red+Green+Blue) = 170+85+190=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 85 (33.59% from 255 or 19.10% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA55BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA55BE is #55AA41. Grayscale: #7A7A7A. Windows color (decimal): -5614146 or 12473770. OLE color: 12473770.

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

Color convert

RGB17085190-
CMYK0.110.5500.25
HSL288.57º44.68%53.92%-
HSV(B)288.57º55.26%74.51%-
XYZ29.1218.7650.8-
YUV122.38166.16161.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.20%
GREEN value IS 85 (33.59% from 255) = 19.10%
BLUE value IS 190 (74.61% from 255) = 42.70%
R=38.20%
G=19.10%
B=42.70%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal170851900.110.5500.25288.5744.6853.92
HexAA55BEB370191212d36
Octal25212527613670314415566
Binary101010101010101101111101011110111011001100100001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA55BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA55BE; }

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

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

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

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

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

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

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

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