Shades of Medium Red Violet #AB247C
Tints of Medium Red Violet #AB247C
RGB
CMYK
RGB Variations
Color information
#AB247C (or 0xAB247C) is known color: Medium Red Violet. HEX triplet: AB, 24 and 7C. RGB value is (171,36,124). Sum of RGB (Red+Green+Blue) = 171+36+124=331 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.66% from 331); Green value is 36 (14.45% from 255 or 10.88% from 331); Blue value is 124 (48.83% from 255 or 37.46% from 331); Max value from RGB is 171 - color contains mainly: red. Hex color #AB247C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB247C is #54DB83. Grayscale: #565656. Windows color (decimal): -5561220 or 8135851. OLE color: 8135851.
HSL color Cylindrical-coordinate representation of color #AB247C: hue angle of 320.89º 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 #AB247C is Cyan = 0, Magento = 0.79, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 36 | 124 | - |
| CMYK | 0 | 0.79 | 0.27 | 0.33 |
| HSL | 320.89º | 0.65% | 0.41% | - |
| HSV(B) | 320.89º | 0.79% | 0.67% | - |
| XYZ | 21.06 | 11.37 | 20.15 | - |
| YUV | 86.4 | 149.23 | 188.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 36 | 124 | 0 | 0.79 | 0.27 | 0.33 | 320.89 | 0.65 | 0.41 |
| Hex | AB | 24 | 7C | 0 | 4F | 1B | 21 | 141 | 41 | 29 |
| Octal | 253 | 44 | 174 | 0 | 117 | 33 | 41 | 501 | 101 | 51 |
| Binary | 10101011 | 100100 | 1111100 | 0 | 1001111 | 11011 | 100001 | 101000001 | 1000001 | 101001 |
Color Harmonies of #AB247C
Complementary color
Monochromatic Colors of #AB247C
Black with #AB247C
Text Example
Text Example
White with #AB247C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB247C; }
p { color: rgb(171,36,124); }
H1.HeaderClassName
{
color: #AB247C;
}
.AnyTagClassName
{
color: #AB247C;
}
</style>
background-color css
<style>
a { background-color: #AB247C; }
a { background-color: rgb(171,36,124); }
div.DivClassName
{
background-color: #AB247C;
}
.BgClassName
{
background-color: #AB247C;
}
</style>
border-color css
<style>
span { border-color: #AB247C; }
span { border-color: rgb(171,36,124); }
td.TdClassName
{
border-color: #AB247C;
}
.TagClassName
{
border-color: #AB247C;
}
</style>