Shades of Medium Red Violet #AA2482
Tints of Medium Red Violet #AA2482
RGB
CMYK
RGB Variations
Color information
#AA2482 (or 0xAA2482) is known color: Medium Red Violet. HEX triplet: AA, 24 and 82. RGB value is (170,36,130). Sum of RGB (Red+Green+Blue) = 170+36+130=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 36 (14.45% from 255 or 10.71% from 336); Blue value is 130 (51.17% from 255 or 38.69% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2482 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2482 is #55DB7D. Grayscale: #565656. Windows color (decimal): -5626750 or 8529066. OLE color: 8529066.
HSL color Cylindrical-coordinate representation of color #AA2482: hue angle of 317.91º 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 #AA2482 is Cyan = 0, Magento = 0.79, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 36 | 130 | - |
| CMYK | 0 | 0.79 | 0.24 | 0.33 |
| HSL | 317.91º | 0.65% | 0.4% | - |
| HSV(B) | 317.91º | 0.79% | 0.67% | - |
| XYZ | 21.24 | 11.42 | 22.2 | - |
| YUV | 86.78 | 152.39 | 187.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 36 | 130 | 0 | 0.79 | 0.24 | 0.33 | 317.91 | 0.65 | 0.4 |
| Hex | AA | 24 | 82 | 0 | 4F | 18 | 21 | 13E | 41 | 28 |
| Octal | 252 | 44 | 202 | 0 | 117 | 30 | 41 | 476 | 101 | 50 |
| Binary | 10101010 | 100100 | 10000010 | 0 | 1001111 | 11000 | 100001 | 100111110 | 1000001 | 101000 |
Color Harmonies of #AA2482
Complementary color
Monochromatic Colors of #AA2482
Black with #AA2482
Text Example
Text Example
White with #AA2482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2482; }
p { color: rgb(170,36,130); }
H1.HeaderClassName
{
color: #AA2482;
}
.AnyTagClassName
{
color: #AA2482;
}
</style>
background-color css
<style>
a { background-color: #AA2482; }
a { background-color: rgb(170,36,130); }
div.DivClassName
{
background-color: #AA2482;
}
.BgClassName
{
background-color: #AA2482;
}
</style>
border-color css
<style>
span { border-color: #AA2482; }
span { border-color: rgb(170,36,130); }
td.TdClassName
{
border-color: #AA2482;
}
.TagClassName
{
border-color: #AA2482;
}
</style>