#AA579C

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

Shades of Violet Blue #AA579C

Tints of Violet Blue #AA579C

Color information

#AA579C (or 0xAA579C) is unknown color: approx Violet Blue. HEX triplet: AA, 57 and 9C. RGB value is (170,87,156). Sum of RGB (Red+Green+Blue) = 170+87+156=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 87 (34.38% from 255 or 21.07% from 413); Blue value is 156 (61.33% from 255 or 37.77% from 413); Max value from RGB is 170 - color contains mainly: red. Hex color #AA579C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA579C is #55A863. Grayscale: #777777. Windows color (decimal): -5613668 or 10246058. OLE color: 10246058.

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

Color convert

RGB17087156-
CMYK00.490.080.33
HSL310.12º32.81%50.39%-
HSV(B)310.12º48.82%66.67%-
XYZ25.9917.7633.51-
YUV119.68148.5163.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.16%
GREEN value IS 87 (34.38% from 255) = 21.07%
BLUE value IS 156 (61.33% from 255) = 37.77%
R=41.16%
G=21.07%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708715600.490.080.33310.1232.8150.39
HexAA579C0318211362132
Octal25212723406110414664162
Binary1010101010101111001110001100011000100001100110110100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA579C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA579C; }

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

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

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

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

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

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

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

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