Shades of Medium Violet Red #AB0F82
Tints of Medium Violet Red #AB0F82
RGB
CMYK
RGB Variations
Color information
#AB0F82 (or 0xAB0F82) is known color: Medium Violet Red. HEX triplet: AB, 0F and 82. RGB value is (171,15,130). Sum of RGB (Red+Green+Blue) = 171+15+130=316 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.11% from 316); Green value is 15 (6.25% from 255 or 4.75% from 316); Blue value is 130 (51.17% from 255 or 41.14% from 316); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0F82 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0F82 is #54F07D. Grayscale: #4A4A4A. Windows color (decimal): -5566590 or 8523691. OLE color: 8523691.
HSL color Cylindrical-coordinate representation of color #AB0F82: hue angle of 315.77º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB0F82 is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 15 | 130 | - |
| CMYK | 0 | 0.91 | 0.24 | 0.33 |
| HSL | 315.77º | 0.84% | 0.36% | - |
| HSV(B) | 315.77º | 0.91% | 0.67% | - |
| XYZ | 20.99 | 10.61 | 22.06 | - |
| YUV | 74.75 | 159.18 | 196.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 15 | 130 | 0 | 0.91 | 0.24 | 0.33 | 315.77 | 0.84 | 0.36 |
| Hex | AB | F | 82 | 0 | 5B | 18 | 21 | 13C | 54 | 24 |
| Octal | 253 | 17 | 202 | 0 | 133 | 30 | 41 | 474 | 124 | 44 |
| Binary | 10101011 | 1111 | 10000010 | 0 | 1011011 | 11000 | 100001 | 100111100 | 1010100 | 100100 |
Color Harmonies of #AB0F82
Complementary color
Monochromatic Colors of #AB0F82
Black with #AB0F82
Text Example
Text Example
White with #AB0F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0F82; }
p { color: rgb(171,15,130); }
H1.HeaderClassName
{
color: #AB0F82;
}
.AnyTagClassName
{
color: #AB0F82;
}
</style>
background-color css
<style>
a { background-color: #AB0F82; }
a { background-color: rgb(171,15,130); }
div.DivClassName
{
background-color: #AB0F82;
}
.BgClassName
{
background-color: #AB0F82;
}
</style>
border-color css
<style>
span { border-color: #AB0F82; }
span { border-color: rgb(171,15,130); }
td.TdClassName
{
border-color: #AB0F82;
}
.TagClassName
{
border-color: #AB0F82;
}
</style>