#AA57BE

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

Shades of Deep Lilac #AA57BE

Tints of Deep Lilac #AA57BE

Color information

#AA57BE (or 0xAA57BE) is unknown color: approx Deep Lilac. HEX triplet: AA, 57 and BE. RGB value is (170,87,190). Sum of RGB (Red+Green+Blue) = 170+87+190=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 87 (34.38% from 255 or 19.46% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA57BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA57BE is #55A841. Grayscale: #7B7B7B. Windows color (decimal): -5613634 or 12474282. OLE color: 12474282.

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

Color convert

RGB17087190-
CMYK0.110.5400.25
HSL288.35º44.21%54.31%-
HSV(B)288.35º54.21%74.51%-
XYZ29.2819.0850.85-
YUV123.56165.5161.12-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.03%
GREEN value IS 87 (34.38% from 255) = 19.46%
BLUE value IS 190 (74.61% from 255) = 42.51%
R=38.03%
G=19.46%
B=42.51%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal170871900.110.5400.25288.3544.2154.31
HexAA57BEB360191202c36
Octal25212727613660314405466
Binary101010101010111101111101011110110011001100100000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA57BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA57BE; }

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

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

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

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

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

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

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

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