Shades of Violet Blue #AA5A98
Tints of Violet Blue #AA5A98
RGB
CMYK
RGB Variations
Color information
#AA5A98 (or 0xAA5A98) is known color: Violet Blue. HEX triplet: AA, 5A and 98. RGB value is (170,90,152). Sum of RGB (Red+Green+Blue) = 170+90+152=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 90 (35.55% from 255 or 21.84% from 412); Blue value is 152 (59.77% from 255 or 36.89% from 412); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5A98 is #55A567. Grayscale: #787878. Windows color (decimal): -5612904 or 9984682. OLE color: 9984682.
HSL color Cylindrical-coordinate representation of color #AA5A98: hue angle of 313.5º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA5A98 is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 90 | 152 | - |
| CMYK | 0 | 0.47 | 0.11 | 0.33 |
| HSL | 313.5º | 0.32% | 0.51% | - |
| HSV(B) | 313.5º | 0.47% | 0.67% | - |
| XYZ | 25.9 | 18.13 | 31.84 | - |
| YUV | 120.99 | 145.5 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 90 | 152 | 0 | 0.47 | 0.11 | 0.33 | 313.5 | 0.32 | 0.51 |
| Hex | AA | 5A | 98 | 0 | 2F | B | 21 | 13A | 20 | 33 |
| Octal | 252 | 132 | 230 | 0 | 57 | 13 | 41 | 472 | 40 | 63 |
| Binary | 10101010 | 1011010 | 10011000 | 0 | 101111 | 1011 | 100001 | 100111010 | 100000 | 110011 |
Color Harmonies of #AA5A98
Complementary color
Monochromatic Colors of #AA5A98
Black with #AA5A98
Text Example
Text Example
White with #AA5A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5A98; }
p { color: rgb(170,90,152); }
H1.HeaderClassName
{
color: #AA5A98;
}
.AnyTagClassName
{
color: #AA5A98;
}
</style>
background-color css
<style>
a { background-color: #AA5A98; }
a { background-color: rgb(170,90,152); }
div.DivClassName
{
background-color: #AA5A98;
}
.BgClassName
{
background-color: #AA5A98;
}
</style>
border-color css
<style>
span { border-color: #AA5A98; }
span { border-color: rgb(170,90,152); }
td.TdClassName
{
border-color: #AA5A98;
}
.TagClassName
{
border-color: #AA5A98;
}
</style>