Shades of Medium Red Violet #AA2492
Tints of Medium Red Violet #AA2492
RGB
CMYK
RGB Variations
Color information
#AA2492 (or 0xAA2492) is known color: Medium Red Violet. HEX triplet: AA, 24 and 92. RGB value is (170,36,146). Sum of RGB (Red+Green+Blue) = 170+36+146=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 36 (14.45% from 255 or 10.23% from 352); Blue value is 146 (57.42% from 255 or 41.48% from 352); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2492 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2492 is #55DB6D. Grayscale: #585858. Windows color (decimal): -5626734 or 9577642. OLE color: 9577642.
HSL color Cylindrical-coordinate representation of color #AA2492: hue angle of 310.75º 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 #AA2492 is Cyan = 0, Magento = 0.79, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 36 | 146 | - |
| CMYK | 0 | 0.79 | 0.14 | 0.33 |
| HSL | 310.75º | 0.65% | 0.4% | - |
| HSV(B) | 310.75º | 0.79% | 0.67% | - |
| XYZ | 22.4 | 11.88 | 28.31 | - |
| YUV | 88.61 | 160.39 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 36 | 146 | 0 | 0.79 | 0.14 | 0.33 | 310.75 | 0.65 | 0.4 |
| Hex | AA | 24 | 92 | 0 | 4F | E | 21 | 137 | 41 | 28 |
| Octal | 252 | 44 | 222 | 0 | 117 | 16 | 41 | 467 | 101 | 50 |
| Binary | 10101010 | 100100 | 10010010 | 0 | 1001111 | 1110 | 100001 | 100110111 | 1000001 | 101000 |
Color Harmonies of #AA2492
Complementary color
Monochromatic Colors of #AA2492
Black with #AA2492
Text Example
Text Example
White with #AA2492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2492; }
p { color: rgb(170,36,146); }
H1.HeaderClassName
{
color: #AA2492;
}
.AnyTagClassName
{
color: #AA2492;
}
</style>
background-color css
<style>
a { background-color: #AA2492; }
a { background-color: rgb(170,36,146); }
div.DivClassName
{
background-color: #AA2492;
}
.BgClassName
{
background-color: #AA2492;
}
</style>
border-color css
<style>
span { border-color: #AA2492; }
span { border-color: rgb(170,36,146); }
td.TdClassName
{
border-color: #AA2492;
}
.TagClassName
{
border-color: #AA2492;
}
</style>