Shades of Medium Red Violet #AA2198
Tints of Medium Red Violet #AA2198
RGB
CMYK
RGB Variations
Color information
#AA2198 (or 0xAA2198) is known color: Medium Red Violet. HEX triplet: AA, 21 and 98. RGB value is (170,33,152). Sum of RGB (Red+Green+Blue) = 170+33+152=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 33 (13.28% from 255 or 9.30% from 355); Blue value is 152 (59.77% from 255 or 42.82% from 355); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2198 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2198 is #55DE67. Grayscale: #575757. Windows color (decimal): -5627496 or 9970090. OLE color: 9970090.
HSL color Cylindrical-coordinate representation of color #AA2198: hue angle of 307.88º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA2198 is Cyan = 0, Magento = 0.81, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 33 | 152 | - |
| CMYK | 0 | 0.81 | 0.11 | 0.33 |
| HSL | 307.88º | 0.67% | 0.4% | - |
| HSV(B) | 307.88º | 0.81% | 0.67% | - |
| XYZ | 22.79 | 11.9 | 30.8 | - |
| YUV | 87.53 | 164.39 | 186.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 33 | 152 | 0 | 0.81 | 0.11 | 0.33 | 307.88 | 0.67 | 0.4 |
| Hex | AA | 21 | 98 | 0 | 51 | B | 21 | 134 | 43 | 28 |
| Octal | 252 | 41 | 230 | 0 | 121 | 13 | 41 | 464 | 103 | 50 |
| Binary | 10101010 | 100001 | 10011000 | 0 | 1010001 | 1011 | 100001 | 100110100 | 1000011 | 101000 |
Color Harmonies of #AA2198
Complementary color
Monochromatic Colors of #AA2198
Black with #AA2198
Text Example
Text Example
White with #AA2198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2198; }
p { color: rgb(170,33,152); }
H1.HeaderClassName
{
color: #AA2198;
}
.AnyTagClassName
{
color: #AA2198;
}
</style>
background-color css
<style>
a { background-color: #AA2198; }
a { background-color: rgb(170,33,152); }
div.DivClassName
{
background-color: #AA2198;
}
.BgClassName
{
background-color: #AA2198;
}
</style>
border-color css
<style>
span { border-color: #AA2198; }
span { border-color: rgb(170,33,152); }
td.TdClassName
{
border-color: #AA2198;
}
.TagClassName
{
border-color: #AA2198;
}
</style>