#AA589F

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

Shades of Violet Blue #AA589F

Tints of Violet Blue #AA589F

Color information

#AA589F (or 0xAA589F) is unknown color: approx Violet Blue. HEX triplet: AA, 58 and 9F. RGB value is (170,88,159). Sum of RGB (Red+Green+Blue) = 170+88+159=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 88 (34.77% from 255 or 21.10% from 417); Blue value is 159 (62.5% from 255 or 38.13% from 417); Max value from RGB is 170 - color contains mainly: red. Hex color #AA589F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA589F is #55A760. Grayscale: #787878. Windows color (decimal): -5613409 or 10442922. OLE color: 10442922.

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

Color convert

RGB17088159-
CMYK00.480.060.33
HSL308.05º32.54%50.59%-
HSV(B)308.05º48.24%66.67%-
XYZ26.3318.0334.89-
YUV120.61149.67163.23-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.77%
GREEN value IS 88 (34.77% from 255) = 21.10%
BLUE value IS 159 (62.5% from 255) = 38.13%
R=40.77%
G=21.10%
B=38.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708815900.480.060.33308.0532.5450.59
HexAA589F0306211342133
Octal2521302370606414644163
Binary101010101011000100111110110000110100001100110100100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA589F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA589F; }

 p { color: rgb(170,88,159); }

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

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

 a { background-color: rgb(170,88,159); }

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

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

 span { border-color: rgb(170,88,159); }

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