Shades of Violet Blue #AA559B
Tints of Violet Blue #AA559B
RGB
CMYK
RGB Variations
Color information
#AA559B (or 0xAA559B) is known color: Violet Blue. HEX triplet: AA, 55 and 9B. RGB value is (170,85,155). Sum of RGB (Red+Green+Blue) = 170+85+155=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 85 (33.59% from 255 or 20.73% from 410); Blue value is 155 (60.94% from 255 or 37.80% from 410); Max value from RGB is 170 - color contains mainly: red. Hex color #AA559B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA559B is #55AA64. Grayscale: #767676. Windows color (decimal): -5614181 or 10180010. OLE color: 10180010.
HSL color Cylindrical-coordinate representation of color #AA559B: hue angle of 310.59º 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 #AA559B is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 85 | 155 | - |
| CMYK | 0 | 0.50 | 0.09 | 0.33 |
| HSL | 310.59º | 0.33% | 0.5% | - |
| HSV(B) | 310.59º | 0.5% | 0.67% | - |
| XYZ | 25.74 | 17.41 | 33.01 | - |
| YUV | 118.4 | 148.66 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 85 | 155 | 0 | 0.50 | 0.09 | 0.33 | 310.59 | 0.33 | 0.5 |
| Hex | AA | 55 | 9B | 0 | 32 | 9 | 21 | 137 | 21 | 32 |
| Octal | 252 | 125 | 233 | 0 | 62 | 11 | 41 | 467 | 41 | 62 |
| Binary | 10101010 | 1010101 | 10011011 | 0 | 110010 | 1001 | 100001 | 100110111 | 100001 | 110010 |
Color Harmonies of #AA559B
Complementary color
Monochromatic Colors of #AA559B
Black with #AA559B
Text Example
Text Example
White with #AA559B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA559B; }
p { color: rgb(170,85,155); }
H1.HeaderClassName
{
color: #AA559B;
}
.AnyTagClassName
{
color: #AA559B;
}
</style>
background-color css
<style>
a { background-color: #AA559B; }
a { background-color: rgb(170,85,155); }
div.DivClassName
{
background-color: #AA559B;
}
.BgClassName
{
background-color: #AA559B;
}
</style>
border-color css
<style>
span { border-color: #AA559B; }
span { border-color: rgb(170,85,155); }
td.TdClassName
{
border-color: #AA559B;
}
.TagClassName
{
border-color: #AA559B;
}
</style>