Shades of Medium Violet Red #AB128E
Tints of Medium Violet Red #AB128E
RGB
CMYK
RGB Variations
Color information
#AB128E (or 0xAB128E) is known color: Medium Violet Red. HEX triplet: AB, 12 and 8E. RGB value is (171,18,142). Sum of RGB (Red+Green+Blue) = 171+18+142=331 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.66% from 331); Green value is 18 (7.42% from 255 or 5.44% from 331); Blue value is 142 (55.86% from 255 or 42.90% from 331); Max value from RGB is 171 - color contains mainly: red. Hex color #AB128E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB128E is #54ED71. Grayscale: #4D4D4D. Windows color (decimal): -5565810 or 9310891. OLE color: 9310891.
HSL color Cylindrical-coordinate representation of color #AB128E: hue angle of 311.37º 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 #AB128E is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 18 | 142 | - |
| CMYK | 0 | 0.89 | 0.17 | 0.33 |
| HSL | 311.37º | 0.81% | 0.37% | - |
| HSV(B) | 311.37º | 0.89% | 0.67% | - |
| XYZ | 21.89 | 11.04 | 26.57 | - |
| YUV | 77.88 | 164.19 | 194.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 18 | 142 | 0 | 0.89 | 0.17 | 0.33 | 311.37 | 0.81 | 0.37 |
| Hex | AB | 12 | 8E | 0 | 59 | 11 | 21 | 137 | 51 | 25 |
| Octal | 253 | 22 | 216 | 0 | 131 | 21 | 41 | 467 | 121 | 45 |
| Binary | 10101011 | 10010 | 10001110 | 0 | 1011001 | 10001 | 100001 | 100110111 | 1010001 | 100101 |
Color Harmonies of #AB128E
Complementary color
Monochromatic Colors of #AB128E
Black with #AB128E
Text Example
Text Example
White with #AB128E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB128E; }
p { color: rgb(171,18,142); }
H1.HeaderClassName
{
color: #AB128E;
}
.AnyTagClassName
{
color: #AB128E;
}
</style>
background-color css
<style>
a { background-color: #AB128E; }
a { background-color: rgb(171,18,142); }
div.DivClassName
{
background-color: #AB128E;
}
.BgClassName
{
background-color: #AB128E;
}
</style>
border-color css
<style>
span { border-color: #AB128E; }
span { border-color: rgb(171,18,142); }
td.TdClassName
{
border-color: #AB128E;
}
.TagClassName
{
border-color: #AB128E;
}
</style>