Shades of Medium Red Violet #AB478B
Tints of Medium Red Violet #AB478B
RGB
CMYK
RGB Variations
Color information
#AB478B (or 0xAB478B) is known color: Medium Red Violet. HEX triplet: AB, 47 and 8B. RGB value is (171,71,139). Sum of RGB (Red+Green+Blue) = 171+71+139=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 71 (28.12% from 255 or 18.64% from 381); Blue value is 139 (54.69% from 255 or 36.48% from 381); Max value from RGB is 171 - color contains mainly: red. Hex color #AB478B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB478B is #54B874. Grayscale: #6C6C6C. Windows color (decimal): -5552245 or 9127851. OLE color: 9127851.
HSL color Cylindrical-coordinate representation of color #AB478B: hue angle of 319.2º 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 #AB478B is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 71 | 139 | - |
| CMYK | 0 | 0.58 | 0.19 | 0.33 |
| HSL | 319.2º | 0.41% | 0.47% | - |
| HSV(B) | 319.2º | 0.58% | 0.67% | - |
| XYZ | 23.71 | 15.03 | 26.08 | - |
| YUV | 108.65 | 145.13 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 71 | 139 | 0 | 0.58 | 0.19 | 0.33 | 319.2 | 0.41 | 0.47 |
| Hex | AB | 47 | 8B | 0 | 3A | 13 | 21 | 13F | 29 | 2F |
| Octal | 253 | 107 | 213 | 0 | 72 | 23 | 41 | 477 | 51 | 57 |
| Binary | 10101011 | 1000111 | 10001011 | 0 | 111010 | 10011 | 100001 | 100111111 | 101001 | 101111 |
Color Harmonies of #AB478B
Complementary color
Monochromatic Colors of #AB478B
Black with #AB478B
Text Example
Text Example
White with #AB478B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB478B; }
p { color: rgb(171,71,139); }
H1.HeaderClassName
{
color: #AB478B;
}
.AnyTagClassName
{
color: #AB478B;
}
</style>
background-color css
<style>
a { background-color: #AB478B; }
a { background-color: rgb(171,71,139); }
div.DivClassName
{
background-color: #AB478B;
}
.BgClassName
{
background-color: #AB478B;
}
</style>
border-color css
<style>
span { border-color: #AB478B; }
span { border-color: rgb(171,71,139); }
td.TdClassName
{
border-color: #AB478B;
}
.TagClassName
{
border-color: #AB478B;
}
</style>