#AA57AB

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

Shades of Violet Blue #AA57AB

Tints of Violet Blue #AA57AB

Color information

#AA57AB (or 0xAA57AB) is unknown color: approx Violet Blue. HEX triplet: AA, 57 and AB. RGB value is (170,87,171). Sum of RGB (Red+Green+Blue) = 170+87+171=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 87 (34.38% from 255 or 20.33% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA57AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA57AB is #55A854. Grayscale: #797979. Windows color (decimal): -5613653 or 11229098. OLE color: 11229098.

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

Color convert

RGB17087171-
CMYK0.010.4900.33
HSL299.29º33.33%50.59%-
HSV(B)299.29º49.12%67.06%-
XYZ27.3418.340.62-
YUV121.39156162.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.72%
GREEN value IS 87 (34.38% from 255) = 20.33%
BLUE value IS 171 (67.19% from 255) = 39.95%
R=39.72%
G=20.33%
B=39.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170871710.010.4900.33299.2933.3350.59
HexAA57AB13102112b2133
Octal2521272531610414534163
Binary1010101010101111010101111100010100001100101011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA57AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA57AB; }

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

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

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

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

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

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

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

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