Shades of Medium Red Violet #AB247F
Tints of Medium Red Violet #AB247F
RGB
CMYK
RGB Variations
Color information
#AB247F (or 0xAB247F) is known color: Medium Red Violet. HEX triplet: AB, 24 and 7F. RGB value is (171,36,127). Sum of RGB (Red+Green+Blue) = 171+36+127=334 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.20% from 334); Green value is 36 (14.45% from 255 or 10.78% from 334); Blue value is 127 (50% from 255 or 38.02% from 334); Max value from RGB is 171 - color contains mainly: red. Hex color #AB247F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB247F is #54DB80. Grayscale: #565656. Windows color (decimal): -5561217 or 8332459. OLE color: 8332459.
HSL color Cylindrical-coordinate representation of color #AB247F: hue angle of 319.56º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AB247F is Cyan = 0, Magento = 0.79, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 36 | 127 | - |
| CMYK | 0 | 0.79 | 0.26 | 0.33 |
| HSL | 319.56º | 0.65% | 0.41% | - |
| HSV(B) | 319.56º | 0.79% | 0.67% | - |
| XYZ | 21.26 | 11.45 | 21.17 | - |
| YUV | 86.74 | 150.73 | 188.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 36 | 127 | 0 | 0.79 | 0.26 | 0.33 | 319.56 | 0.65 | 0.41 |
| Hex | AB | 24 | 7F | 0 | 4F | 1A | 21 | 140 | 41 | 29 |
| Octal | 253 | 44 | 177 | 0 | 117 | 32 | 41 | 500 | 101 | 51 |
| Binary | 10101011 | 100100 | 1111111 | 0 | 1001111 | 11010 | 100001 | 101000000 | 1000001 | 101001 |
Color Harmonies of #AB247F
Complementary color
Monochromatic Colors of #AB247F
Black with #AB247F
Text Example
Text Example
White with #AB247F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB247F; }
p { color: rgb(171,36,127); }
H1.HeaderClassName
{
color: #AB247F;
}
.AnyTagClassName
{
color: #AB247F;
}
</style>
background-color css
<style>
a { background-color: #AB247F; }
a { background-color: rgb(171,36,127); }
div.DivClassName
{
background-color: #AB247F;
}
.BgClassName
{
background-color: #AB247F;
}
</style>
border-color css
<style>
span { border-color: #AB247F; }
span { border-color: rgb(171,36,127); }
td.TdClassName
{
border-color: #AB247F;
}
.TagClassName
{
border-color: #AB247F;
}
</style>