Shades of Violet Blue #AA559C
Tints of Violet Blue #AA559C
RGB
CMYK
RGB Variations
Color information
#AA559C (or 0xAA559C) is known color: 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
| RGB | 170 | 85 | 156 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.33 |
| HSL | 309.88º | 0.33% | 0.5% | - |
| HSV(B) | 309.88º | 0.5% | 0.67% | - |
| XYZ | 25.83 | 17.44 | 33.46 | - |
| YUV | 118.51 | 149.16 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 85 | 156 | 0 | 0.50 | 0.08 | 0.33 | 309.88 | 0.33 | 0.5 |
| Hex | AA | 55 | 9C | 0 | 32 | 8 | 21 | 136 | 21 | 32 |
| Octal | 252 | 125 | 234 | 0 | 62 | 10 | 41 | 466 | 41 | 62 |
| Binary | 10101010 | 1010101 | 10011100 | 0 | 110010 | 1000 | 100001 | 100110110 | 100001 | 110010 |
Color Harmonies of #AA559C
Complementary color
Monochromatic Colors of #AA559C
Black with #AA559C
Text Example
Text Example
White with #AA559C
Text Example
Text Example
HTML Codes & Css Web 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>