Shades of Medium Violet Red #AA1982
Tints of Medium Violet Red #AA1982
RGB
CMYK
RGB Variations
Color information
#AA1982 (or 0xAA1982) is known color: Medium Violet Red. HEX triplet: AA, 19 and 82. RGB value is (170,25,130). Sum of RGB (Red+Green+Blue) = 170+25+130=325 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.31% from 325); Green value is 25 (10.16% from 255 or 7.69% from 325); Blue value is 130 (51.17% from 255 or 40% from 325); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1982 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1982 is #55E67D. Grayscale: #505050. Windows color (decimal): -5629566 or 8526250. OLE color: 8526250.
HSL color Cylindrical-coordinate representation of color #AA1982: hue angle of 316.55º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA1982 is Cyan = 0, Magento = 0.85, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 25 | 130 | - |
| CMYK | 0 | 0.85 | 0.24 | 0.33 |
| HSL | 316.55º | 0.74% | 0.38% | - |
| HSV(B) | 316.55º | 0.85% | 0.67% | - |
| XYZ | 20.95 | 10.85 | 22.11 | - |
| YUV | 80.33 | 156.04 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 25 | 130 | 0 | 0.85 | 0.24 | 0.33 | 316.55 | 0.74 | 0.38 |
| Hex | AA | 19 | 82 | 0 | 55 | 18 | 21 | 13D | 4A | 26 |
| Octal | 252 | 31 | 202 | 0 | 125 | 30 | 41 | 475 | 112 | 46 |
| Binary | 10101010 | 11001 | 10000010 | 0 | 1010101 | 11000 | 100001 | 100111101 | 1001010 | 100110 |
Color Harmonies of #AA1982
Complementary color
Monochromatic Colors of #AA1982
Black with #AA1982
Text Example
Text Example
White with #AA1982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1982; }
p { color: rgb(170,25,130); }
H1.HeaderClassName
{
color: #AA1982;
}
.AnyTagClassName
{
color: #AA1982;
}
</style>
background-color css
<style>
a { background-color: #AA1982; }
a { background-color: rgb(170,25,130); }
div.DivClassName
{
background-color: #AA1982;
}
.BgClassName
{
background-color: #AA1982;
}
</style>
border-color css
<style>
span { border-color: #AA1982; }
span { border-color: rgb(170,25,130); }
td.TdClassName
{
border-color: #AA1982;
}
.TagClassName
{
border-color: #AA1982;
}
</style>