Shades of Medium Red Violet #AB257F
Tints of Medium Red Violet #AB257F
RGB
CMYK
RGB Variations
Color information
#AB257F (or 0xAB257F) is known color: Medium Red Violet. HEX triplet: AB, 25 and 7F. RGB value is (171,37,127). Sum of RGB (Red+Green+Blue) = 171+37+127=335 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.04% from 335); Green value is 37 (14.84% from 255 or 11.04% from 335); Blue value is 127 (50% from 255 or 37.91% from 335); Max value from RGB is 171 - color contains mainly: red. Hex color #AB257F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB257F is #54DA80. Grayscale: #575757. Windows color (decimal): -5560961 or 8332715. OLE color: 8332715.
HSL color Cylindrical-coordinate representation of color #AB257F: hue angle of 319.7º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB257F is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 37 | 127 | - |
| CMYK | 0 | 0.78 | 0.26 | 0.33 |
| HSL | 319.7º | 0.64% | 0.41% | - |
| HSV(B) | 319.7º | 0.78% | 0.67% | - |
| XYZ | 21.29 | 11.51 | 21.18 | - |
| YUV | 87.33 | 150.39 | 187.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 37 | 127 | 0 | 0.78 | 0.26 | 0.33 | 319.7 | 0.64 | 0.41 |
| Hex | AB | 25 | 7F | 0 | 4E | 1A | 21 | 140 | 40 | 29 |
| Octal | 253 | 45 | 177 | 0 | 116 | 32 | 41 | 500 | 100 | 51 |
| Binary | 10101011 | 100101 | 1111111 | 0 | 1001110 | 11010 | 100001 | 101000000 | 1000000 | 101001 |
Color Harmonies of #AB257F
Complementary color
Monochromatic Colors of #AB257F
Black with #AB257F
Text Example
Text Example
White with #AB257F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB257F; }
p { color: rgb(171,37,127); }
H1.HeaderClassName
{
color: #AB257F;
}
.AnyTagClassName
{
color: #AB257F;
}
</style>
background-color css
<style>
a { background-color: #AB257F; }
a { background-color: rgb(171,37,127); }
div.DivClassName
{
background-color: #AB257F;
}
.BgClassName
{
background-color: #AB257F;
}
</style>
border-color css
<style>
span { border-color: #AB257F; }
span { border-color: rgb(171,37,127); }
td.TdClassName
{
border-color: #AB257F;
}
.TagClassName
{
border-color: #AB257F;
}
</style>