#AA599E

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

Shades of Violet Blue #AA599E

Tints of Violet Blue #AA599E

Color information

#AA599E (or 0xAA599E) is unknown color: approx Violet Blue. HEX triplet: AA, 59 and 9E. RGB value is (170,89,158). Sum of RGB (Red+Green+Blue) = 170+89+158=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 89 (35.16% from 255 or 21.34% from 417); Blue value is 158 (62.11% from 255 or 37.89% from 417); Max value from RGB is 170 - color contains mainly: red. Hex color #AA599E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA599E is #55A661. Grayscale: #787878. Windows color (decimal): -5613154 or 10377642. OLE color: 10377642.

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

Color convert

RGB17089158-
CMYK00.480.070.33
HSL308.89º32.27%50.78%-
HSV(B)308.89º47.65%66.67%-
XYZ26.3218.1634.47-
YUV121.08148.84162.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.77%
GREEN value IS 89 (35.16% from 255) = 21.34%
BLUE value IS 158 (62.11% from 255) = 37.89%
R=40.77%
G=21.34%
B=37.89%

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
Decimal1708915800.480.070.33308.8932.2750.78
HexAA599E0307211352033
Octal2521312360607414654063
Binary101010101011001100111100110000111100001100110101100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA599E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA599E; }

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

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

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

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

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

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

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

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