Shades of Violet Blue #AA5598
Tints of Violet Blue #AA5598
RGB
CMYK
RGB Variations
Color information
#AA5598 (or 0xAA5598) is known color: Violet Blue. HEX triplet: AA, 55 and 98. RGB value is (170,85,152). Sum of RGB (Red+Green+Blue) = 170+85+152=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 85 (33.59% from 255 or 20.88% from 407); Blue value is 152 (59.77% from 255 or 37.35% from 407); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5598 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5598 is #55AA67. Grayscale: #757575. Windows color (decimal): -5614184 or 9983402. OLE color: 9983402.
HSL color Cylindrical-coordinate representation of color #AA5598: hue angle of 312.71º 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 #AA5598 is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 85 | 152 | - |
| CMYK | 0 | 0.50 | 0.11 | 0.33 |
| HSL | 312.71º | 0.33% | 0.5% | - |
| HSV(B) | 312.71º | 0.5% | 0.67% | - |
| XYZ | 25.49 | 17.31 | 31.7 | - |
| YUV | 118.05 | 147.16 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 85 | 152 | 0 | 0.50 | 0.11 | 0.33 | 312.71 | 0.33 | 0.5 |
| Hex | AA | 55 | 98 | 0 | 32 | B | 21 | 139 | 21 | 32 |
| Octal | 252 | 125 | 230 | 0 | 62 | 13 | 41 | 471 | 41 | 62 |
| Binary | 10101010 | 1010101 | 10011000 | 0 | 110010 | 1011 | 100001 | 100111001 | 100001 | 110010 |
Color Harmonies of #AA5598
Complementary color
Monochromatic Colors of #AA5598
Black with #AA5598
Text Example
Text Example
White with #AA5598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5598; }
p { color: rgb(170,85,152); }
H1.HeaderClassName
{
color: #AA5598;
}
.AnyTagClassName
{
color: #AA5598;
}
</style>
background-color css
<style>
a { background-color: #AA5598; }
a { background-color: rgb(170,85,152); }
div.DivClassName
{
background-color: #AA5598;
}
.BgClassName
{
background-color: #AA5598;
}
</style>
border-color css
<style>
span { border-color: #AA5598; }
span { border-color: rgb(170,85,152); }
td.TdClassName
{
border-color: #AA5598;
}
.TagClassName
{
border-color: #AA5598;
}
</style>