#AA559C

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

Shades of Violet Blue #AA559C

Tints of Violet Blue #AA559C

Color information

#AA559C (or 0xAA559C) is unknown color: approx Violet Blue. HEX triplet: AA, 55 and 9C. RGB value is (170,85,156). Sum of RGB (Red+Green+Blue) = 170+85+156=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 85 (33.59% from 255 or 20.68% from 411); Blue value is 156 (61.33% from 255 or 37.96% from 411); Max value from RGB is 170 - color contains mainly: red. Hex color #AA559C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA559C is #55AA63. Grayscale: #767676. Windows color (decimal): -5614180 or 10245546. OLE color: 10245546.

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

Color convert

RGB17085156-
CMYK00.500.080.33
HSL309.88º33.33%50%-
HSV(B)309.88º50%66.67%-
XYZ25.8317.4433.46-
YUV118.51149.16164.73-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.36%
GREEN value IS 85 (33.59% from 255) = 20.68%
BLUE value IS 156 (61.33% from 255) = 37.96%
R=41.36%
G=20.68%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708515600.500.080.33309.8833.3350
HexAA559C0328211362132
Octal25212523406210414664162
Binary1010101010101011001110001100101000100001100110110100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA559C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA559C; }

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

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

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

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

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

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

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

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