Shades of Medium Red Violet #AA2479
Tints of Medium Red Violet #AA2479
RGB
CMYK
RGB Variations
Color information
#AA2479 (or 0xAA2479) is known color: Medium Red Violet. HEX triplet: AA, 24 and 79. RGB value is (170,36,121). Sum of RGB (Red+Green+Blue) = 170+36+121=327 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.99% from 327); Green value is 36 (14.45% from 255 or 11.01% from 327); Blue value is 121 (47.66% from 255 or 37.00% from 327); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2479 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2479 is #55DB86. Grayscale: #555555. Windows color (decimal): -5626759 or 7939242. OLE color: 7939242.
HSL color Cylindrical-coordinate representation of color #AA2479: hue angle of 321.94º 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 #AA2479 is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 36 | 121 | - |
| CMYK | 0 | 0.79 | 0.29 | 0.33 |
| HSL | 321.94º | 0.65% | 0.4% | - |
| HSV(B) | 321.94º | 0.79% | 0.67% | - |
| XYZ | 20.66 | 11.19 | 19.16 | - |
| YUV | 85.76 | 147.89 | 188.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 36 | 121 | 0 | 0.79 | 0.29 | 0.33 | 321.94 | 0.65 | 0.4 |
| Hex | AA | 24 | 79 | 0 | 4F | 1D | 21 | 142 | 41 | 28 |
| Octal | 252 | 44 | 171 | 0 | 117 | 35 | 41 | 502 | 101 | 50 |
| Binary | 10101010 | 100100 | 1111001 | 0 | 1001111 | 11101 | 100001 | 101000010 | 1000001 | 101000 |
Color Harmonies of #AA2479
Complementary color
Monochromatic Colors of #AA2479
Black with #AA2479
Text Example
Text Example
White with #AA2479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2479; }
p { color: rgb(170,36,121); }
H1.HeaderClassName
{
color: #AA2479;
}
.AnyTagClassName
{
color: #AA2479;
}
</style>
background-color css
<style>
a { background-color: #AA2479; }
a { background-color: rgb(170,36,121); }
div.DivClassName
{
background-color: #AA2479;
}
.BgClassName
{
background-color: #AA2479;
}
</style>
border-color css
<style>
span { border-color: #AA2479; }
span { border-color: rgb(170,36,121); }
td.TdClassName
{
border-color: #AA2479;
}
.TagClassName
{
border-color: #AA2479;
}
</style>