Shades of Medium Violet Red #AB147C
Tints of Medium Violet Red #AB147C
RGB
CMYK
RGB Variations
Color information
#AB147C (or 0xAB147C) is known color: Medium Violet Red. HEX triplet: AB, 14 and 7C. RGB value is (171,20,124). Sum of RGB (Red+Green+Blue) = 171+20+124=315 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.29% from 315); Green value is 20 (8.20% from 255 or 6.35% from 315); Blue value is 124 (48.83% from 255 or 39.37% from 315); Max value from RGB is 171 - color contains mainly: red. Hex color #AB147C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB147C is #54EB83. Grayscale: #4C4C4C. Windows color (decimal): -5565316 or 8131755. OLE color: 8131755.
HSL color Cylindrical-coordinate representation of color #AB147C: hue angle of 318.68º 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 #AB147C is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 20 | 124 | - |
| CMYK | 0 | 0.88 | 0.27 | 0.33 |
| HSL | 318.68º | 0.79% | 0.37% | - |
| HSV(B) | 318.68º | 0.88% | 0.67% | - |
| XYZ | 20.68 | 10.61 | 20.03 | - |
| YUV | 77.01 | 154.53 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 20 | 124 | 0 | 0.88 | 0.27 | 0.33 | 318.68 | 0.79 | 0.37 |
| Hex | AB | 14 | 7C | 0 | 58 | 1B | 21 | 13F | 4F | 25 |
| Octal | 253 | 24 | 174 | 0 | 130 | 33 | 41 | 477 | 117 | 45 |
| Binary | 10101011 | 10100 | 1111100 | 0 | 1011000 | 11011 | 100001 | 100111111 | 1001111 | 100101 |
Color Harmonies of #AB147C
Complementary color
Monochromatic Colors of #AB147C
Black with #AB147C
Text Example
Text Example
White with #AB147C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB147C; }
p { color: rgb(171,20,124); }
H1.HeaderClassName
{
color: #AB147C;
}
.AnyTagClassName
{
color: #AB147C;
}
</style>
background-color css
<style>
a { background-color: #AB147C; }
a { background-color: rgb(171,20,124); }
div.DivClassName
{
background-color: #AB147C;
}
.BgClassName
{
background-color: #AB147C;
}
</style>
border-color css
<style>
span { border-color: #AB147C; }
span { border-color: rgb(171,20,124); }
td.TdClassName
{
border-color: #AB147C;
}
.TagClassName
{
border-color: #AB147C;
}
</style>