Shades of Medium Red Violet #AB407C
Tints of Medium Red Violet #AB407C
RGB
CMYK
RGB Variations
Color information
#AB407C (or 0xAB407C) is known color: Medium Red Violet. HEX triplet: AB, 40 and 7C. RGB value is (171,64,124). Sum of RGB (Red+Green+Blue) = 171+64+124=359 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.63% from 359); Green value is 64 (25.39% from 255 or 17.83% from 359); Blue value is 124 (48.83% from 255 or 34.54% from 359); Max value from RGB is 171 - color contains mainly: red. Hex color #AB407C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB407C is #54BF83. Grayscale: #666666. Windows color (decimal): -5554052 or 8143019. OLE color: 8143019.
HSL color Cylindrical-coordinate representation of color #AB407C: hue angle of 326.36º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB407C is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 64 | 124 | - |
| CMYK | 0 | 0.63 | 0.27 | 0.33 |
| HSL | 326.36º | 0.46% | 0.46% | - |
| HSV(B) | 326.36º | 0.63% | 0.67% | - |
| XYZ | 22.27 | 13.78 | 20.56 | - |
| YUV | 102.83 | 139.95 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 64 | 124 | 0 | 0.63 | 0.27 | 0.33 | 326.36 | 0.46 | 0.46 |
| Hex | AB | 40 | 7C | 0 | 3F | 1B | 21 | 146 | 2E | 2E |
| Octal | 253 | 100 | 174 | 0 | 77 | 33 | 41 | 506 | 56 | 56 |
| Binary | 10101011 | 1000000 | 1111100 | 0 | 111111 | 11011 | 100001 | 101000110 | 101110 | 101110 |
Color Harmonies of #AB407C
Complementary color
Monochromatic Colors of #AB407C
Black with #AB407C
Text Example
Text Example
White with #AB407C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB407C; }
p { color: rgb(171,64,124); }
H1.HeaderClassName
{
color: #AB407C;
}
.AnyTagClassName
{
color: #AB407C;
}
</style>
background-color css
<style>
a { background-color: #AB407C; }
a { background-color: rgb(171,64,124); }
div.DivClassName
{
background-color: #AB407C;
}
.BgClassName
{
background-color: #AB407C;
}
</style>
border-color css
<style>
span { border-color: #AB407C; }
span { border-color: rgb(171,64,124); }
td.TdClassName
{
border-color: #AB407C;
}
.TagClassName
{
border-color: #AB407C;
}
</style>