Shades of Medium Red Violet #AB458B
Tints of Medium Red Violet #AB458B
RGB
CMYK
RGB Variations
Color information
#AB458B (or 0xAB458B) is known color: Medium Red Violet. HEX triplet: AB, 45 and 8B. RGB value is (171,69,139). Sum of RGB (Red+Green+Blue) = 171+69+139=379 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.12% from 379); Green value is 69 (27.34% from 255 or 18.21% from 379); Blue value is 139 (54.69% from 255 or 36.68% from 379); Max value from RGB is 171 - color contains mainly: red. Hex color #AB458B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB458B is #54BA74. Grayscale: #6B6B6B. Windows color (decimal): -5552757 or 9127339. OLE color: 9127339.
HSL color Cylindrical-coordinate representation of color #AB458B: hue angle of 318.82º 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 #AB458B is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 69 | 139 | - |
| CMYK | 0 | 0.60 | 0.19 | 0.33 |
| HSL | 318.82º | 0.43% | 0.47% | - |
| HSV(B) | 318.82º | 0.6% | 0.67% | - |
| XYZ | 23.58 | 14.78 | 26.04 | - |
| YUV | 107.48 | 145.79 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 69 | 139 | 0 | 0.60 | 0.19 | 0.33 | 318.82 | 0.43 | 0.47 |
| Hex | AB | 45 | 8B | 0 | 3C | 13 | 21 | 13F | 2A | 2F |
| Octal | 253 | 105 | 213 | 0 | 74 | 23 | 41 | 477 | 52 | 57 |
| Binary | 10101011 | 1000101 | 10001011 | 0 | 111100 | 10011 | 100001 | 100111111 | 101010 | 101111 |
Color Harmonies of #AB458B
Complementary color
Monochromatic Colors of #AB458B
Black with #AB458B
Text Example
Text Example
White with #AB458B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB458B; }
p { color: rgb(171,69,139); }
H1.HeaderClassName
{
color: #AB458B;
}
.AnyTagClassName
{
color: #AB458B;
}
</style>
background-color css
<style>
a { background-color: #AB458B; }
a { background-color: rgb(171,69,139); }
div.DivClassName
{
background-color: #AB458B;
}
.BgClassName
{
background-color: #AB458B;
}
</style>
border-color css
<style>
span { border-color: #AB458B; }
span { border-color: rgb(171,69,139); }
td.TdClassName
{
border-color: #AB458B;
}
.TagClassName
{
border-color: #AB458B;
}
</style>