#AA5799

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

Shades of Violet Blue #AA5799

Tints of Violet Blue #AA5799

Color information

#AA5799 (or 0xAA5799) is unknown color: approx Violet Blue. HEX triplet: AA, 57 and 99. RGB value is (170,87,153). Sum of RGB (Red+Green+Blue) = 170+87+153=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 87 (34.38% from 255 or 21.22% from 410); Blue value is 153 (60.16% from 255 or 37.32% from 410); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5799 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5799 is #55A866. Grayscale: #777777. Windows color (decimal): -5613671 or 10049450. OLE color: 10049450.

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

Color convert

RGB17087153-
CMYK00.490.10.33
HSL312.29º32.81%50.39%-
HSV(B)312.29º48.82%66.67%-
XYZ25.7417.6632.19-
YUV119.34147164.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.46%
GREEN value IS 87 (34.38% from 255) = 21.22%
BLUE value IS 153 (60.16% from 255) = 37.32%
R=41.46%
G=21.22%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708715300.490.10.33312.2932.8150.39
HexAA5799031A211382132
Octal25212723106112414704162
Binary1010101010101111001100101100011010100001100111000100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5799; }

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

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

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

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

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

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

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

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