#AA579A

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

Shades of Violet Blue #AA579A

Tints of Violet Blue #AA579A

Color information

#AA579A (or 0xAA579A) is unknown color: approx Violet Blue. HEX triplet: AA, 57 and 9A. RGB value is (170,87,154). Sum of RGB (Red+Green+Blue) = 170+87+154=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 87 (34.38% from 255 or 21.17% from 411); Blue value is 154 (60.55% from 255 or 37.47% from 411); Max value from RGB is 170 - color contains mainly: red. Hex color #AA579A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA579A is #55A865. Grayscale: #777777. Windows color (decimal): -5613670 or 10114986. OLE color: 10114986.

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

Color convert

RGB17087154-
CMYK00.490.090.33
HSL311.57º32.81%50.39%-
HSV(B)311.57º48.82%66.67%-
XYZ25.8217.732.63-
YUV119.46147.5164.05-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.36%
GREEN value IS 87 (34.38% from 255) = 21.17%
BLUE value IS 154 (60.55% from 255) = 37.47%
R=41.36%
G=21.17%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708715400.490.090.33311.5732.8150.39
HexAA579A0319211382132
Octal25212723206111414704162
Binary1010101010101111001101001100011001100001100111000100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA579A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA579A; }

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

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

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

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

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

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

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

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