#AA57C2

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

Shades of Deep Lilac #AA57C2

Tints of Deep Lilac #AA57C2

Color information

#AA57C2 (or 0xAA57C2) is unknown color: approx Deep Lilac. HEX triplet: AA, 57 and C2. RGB value is (170,87,194). Sum of RGB (Red+Green+Blue) = 170+87+194=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 87 (34.38% from 255 or 19.29% from 451); Blue value is 194 (76.17% from 255 or 43.02% from 451); Max value from RGB is 194 - color contains mainly: blue. Hex color #AA57C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA57C2 is #55A83D. Grayscale: #7B7B7B. Windows color (decimal): -5613630 or 12736426. OLE color: 12736426.

HSL color Cylindrical-coordinate representation of color #AA57C2: hue angle of 286.54º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA57C2 is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17087194-
CMYK0.120.5500.24
HSL286.54º46.72%55.1%-
HSV(B)286.54º55.15%76.08%-
XYZ29.7219.2653.19-
YUV124.02167.5160.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.69%
GREEN value IS 87 (34.38% from 255) = 19.29%
BLUE value IS 194 (76.17% from 255) = 43.02%
R=37.69%
G=19.29%
B=43.02%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal170871940.120.5500.24286.5446.7255.1
HexAA57C2C3701811f2f37
Octal25212730214670304375767
Binary101010101010111110000101100110111011000100011111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA57C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA57C2; }

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

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

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

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

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

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

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

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