Shades of Medium Red Violet #AB458D
Tints of Medium Red Violet #AB458D
RGB
CMYK
RGB Variations
Color information
#AB458D (or 0xAB458D) is known color: Medium Red Violet. HEX triplet: AB, 45 and 8D. RGB value is (171,69,141). Sum of RGB (Red+Green+Blue) = 171+69+141=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 69 (27.34% from 255 or 18.11% from 381); Blue value is 141 (55.47% from 255 or 37.01% from 381); Max value from RGB is 171 - color contains mainly: red. Hex color #AB458D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB458D is #54BA72. Grayscale: #6B6B6B. Windows color (decimal): -5552755 or 9258411. OLE color: 9258411.
HSL color Cylindrical-coordinate representation of color #AB458D: hue angle of 317.65º 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 #AB458D is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 69 | 141 | - |
| CMYK | 0 | 0.60 | 0.18 | 0.33 |
| HSL | 317.65º | 0.43% | 0.47% | - |
| HSV(B) | 317.65º | 0.6% | 0.67% | - |
| XYZ | 23.73 | 14.84 | 26.81 | - |
| YUV | 107.71 | 146.79 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 69 | 141 | 0 | 0.60 | 0.18 | 0.33 | 317.65 | 0.43 | 0.47 |
| Hex | AB | 45 | 8D | 0 | 3C | 12 | 21 | 13E | 2A | 2F |
| Octal | 253 | 105 | 215 | 0 | 74 | 22 | 41 | 476 | 52 | 57 |
| Binary | 10101011 | 1000101 | 10001101 | 0 | 111100 | 10010 | 100001 | 100111110 | 101010 | 101111 |
Color Harmonies of #AB458D
Complementary color
Monochromatic Colors of #AB458D
Black with #AB458D
Text Example
Text Example
White with #AB458D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB458D; }
p { color: rgb(171,69,141); }
H1.HeaderClassName
{
color: #AB458D;
}
.AnyTagClassName
{
color: #AB458D;
}
</style>
background-color css
<style>
a { background-color: #AB458D; }
a { background-color: rgb(171,69,141); }
div.DivClassName
{
background-color: #AB458D;
}
.BgClassName
{
background-color: #AB458D;
}
</style>
border-color css
<style>
span { border-color: #AB458D; }
span { border-color: rgb(171,69,141); }
td.TdClassName
{
border-color: #AB458D;
}
.TagClassName
{
border-color: #AB458D;
}
</style>