Shades of Medium Violet Red #AB0F84
Tints of Medium Violet Red #AB0F84
RGB
CMYK
RGB Variations
Color information
#AB0F84 (or 0xAB0F84) is known color: Medium Violet Red. HEX triplet: AB, 0F and 84. RGB value is (171,15,132). Sum of RGB (Red+Green+Blue) = 171+15+132=318 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.77% from 318); Green value is 15 (6.25% from 255 or 4.72% from 318); Blue value is 132 (51.95% from 255 or 41.51% from 318); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0F84 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0F84 is #54F07B. Grayscale: #4A4A4A. Windows color (decimal): -5566588 or 8654763. OLE color: 8654763.
HSL color Cylindrical-coordinate representation of color #AB0F84: hue angle of 315º 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 #AB0F84 is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 15 | 132 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.33 |
| HSL | 315º | 0.84% | 0.36% | - |
| HSV(B) | 315º | 0.91% | 0.67% | - |
| XYZ | 21.13 | 10.67 | 22.77 | - |
| YUV | 74.98 | 160.18 | 196.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 15 | 132 | 0 | 0.91 | 0.23 | 0.33 | 315 | 0.84 | 0.36 |
| Hex | AB | F | 84 | 0 | 5B | 17 | 21 | 13B | 54 | 24 |
| Octal | 253 | 17 | 204 | 0 | 133 | 27 | 41 | 473 | 124 | 44 |
| Binary | 10101011 | 1111 | 10000100 | 0 | 1011011 | 10111 | 100001 | 100111011 | 1010100 | 100100 |
Color Harmonies of #AB0F84
Complementary color
Monochromatic Colors of #AB0F84
Black with #AB0F84
Text Example
Text Example
White with #AB0F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0F84; }
p { color: rgb(171,15,132); }
H1.HeaderClassName
{
color: #AB0F84;
}
.AnyTagClassName
{
color: #AB0F84;
}
</style>
background-color css
<style>
a { background-color: #AB0F84; }
a { background-color: rgb(171,15,132); }
div.DivClassName
{
background-color: #AB0F84;
}
.BgClassName
{
background-color: #AB0F84;
}
</style>
border-color css
<style>
span { border-color: #AB0F84; }
span { border-color: rgb(171,15,132); }
td.TdClassName
{
border-color: #AB0F84;
}
.TagClassName
{
border-color: #AB0F84;
}
</style>