Shades of Medium Red Violet #AB478E
Tints of Medium Red Violet #AB478E
RGB
CMYK
RGB Variations
Color information
#AB478E (or 0xAB478E) is known color: Medium Red Violet. HEX triplet: AB, 47 and 8E. RGB value is (171,71,142). Sum of RGB (Red+Green+Blue) = 171+71+142=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 71 (28.12% from 255 or 18.49% from 384); Blue value is 142 (55.86% from 255 or 36.98% from 384); Max value from RGB is 171 - color contains mainly: red. Hex color #AB478E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB478E is #54B871. Grayscale: #6C6C6C. Windows color (decimal): -5552242 or 9324459. OLE color: 9324459.
HSL color Cylindrical-coordinate representation of color #AB478E: hue angle of 317.4º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AB478E is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 71 | 142 | - |
| CMYK | 0 | 0.58 | 0.17 | 0.33 |
| HSL | 317.4º | 0.41% | 0.47% | - |
| HSV(B) | 317.4º | 0.58% | 0.67% | - |
| XYZ | 23.93 | 15.12 | 27.25 | - |
| YUV | 108.99 | 146.63 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 71 | 142 | 0 | 0.58 | 0.17 | 0.33 | 317.4 | 0.41 | 0.47 |
| Hex | AB | 47 | 8E | 0 | 3A | 11 | 21 | 13D | 29 | 2F |
| Octal | 253 | 107 | 216 | 0 | 72 | 21 | 41 | 475 | 51 | 57 |
| Binary | 10101011 | 1000111 | 10001110 | 0 | 111010 | 10001 | 100001 | 100111101 | 101001 | 101111 |
Color Harmonies of #AB478E
Complementary color
Monochromatic Colors of #AB478E
Black with #AB478E
Text Example
Text Example
White with #AB478E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB478E; }
p { color: rgb(171,71,142); }
H1.HeaderClassName
{
color: #AB478E;
}
.AnyTagClassName
{
color: #AB478E;
}
</style>
background-color css
<style>
a { background-color: #AB478E; }
a { background-color: rgb(171,71,142); }
div.DivClassName
{
background-color: #AB478E;
}
.BgClassName
{
background-color: #AB478E;
}
</style>
border-color css
<style>
span { border-color: #AB478E; }
span { border-color: rgb(171,71,142); }
td.TdClassName
{
border-color: #AB478E;
}
.TagClassName
{
border-color: #AB478E;
}
</style>