#aa5599

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

Shades of Violet Blue #AA5599

Tints of Violet Blue #AA5599

Color information

#AA5599 (or 0xAA5599) is unknown color: approx Violet Blue. HEX triplet: AA, 55 and 99. RGB value is (170,85,153). Sum of RGB (Red+Green+Blue) = 170+85+153=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 85 (33.59% from 255 or 20.83% from 408); Blue value is 153 (60.16% from 255 or 37.5% from 408); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5599 is #55AA66. Grayscale: #757575. Windows color (decimal): -5614183 or 10048938. OLE color: 10048938.

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

Color convert

RGB17085153-
CMYK00.500.10.33
HSL312º33.33%50%-
HSV(B)312º50%66.67%-
XYZ25.5817.3432.14-
YUV118.17147.66164.97-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.67%
GREEN value IS 85 (33.59% from 255) = 20.83%
BLUE value IS 153 (60.16% from 255) = 37.5%
R=41.67%
G=20.83%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708515300.500.10.3331233.3350
HexAA5599032A211382132
Octal25212523106212414704162
Binary1010101010101011001100101100101010100001100111000100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa5599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa5599; }

 p { color: rgb(170,85,153); }

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

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

 a { background-color: rgb(170,85,153); }

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

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

 span { border-color: rgb(170,85,153); }

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