#AA57A0

Color #AA57A0 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #AA57A0

Tints of Violet Blue #AA57A0

Color information

#AA57A0 (or 0xAA57A0) is unknown color: approx Violet Blue. HEX triplet: AA, 57 and A0. RGB value is (170,87,160). Sum of RGB (Red+Green+Blue) = 170+87+160=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 87 (34.38% from 255 or 20.86% from 417); Blue value is 160 (62.89% from 255 or 38.37% from 417); Max value from RGB is 170 - color contains mainly: red. Hex color #AA57A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA57A0 is #55A85F. Grayscale: #777777. Windows color (decimal): -5613664 or 10508202. OLE color: 10508202.

HSL color Cylindrical-coordinate representation of color #AA57A0: hue angle of 307.23º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA57A0 is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB17087160-
CMYK00.490.060.33
HSL307.23º32.81%50.39%-
HSV(B)307.23º48.82%66.67%-
XYZ26.3317.935.33-
YUV120.14150.5163.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.77%
GREEN value IS 87 (34.38% from 255) = 20.86%
BLUE value IS 160 (62.89% from 255) = 38.37%
R=40.77%
G=20.86%
B=38.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708716000.490.060.33307.2332.8150.39
HexAA57A00316211332132
Octal2521272400616414634162
Binary101010101010111101000000110001110100001100110011100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA57A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA57A0; }

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

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

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

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

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

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

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

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