Shades of Medium Violet Red #AA128E
Tints of Medium Violet Red #AA128E
RGB
CMYK
RGB Variations
Color information
#AA128E (or 0xAA128E) is known color: Medium Violet Red. HEX triplet: AA, 12 and 8E. RGB value is (170,18,142). Sum of RGB (Red+Green+Blue) = 170+18+142=330 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.52% from 330); Green value is 18 (7.42% from 255 or 5.45% from 330); Blue value is 142 (55.86% from 255 or 43.03% from 330); Max value from RGB is 170 - color contains mainly: red. Hex color #AA128E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA128E is #55ED71. Grayscale: #4D4D4D. Windows color (decimal): -5631346 or 9310890. OLE color: 9310890.
HSL color Cylindrical-coordinate representation of color #AA128E: hue angle of 311.05º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA128E is Cyan = 0, Magento = 0.89, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 18 | 142 | - |
| CMYK | 0 | 0.89 | 0.16 | 0.33 |
| HSL | 311.05º | 0.81% | 0.37% | - |
| HSV(B) | 311.05º | 0.89% | 0.67% | - |
| XYZ | 21.68 | 10.93 | 26.56 | - |
| YUV | 77.58 | 164.36 | 193.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 18 | 142 | 0 | 0.89 | 0.16 | 0.33 | 311.05 | 0.81 | 0.37 |
| Hex | AA | 12 | 8E | 0 | 59 | 10 | 21 | 137 | 51 | 25 |
| Octal | 252 | 22 | 216 | 0 | 131 | 20 | 41 | 467 | 121 | 45 |
| Binary | 10101010 | 10010 | 10001110 | 0 | 1011001 | 10000 | 100001 | 100110111 | 1010001 | 100101 |
Color Harmonies of #AA128E
Complementary color
Monochromatic Colors of #AA128E
Black with #AA128E
Text Example
Text Example
White with #AA128E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA128E; }
p { color: rgb(170,18,142); }
H1.HeaderClassName
{
color: #AA128E;
}
.AnyTagClassName
{
color: #AA128E;
}
</style>
background-color css
<style>
a { background-color: #AA128E; }
a { background-color: rgb(170,18,142); }
div.DivClassName
{
background-color: #AA128E;
}
.BgClassName
{
background-color: #AA128E;
}
</style>
border-color css
<style>
span { border-color: #AA128E; }
span { border-color: rgb(170,18,142); }
td.TdClassName
{
border-color: #AA128E;
}
.TagClassName
{
border-color: #AA128E;
}
</style>