#AA57AE

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

Shades of Violet Blue #AA57AE

Tints of Violet Blue #AA57AE

Color information

#AA57AE (or 0xAA57AE) is unknown color: approx Violet Blue. HEX triplet: AA, 57 and AE. RGB value is (170,87,174). Sum of RGB (Red+Green+Blue) = 170+87+174=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 87 (34.38% from 255 or 20.19% from 431); Blue value is 174 (68.36% from 255 or 40.37% from 431); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA57AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA57AE is #55A851. Grayscale: #797979. Windows color (decimal): -5613650 or 11425706. OLE color: 11425706.

HSL color Cylindrical-coordinate representation of color #AA57AE: hue angle of 297.24º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA57AE is Cyan = 0.02, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17087174-
CMYK0.020.500.32
HSL297.24º34.94%51.18%-
HSV(B)297.24º50%68.24%-
XYZ27.6318.4242.14-
YUV121.74157.5162.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.44%
GREEN value IS 87 (34.38% from 255) = 20.19%
BLUE value IS 174 (68.36% from 255) = 40.37%
R=39.44%
G=20.19%
B=40.37%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal170871740.020.500.32297.2434.9451.18
HexAA57AE2320201292333
Octal2521272562620404514363
Binary10101010101011110101110101100100100000100101001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA57AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA57AE; }

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

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

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

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

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

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

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

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