#AA51BE

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

Shades of Deep Lilac #AA51BE

Tints of Deep Lilac #AA51BE

Color information

#AA51BE (or 0xAA51BE) is unknown color: approx Deep Lilac. HEX triplet: AA, 51 and BE. RGB value is (170,81,190). Sum of RGB (Red+Green+Blue) = 170+81+190=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 81 (32.03% from 255 or 18.37% from 441); Blue value is 190 (74.61% from 255 or 43.08% from 441); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA51BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA51BE is #55AE41. Grayscale: #777777. Windows color (decimal): -5615170 or 12472746. OLE color: 12472746.

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

Color convert

RGB17081190-
CMYK0.110.5700.25
HSL288.99º45.61%53.14%-
HSV(B)288.99º57.37%74.51%-
XYZ28.8118.1550.7-
YUV120.04167.49163.64-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.55%
GREEN value IS 81 (32.03% from 255) = 18.37%
BLUE value IS 190 (74.61% from 255) = 43.08%
R=38.55%
G=18.37%
B=43.08%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal170811900.110.5700.25288.9945.6153.14
HexAA51BEB390191212e35
Octal25212127613710314415665
Binary101010101010001101111101011111001011001100100001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA51BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA51BE; }

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

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

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

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

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

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

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

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