Shades of Medium Violet Red #AA198C
Tints of Medium Violet Red #AA198C
RGB
CMYK
RGB Variations
Color information
#AA198C (or 0xAA198C) is known color: Medium Violet Red. HEX triplet: AA, 19 and 8C. RGB value is (170,25,140). Sum of RGB (Red+Green+Blue) = 170+25+140=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 25 (10.16% from 255 or 7.46% from 335); Blue value is 140 (55.08% from 255 or 41.79% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA198C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA198C is #55E673. Grayscale: #515151. Windows color (decimal): -5629556 or 9181610. OLE color: 9181610.
HSL color Cylindrical-coordinate representation of color #AA198C: hue angle of 312.41º 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 #AA198C is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 25 | 140 | - |
| CMYK | 0 | 0.85 | 0.18 | 0.33 |
| HSL | 312.41º | 0.74% | 0.38% | - |
| HSV(B) | 312.41º | 0.85% | 0.67% | - |
| XYZ | 21.66 | 11.13 | 25.82 | - |
| YUV | 81.47 | 161.04 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 25 | 140 | 0 | 0.85 | 0.18 | 0.33 | 312.41 | 0.74 | 0.38 |
| Hex | AA | 19 | 8C | 0 | 55 | 12 | 21 | 138 | 4A | 26 |
| Octal | 252 | 31 | 214 | 0 | 125 | 22 | 41 | 470 | 112 | 46 |
| Binary | 10101010 | 11001 | 10001100 | 0 | 1010101 | 10010 | 100001 | 100111000 | 1001010 | 100110 |
Color Harmonies of #AA198C
Complementary color
Monochromatic Colors of #AA198C
Black with #AA198C
Text Example
Text Example
White with #AA198C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA198C; }
p { color: rgb(170,25,140); }
H1.HeaderClassName
{
color: #AA198C;
}
.AnyTagClassName
{
color: #AA198C;
}
</style>
background-color css
<style>
a { background-color: #AA198C; }
a { background-color: rgb(170,25,140); }
div.DivClassName
{
background-color: #AA198C;
}
.BgClassName
{
background-color: #AA198C;
}
</style>
border-color css
<style>
span { border-color: #AA198C; }
span { border-color: rgb(170,25,140); }
td.TdClassName
{
border-color: #AA198C;
}
.TagClassName
{
border-color: #AA198C;
}
</style>