Shades of Medium Red Violet #AA2499
Tints of Medium Red Violet #AA2499
RGB
CMYK
RGB Variations
Color information
#AA2499 (or 0xAA2499) is known color: Medium Red Violet. HEX triplet: AA, 24 and 99. RGB value is (170,36,153). Sum of RGB (Red+Green+Blue) = 170+36+153=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 36 (14.45% from 255 or 10.03% from 359); Blue value is 153 (60.16% from 255 or 42.62% from 359); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2499 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2499 is #55DB66. Grayscale: #595959. Windows color (decimal): -5626727 or 10036394. OLE color: 10036394.
HSL color Cylindrical-coordinate representation of color #AA2499: hue angle of 307.61º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA2499 is Cyan = 0, Magento = 0.79, Yellow = 0.1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 36 | 153 | - |
| CMYK | 0 | 0.79 | 0.1 | 0.33 |
| HSL | 307.61º | 0.65% | 0.4% | - |
| HSV(B) | 307.61º | 0.79% | 0.67% | - |
| XYZ | 22.96 | 12.11 | 31.26 | - |
| YUV | 89.4 | 163.89 | 185.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 36 | 153 | 0 | 0.79 | 0.1 | 0.33 | 307.61 | 0.65 | 0.4 |
| Hex | AA | 24 | 99 | 0 | 4F | A | 21 | 134 | 41 | 28 |
| Octal | 252 | 44 | 231 | 0 | 117 | 12 | 41 | 464 | 101 | 50 |
| Binary | 10101010 | 100100 | 10011001 | 0 | 1001111 | 1010 | 100001 | 100110100 | 1000001 | 101000 |
Color Harmonies of #AA2499
Complementary color
Monochromatic Colors of #AA2499
Black with #AA2499
Text Example
Text Example
White with #AA2499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2499; }
p { color: rgb(170,36,153); }
H1.HeaderClassName
{
color: #AA2499;
}
.AnyTagClassName
{
color: #AA2499;
}
</style>
background-color css
<style>
a { background-color: #AA2499; }
a { background-color: rgb(170,36,153); }
div.DivClassName
{
background-color: #AA2499;
}
.BgClassName
{
background-color: #AA2499;
}
</style>
border-color css
<style>
span { border-color: #AA2499; }
span { border-color: rgb(170,36,153); }
td.TdClassName
{
border-color: #AA2499;
}
.TagClassName
{
border-color: #AA2499;
}
</style>