Shades of Medium Violet Red #AA1898
Tints of Medium Violet Red #AA1898
RGB
CMYK
RGB Variations
Color information
#AA1898 (or 0xAA1898) is known color: Medium Violet Red. HEX triplet: AA, 18 and 98. RGB value is (170,24,152). Sum of RGB (Red+Green+Blue) = 170+24+152=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 24 (9.77% from 255 or 6.94% from 346); Blue value is 152 (59.77% from 255 or 43.93% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1898 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1898 is #55E767. Grayscale: #515151. Windows color (decimal): -5629800 or 9967786. OLE color: 9967786.
HSL color Cylindrical-coordinate representation of color #AA1898: hue angle of 307.4º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA1898 is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 24 | 152 | - |
| CMYK | 0 | 0.86 | 0.11 | 0.33 |
| HSL | 307.4º | 0.75% | 0.38% | - |
| HSV(B) | 307.4º | 0.86% | 0.67% | - |
| XYZ | 22.57 | 11.47 | 30.73 | - |
| YUV | 82.25 | 167.37 | 190.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 24 | 152 | 0 | 0.86 | 0.11 | 0.33 | 307.4 | 0.75 | 0.38 |
| Hex | AA | 18 | 98 | 0 | 56 | B | 21 | 133 | 4B | 26 |
| Octal | 252 | 30 | 230 | 0 | 126 | 13 | 41 | 463 | 113 | 46 |
| Binary | 10101010 | 11000 | 10011000 | 0 | 1010110 | 1011 | 100001 | 100110011 | 1001011 | 100110 |
Color Harmonies of #AA1898
Complementary color
Monochromatic Colors of #AA1898
Black with #AA1898
Text Example
Text Example
White with #AA1898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1898; }
p { color: rgb(170,24,152); }
H1.HeaderClassName
{
color: #AA1898;
}
.AnyTagClassName
{
color: #AA1898;
}
</style>
background-color css
<style>
a { background-color: #AA1898; }
a { background-color: rgb(170,24,152); }
div.DivClassName
{
background-color: #AA1898;
}
.BgClassName
{
background-color: #AA1898;
}
</style>
border-color css
<style>
span { border-color: #AA1898; }
span { border-color: rgb(170,24,152); }
td.TdClassName
{
border-color: #AA1898;
}
.TagClassName
{
border-color: #AA1898;
}
</style>