Shades of Medium Violet Red #AB0E7B
Tints of Medium Violet Red #AB0E7B
RGB
CMYK
RGB Variations
Color information
#AB0E7B (or 0xAB0E7B) is known color: Medium Violet Red. HEX triplet: AB, 0E and 7B. RGB value is (171,14,123). Sum of RGB (Red+Green+Blue) = 171+14+123=308 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.52% from 308); Green value is 14 (5.86% from 255 or 4.55% from 308); Blue value is 123 (48.44% from 255 or 39.94% from 308); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0E7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0E7B is #54F184. Grayscale: #494949. Windows color (decimal): -5566853 or 8064683. OLE color: 8064683.
HSL color Cylindrical-coordinate representation of color #AB0E7B: hue angle of 318.34º 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 #AB0E7B is Cyan = 0, Magento = 0.92, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 14 | 123 | - |
| CMYK | 0 | 0.92 | 0.28 | 0.33 |
| HSL | 318.34º | 0.85% | 0.36% | - |
| HSV(B) | 318.34º | 0.92% | 0.67% | - |
| XYZ | 20.53 | 10.4 | 19.66 | - |
| YUV | 73.37 | 156.01 | 197.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 14 | 123 | 0 | 0.92 | 0.28 | 0.33 | 318.34 | 0.85 | 0.36 |
| Hex | AB | E | 7B | 0 | 5C | 1C | 21 | 13E | 55 | 24 |
| Octal | 253 | 16 | 173 | 0 | 134 | 34 | 41 | 476 | 125 | 44 |
| Binary | 10101011 | 1110 | 1111011 | 0 | 1011100 | 11100 | 100001 | 100111110 | 1010101 | 100100 |
Color Harmonies of #AB0E7B
Complementary color
Monochromatic Colors of #AB0E7B
Black with #AB0E7B
Text Example
Text Example
White with #AB0E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0E7B; }
p { color: rgb(171,14,123); }
H1.HeaderClassName
{
color: #AB0E7B;
}
.AnyTagClassName
{
color: #AB0E7B;
}
</style>
background-color css
<style>
a { background-color: #AB0E7B; }
a { background-color: rgb(171,14,123); }
div.DivClassName
{
background-color: #AB0E7B;
}
.BgClassName
{
background-color: #AB0E7B;
}
</style>
border-color css
<style>
span { border-color: #AB0E7B; }
span { border-color: rgb(171,14,123); }
td.TdClassName
{
border-color: #AB0E7B;
}
.TagClassName
{
border-color: #AB0E7B;
}
</style>