Shades of Medium Violet Red #AB1B7F
Tints of Medium Violet Red #AB1B7F
RGB
CMYK
RGB Variations
Color information
#AB1B7F (or 0xAB1B7F) is known color: Medium Violet Red. HEX triplet: AB, 1B and 7F. RGB value is (171,27,127). Sum of RGB (Red+Green+Blue) = 171+27+127=325 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.62% from 325); Green value is 27 (10.94% from 255 or 8.31% from 325); Blue value is 127 (50% from 255 or 39.08% from 325); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1B7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB1B7F is #54E480. Grayscale: #515151. Windows color (decimal): -5563521 or 8330155. OLE color: 8330155.
HSL color Cylindrical-coordinate representation of color #AB1B7F: hue angle of 318.33º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB1B7F is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 27 | 127 | - |
| CMYK | 0 | 0.84 | 0.26 | 0.33 |
| HSL | 318.33º | 0.73% | 0.39% | - |
| HSV(B) | 318.33º | 0.84% | 0.67% | - |
| XYZ | 21.02 | 10.97 | 21.09 | - |
| YUV | 81.46 | 153.71 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 27 | 127 | 0 | 0.84 | 0.26 | 0.33 | 318.33 | 0.73 | 0.39 |
| Hex | AB | 1B | 7F | 0 | 54 | 1A | 21 | 13E | 49 | 27 |
| Octal | 253 | 33 | 177 | 0 | 124 | 32 | 41 | 476 | 111 | 47 |
| Binary | 10101011 | 11011 | 1111111 | 0 | 1010100 | 11010 | 100001 | 100111110 | 1001001 | 100111 |
Color Harmonies of #AB1B7F
Complementary color
Monochromatic Colors of #AB1B7F
Black with #AB1B7F
Text Example
Text Example
White with #AB1B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1B7F; }
p { color: rgb(171,27,127); }
H1.HeaderClassName
{
color: #AB1B7F;
}
.AnyTagClassName
{
color: #AB1B7F;
}
</style>
background-color css
<style>
a { background-color: #AB1B7F; }
a { background-color: rgb(171,27,127); }
div.DivClassName
{
background-color: #AB1B7F;
}
.BgClassName
{
background-color: #AB1B7F;
}
</style>
border-color css
<style>
span { border-color: #AB1B7F; }
span { border-color: rgb(171,27,127); }
td.TdClassName
{
border-color: #AB1B7F;
}
.TagClassName
{
border-color: #AB1B7F;
}
</style>