#AA589E

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

Shades of Violet Blue #AA589E

Tints of Violet Blue #AA589E

Color information

#AA589E (or 0xAA589E) is unknown color: approx Violet Blue. HEX triplet: AA, 58 and 9E. RGB value is (170,88,158). Sum of RGB (Red+Green+Blue) = 170+88+158=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 88 (34.77% from 255 or 21.15% from 416); Blue value is 158 (62.11% from 255 or 37.98% from 416); Max value from RGB is 170 - color contains mainly: red. Hex color #AA589E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA589E is #55A761. Grayscale: #787878. Windows color (decimal): -5613410 or 10377386. OLE color: 10377386.

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

Color convert

RGB17088158-
CMYK00.480.070.33
HSL308.78º32.54%50.59%-
HSV(B)308.78º48.24%66.67%-
XYZ26.2417.9934.44-
YUV120.5149.17163.31-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.87%
GREEN value IS 88 (34.77% from 255) = 21.15%
BLUE value IS 158 (62.11% from 255) = 37.98%
R=40.87%
G=21.15%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708815800.480.070.33308.7832.5450.59
HexAA589E0307211352133
Octal2521302360607414654163
Binary101010101011000100111100110000111100001100110101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA589E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA589E; }

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

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

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

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

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

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

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

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