#AA57A3

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

Shades of Violet Blue #AA57A3

Tints of Violet Blue #AA57A3

Color information

#AA57A3 (or 0xAA57A3) is unknown color: approx Violet Blue. HEX triplet: AA, 57 and A3. RGB value is (170,87,163). Sum of RGB (Red+Green+Blue) = 170+87+163=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 87 (34.38% from 255 or 20.71% from 420); Blue value is 163 (64.06% from 255 or 38.81% from 420); Max value from RGB is 170 - color contains mainly: red. Hex color #AA57A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA57A3 is #55A85C. Grayscale: #787878. Windows color (decimal): -5613661 or 10704810. OLE color: 10704810.

HSL color Cylindrical-coordinate representation of color #AA57A3: hue angle of 305.06º 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 #AA57A3 is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB17087163-
CMYK00.490.040.33
HSL305.06º32.81%50.39%-
HSV(B)305.06º48.82%66.67%-
XYZ26.618.0136.72-
YUV120.48152163.32-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.48%
GREEN value IS 87 (34.38% from 255) = 20.71%
BLUE value IS 163 (64.06% from 255) = 38.81%
R=40.48%
G=20.71%
B=38.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708716300.490.040.33305.0632.8150.39
HexAA57A30314211312132
Octal2521272430614414614162
Binary101010101010111101000110110001100100001100110001100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA57A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA57A3; }

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

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

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

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

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

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

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

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