#AA57B0

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

Shades of Violet Blue #AA57B0

Tints of Violet Blue #AA57B0

Color information

#AA57B0 (or 0xAA57B0) is unknown color: approx Violet Blue. HEX triplet: AA, 57 and B0. RGB value is (170,87,176). Sum of RGB (Red+Green+Blue) = 170+87+176=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 87 (34.38% from 255 or 20.09% from 433); Blue value is 176 (69.14% from 255 or 40.65% from 433); Max value from RGB is 176 - color contains mainly: blue. Hex color #AA57B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA57B0 is #55A84F. Grayscale: #797979. Windows color (decimal): -5613648 or 11556778. OLE color: 11556778.

HSL color Cylindrical-coordinate representation of color #AA57B0: hue angle of 295.96º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA57B0 is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17087176-
CMYK0.030.5100.31
HSL295.96º36.03%51.57%-
HSV(B)295.96º50.57%69.02%-
XYZ27.8218.543.18-
YUV121.96158.5162.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.26%
GREEN value IS 87 (34.38% from 255) = 20.09%
BLUE value IS 176 (69.14% from 255) = 40.65%
R=39.26%
G=20.09%
B=40.65%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal170871760.030.5100.31295.9636.0351.57
HexAA57B033301F1282434
Octal2521272603630374504464
Binary1010101010101111011000011110011011111100101000100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA57B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA57B0; }

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

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

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

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

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

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

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

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