#AA5399

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

Shades of Violet Blue #AA5399

Tints of Violet Blue #AA5399

Color information

#AA5399 (or 0xAA5399) is unknown color: approx Violet Blue. HEX triplet: AA, 53 and 99. RGB value is (170,83,153). Sum of RGB (Red+Green+Blue) = 170+83+153=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 83 (32.81% from 255 or 20.44% from 406); Blue value is 153 (60.16% from 255 or 37.68% from 406); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5399 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5399 is #55AC66. Grayscale: #747474. Windows color (decimal): -5614695 or 10048426. OLE color: 10048426.

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

Color convert

RGB17083153-
CMYK00.510.10.33
HSL311.72º34.39%49.61%-
HSV(B)311.72º51.18%66.67%-
XYZ25.4217.0332.08-
YUV116.99148.32165.81-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.87%
GREEN value IS 83 (32.81% from 255) = 20.44%
BLUE value IS 153 (60.16% from 255) = 37.68%
R=41.87%
G=20.44%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708315300.510.10.33311.7234.3949.61
HexAA5399033A211382232
Octal25212323106312414704262
Binary1010101010100111001100101100111010100001100111000100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5399; }

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

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

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

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

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

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

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

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