Shades of Medium Red Violet #AB417F
Tints of Medium Red Violet #AB417F
RGB
CMYK
RGB Variations
Color information
#AB417F (or 0xAB417F) is known color: Medium Red Violet. HEX triplet: AB, 41 and 7F. RGB value is (171,65,127). Sum of RGB (Red+Green+Blue) = 171+65+127=363 (48% of max value = 765). Red value is 171 (67.19% from 255 or 47.11% from 363); Green value is 65 (25.78% from 255 or 17.91% from 363); Blue value is 127 (50% from 255 or 34.99% from 363); Max value from RGB is 171 - color contains mainly: red. Hex color #AB417F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB417F is #54BE80. Grayscale: #676767. Windows color (decimal): -5553793 or 8339883. OLE color: 8339883.
HSL color Cylindrical-coordinate representation of color #AB417F: hue angle of 324.91º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AB417F is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 65 | 127 | - |
| CMYK | 0 | 0.62 | 0.26 | 0.33 |
| HSL | 324.91º | 0.45% | 0.46% | - |
| HSV(B) | 324.91º | 0.62% | 0.67% | - |
| XYZ | 22.52 | 13.97 | 21.59 | - |
| YUV | 103.76 | 141.12 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 65 | 127 | 0 | 0.62 | 0.26 | 0.33 | 324.91 | 0.45 | 0.46 |
| Hex | AB | 41 | 7F | 0 | 3E | 1A | 21 | 145 | 2D | 2E |
| Octal | 253 | 101 | 177 | 0 | 76 | 32 | 41 | 505 | 55 | 56 |
| Binary | 10101011 | 1000001 | 1111111 | 0 | 111110 | 11010 | 100001 | 101000101 | 101101 | 101110 |
Color Harmonies of #AB417F
Complementary color
Monochromatic Colors of #AB417F
Black with #AB417F
Text Example
Text Example
White with #AB417F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB417F; }
p { color: rgb(171,65,127); }
H1.HeaderClassName
{
color: #AB417F;
}
.AnyTagClassName
{
color: #AB417F;
}
</style>
background-color css
<style>
a { background-color: #AB417F; }
a { background-color: rgb(171,65,127); }
div.DivClassName
{
background-color: #AB417F;
}
.BgClassName
{
background-color: #AB417F;
}
</style>
border-color css
<style>
span { border-color: #AB417F; }
span { border-color: rgb(171,65,127); }
td.TdClassName
{
border-color: #AB417F;
}
.TagClassName
{
border-color: #AB417F;
}
</style>