Shades of Medium Red Violet #AB257C
Tints of Medium Red Violet #AB257C
RGB
CMYK
RGB Variations
Color information
#AB257C (or 0xAB257C) is known color: Medium Red Violet. HEX triplet: AB, 25 and 7C. RGB value is (171,37,124). Sum of RGB (Red+Green+Blue) = 171+37+124=332 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.51% from 332); Green value is 37 (14.84% from 255 or 11.14% from 332); Blue value is 124 (48.83% from 255 or 37.35% from 332); Max value from RGB is 171 - color contains mainly: red. Hex color #AB257C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB257C is #54DA83. Grayscale: #565656. Windows color (decimal): -5560964 or 8136107. OLE color: 8136107.
HSL color Cylindrical-coordinate representation of color #AB257C: hue angle of 321.04º 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 #AB257C is Cyan = 0, Magento = 0.78, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 37 | 124 | - |
| CMYK | 0 | 0.78 | 0.27 | 0.33 |
| HSL | 321.04º | 0.64% | 0.41% | - |
| HSV(B) | 321.04º | 0.78% | 0.67% | - |
| XYZ | 21.09 | 11.44 | 20.16 | - |
| YUV | 86.98 | 148.89 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 37 | 124 | 0 | 0.78 | 0.27 | 0.33 | 321.04 | 0.64 | 0.41 |
| Hex | AB | 25 | 7C | 0 | 4E | 1B | 21 | 141 | 40 | 29 |
| Octal | 253 | 45 | 174 | 0 | 116 | 33 | 41 | 501 | 100 | 51 |
| Binary | 10101011 | 100101 | 1111100 | 0 | 1001110 | 11011 | 100001 | 101000001 | 1000000 | 101001 |
Color Harmonies of #AB257C
Complementary color
Monochromatic Colors of #AB257C
Black with #AB257C
Text Example
Text Example
White with #AB257C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB257C; }
p { color: rgb(171,37,124); }
H1.HeaderClassName
{
color: #AB257C;
}
.AnyTagClassName
{
color: #AB257C;
}
</style>
background-color css
<style>
a { background-color: #AB257C; }
a { background-color: rgb(171,37,124); }
div.DivClassName
{
background-color: #AB257C;
}
.BgClassName
{
background-color: #AB257C;
}
</style>
border-color css
<style>
span { border-color: #AB257C; }
span { border-color: rgb(171,37,124); }
td.TdClassName
{
border-color: #AB257C;
}
.TagClassName
{
border-color: #AB257C;
}
</style>