Shades of Medium Red Violet #AB458F
Tints of Medium Red Violet #AB458F
RGB
CMYK
RGB Variations
Color information
#AB458F (or 0xAB458F) is known color: Medium Red Violet. HEX triplet: AB, 45 and 8F. RGB value is (171,69,143). Sum of RGB (Red+Green+Blue) = 171+69+143=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 69 (27.34% from 255 or 18.02% from 383); Blue value is 143 (56.25% from 255 or 37.34% from 383); Max value from RGB is 171 - color contains mainly: red. Hex color #AB458F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB458F is #54BA70. Grayscale: #6B6B6B. Windows color (decimal): -5552753 or 9389483. OLE color: 9389483.
HSL color Cylindrical-coordinate representation of color #AB458F: hue angle of 316.47º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB458F is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 69 | 143 | - |
| CMYK | 0 | 0.60 | 0.16 | 0.33 |
| HSL | 316.47º | 0.43% | 0.47% | - |
| HSV(B) | 316.47º | 0.6% | 0.67% | - |
| XYZ | 23.88 | 14.9 | 27.6 | - |
| YUV | 107.93 | 147.79 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 69 | 143 | 0 | 0.60 | 0.16 | 0.33 | 316.47 | 0.43 | 0.47 |
| Hex | AB | 45 | 8F | 0 | 3C | 10 | 21 | 13C | 2A | 2F |
| Octal | 253 | 105 | 217 | 0 | 74 | 20 | 41 | 474 | 52 | 57 |
| Binary | 10101011 | 1000101 | 10001111 | 0 | 111100 | 10000 | 100001 | 100111100 | 101010 | 101111 |
Color Harmonies of #AB458F
Complementary color
Monochromatic Colors of #AB458F
Black with #AB458F
Text Example
Text Example
White with #AB458F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB458F; }
p { color: rgb(171,69,143); }
H1.HeaderClassName
{
color: #AB458F;
}
.AnyTagClassName
{
color: #AB458F;
}
</style>
background-color css
<style>
a { background-color: #AB458F; }
a { background-color: rgb(171,69,143); }
div.DivClassName
{
background-color: #AB458F;
}
.BgClassName
{
background-color: #AB458F;
}
</style>
border-color css
<style>
span { border-color: #AB458F; }
span { border-color: rgb(171,69,143); }
td.TdClassName
{
border-color: #AB458F;
}
.TagClassName
{
border-color: #AB458F;
}
</style>