Shades of Medium Violet Red #AB0E8D
Tints of Medium Violet Red #AB0E8D
RGB
CMYK
RGB Variations
Color information
#AB0E8D (or 0xAB0E8D) is known color: Medium Violet Red. HEX triplet: AB, 0E and 8D. RGB value is (171,14,141). Sum of RGB (Red+Green+Blue) = 171+14+141=326 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.45% from 326); Green value is 14 (5.86% from 255 or 4.29% from 326); Blue value is 141 (55.47% from 255 or 43.25% from 326); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0E8D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0E8D is #54F172. Grayscale: #4B4B4B. Windows color (decimal): -5566835 or 9244331. OLE color: 9244331.
HSL color Cylindrical-coordinate representation of color #AB0E8D: hue angle of 311.46º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB0E8D is Cyan = 0, Magento = 0.92, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 14 | 141 | - |
| CMYK | 0 | 0.92 | 0.18 | 0.33 |
| HSL | 311.47º | 0.85% | 0.36% | - |
| HSV(B) | 311.47º | 0.92% | 0.67% | - |
| XYZ | 21.76 | 10.9 | 26.16 | - |
| YUV | 75.42 | 165.01 | 196.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 14 | 141 | 0 | 0.92 | 0.18 | 0.33 | 311.47 | 0.85 | 0.36 |
| Hex | AB | E | 8D | 0 | 5C | 12 | 21 | 137 | 55 | 24 |
| Octal | 253 | 16 | 215 | 0 | 134 | 22 | 41 | 467 | 125 | 44 |
| Binary | 10101011 | 1110 | 10001101 | 0 | 1011100 | 10010 | 100001 | 100110111 | 1010101 | 100100 |
Color Harmonies of #AB0E8D
Complementary color
Monochromatic Colors of #AB0E8D
Black with #AB0E8D
Text Example
Text Example
White with #AB0E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0E8D; }
p { color: rgb(171,14,141); }
H1.HeaderClassName
{
color: #AB0E8D;
}
.AnyTagClassName
{
color: #AB0E8D;
}
</style>
background-color css
<style>
a { background-color: #AB0E8D; }
a { background-color: rgb(171,14,141); }
div.DivClassName
{
background-color: #AB0E8D;
}
.BgClassName
{
background-color: #AB0E8D;
}
</style>
border-color css
<style>
span { border-color: #AB0E8D; }
span { border-color: rgb(171,14,141); }
td.TdClassName
{
border-color: #AB0E8D;
}
.TagClassName
{
border-color: #AB0E8D;
}
</style>