Shades of Medium Violet Red #AA198F
Tints of Medium Violet Red #AA198F
RGB
CMYK
RGB Variations
Color information
#AA198F (or 0xAA198F) is known color: Medium Violet Red. HEX triplet: AA, 19 and 8F. RGB value is (170,25,143). Sum of RGB (Red+Green+Blue) = 170+25+143=338 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.30% from 338); Green value is 25 (10.16% from 255 or 7.40% from 338); Blue value is 143 (56.25% from 255 or 42.31% from 338); Max value from RGB is 170 - color contains mainly: red. Hex color #AA198F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA198F is #55E670. Grayscale: #515151. Windows color (decimal): -5629553 or 9378218. OLE color: 9378218.
HSL color Cylindrical-coordinate representation of color #AA198F: hue angle of 311.17º 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 #AA198F is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 25 | 143 | - |
| CMYK | 0 | 0.85 | 0.16 | 0.33 |
| HSL | 311.17º | 0.74% | 0.38% | - |
| HSV(B) | 311.17º | 0.85% | 0.67% | - |
| XYZ | 21.88 | 11.22 | 27 | - |
| YUV | 81.81 | 162.54 | 190.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 25 | 143 | 0 | 0.85 | 0.16 | 0.33 | 311.17 | 0.74 | 0.38 |
| Hex | AA | 19 | 8F | 0 | 55 | 10 | 21 | 137 | 4A | 26 |
| Octal | 252 | 31 | 217 | 0 | 125 | 20 | 41 | 467 | 112 | 46 |
| Binary | 10101010 | 11001 | 10001111 | 0 | 1010101 | 10000 | 100001 | 100110111 | 1001010 | 100110 |
Color Harmonies of #AA198F
Complementary color
Monochromatic Colors of #AA198F
Black with #AA198F
Text Example
Text Example
White with #AA198F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA198F; }
p { color: rgb(170,25,143); }
H1.HeaderClassName
{
color: #AA198F;
}
.AnyTagClassName
{
color: #AA198F;
}
</style>
background-color css
<style>
a { background-color: #AA198F; }
a { background-color: rgb(170,25,143); }
div.DivClassName
{
background-color: #AA198F;
}
.BgClassName
{
background-color: #AA198F;
}
</style>
border-color css
<style>
span { border-color: #AA198F; }
span { border-color: rgb(170,25,143); }
td.TdClassName
{
border-color: #AA198F;
}
.TagClassName
{
border-color: #AA198F;
}
</style>