Shades of Medium Violet Red #AB147F
Tints of Medium Violet Red #AB147F
RGB
CMYK
RGB Variations
Color information
#AB147F (or 0xAB147F) is known color: Medium Violet Red. HEX triplet: AB, 14 and 7F. RGB value is (171,20,127). Sum of RGB (Red+Green+Blue) = 171+20+127=318 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.77% from 318); Green value is 20 (8.20% from 255 or 6.29% from 318); Blue value is 127 (50% from 255 or 39.94% from 318); Max value from RGB is 171 - color contains mainly: red. Hex color #AB147F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB147F is #54EB80. Grayscale: #4D4D4D. Windows color (decimal): -5565313 or 8328363. OLE color: 8328363.
HSL color Cylindrical-coordinate representation of color #AB147F: hue angle of 317.48º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB147F is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 20 | 127 | - |
| CMYK | 0 | 0.88 | 0.26 | 0.33 |
| HSL | 317.48º | 0.79% | 0.37% | - |
| HSV(B) | 317.48º | 0.88% | 0.67% | - |
| XYZ | 20.88 | 10.69 | 21.04 | - |
| YUV | 77.35 | 156.03 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 20 | 127 | 0 | 0.88 | 0.26 | 0.33 | 317.48 | 0.79 | 0.37 |
| Hex | AB | 14 | 7F | 0 | 58 | 1A | 21 | 13D | 4F | 25 |
| Octal | 253 | 24 | 177 | 0 | 130 | 32 | 41 | 475 | 117 | 45 |
| Binary | 10101011 | 10100 | 1111111 | 0 | 1011000 | 11010 | 100001 | 100111101 | 1001111 | 100101 |
Color Harmonies of #AB147F
Complementary color
Monochromatic Colors of #AB147F
Black with #AB147F
Text Example
Text Example
White with #AB147F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB147F; }
p { color: rgb(171,20,127); }
H1.HeaderClassName
{
color: #AB147F;
}
.AnyTagClassName
{
color: #AB147F;
}
</style>
background-color css
<style>
a { background-color: #AB147F; }
a { background-color: rgb(171,20,127); }
div.DivClassName
{
background-color: #AB147F;
}
.BgClassName
{
background-color: #AB147F;
}
</style>
border-color css
<style>
span { border-color: #AB147F; }
span { border-color: rgb(171,20,127); }
td.TdClassName
{
border-color: #AB147F;
}
.TagClassName
{
border-color: #AB147F;
}
</style>