Shades of Medium Violet Red #AB0A8D
Tints of Medium Violet Red #AB0A8D
RGB
CMYK
RGB Variations
Color information
#AB0A8D (or 0xAB0A8D) is known color: Medium Violet Red. HEX triplet: AB, 0A and 8D. RGB value is (171,10,141). Sum of RGB (Red+Green+Blue) = 171+10+141=322 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.11% from 322); Green value is 10 (4.30% from 255 or 3.11% from 322); Blue value is 141 (55.47% from 255 or 43.79% from 322); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0A8D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0A8D is #54F572. Grayscale: #484848. Windows color (decimal): -5567859 or 9243307. OLE color: 9243307.
HSL color Cylindrical-coordinate representation of color #AB0A8D: hue angle of 311.18º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB0A8D is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 10 | 141 | - |
| CMYK | 0 | 0.94 | 0.18 | 0.33 |
| HSL | 311.18º | 0.89% | 0.35% | - |
| HSV(B) | 311.18º | 0.94% | 0.67% | - |
| XYZ | 21.71 | 10.8 | 26.14 | - |
| YUV | 73.07 | 166.34 | 197.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 10 | 141 | 0 | 0.94 | 0.18 | 0.33 | 311.18 | 0.89 | 0.35 |
| Hex | AB | A | 8D | 0 | 5E | 12 | 21 | 137 | 59 | 23 |
| Octal | 253 | 12 | 215 | 0 | 136 | 22 | 41 | 467 | 131 | 43 |
| Binary | 10101011 | 1010 | 10001101 | 0 | 1011110 | 10010 | 100001 | 100110111 | 1011001 | 100011 |
Color Harmonies of #AB0A8D
Complementary color
Monochromatic Colors of #AB0A8D
Black with #AB0A8D
Text Example
Text Example
White with #AB0A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0A8D; }
p { color: rgb(171,10,141); }
H1.HeaderClassName
{
color: #AB0A8D;
}
.AnyTagClassName
{
color: #AB0A8D;
}
</style>
background-color css
<style>
a { background-color: #AB0A8D; }
a { background-color: rgb(171,10,141); }
div.DivClassName
{
background-color: #AB0A8D;
}
.BgClassName
{
background-color: #AB0A8D;
}
</style>
border-color css
<style>
span { border-color: #AB0A8D; }
span { border-color: rgb(171,10,141); }
td.TdClassName
{
border-color: #AB0A8D;
}
.TagClassName
{
border-color: #AB0A8D;
}
</style>