Shades of Medium Red Violet #AB208E
Tints of Medium Red Violet #AB208E
RGB
CMYK
RGB Variations
Color information
#AB208E (or 0xAB208E) is known color: Medium Red Violet. HEX triplet: AB, 20 and 8E. RGB value is (171,32,142). Sum of RGB (Red+Green+Blue) = 171+32+142=345 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.57% from 345); Green value is 32 (12.89% from 255 or 9.28% from 345); Blue value is 142 (55.86% from 255 or 41.16% from 345); Max value from RGB is 171 - color contains mainly: red. Hex color #AB208E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB208E is #54DF71. Grayscale: #555555. Windows color (decimal): -5562226 or 9314475. OLE color: 9314475.
HSL color Cylindrical-coordinate representation of color #AB208E: hue angle of 312.52º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB208E is Cyan = 0, Magento = 0.81, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 32 | 142 | - |
| CMYK | 0 | 0.81 | 0.17 | 0.33 |
| HSL | 312.52º | 0.68% | 0.4% | - |
| HSV(B) | 312.52º | 0.81% | 0.67% | - |
| XYZ | 22.19 | 11.64 | 26.67 | - |
| YUV | 86.1 | 159.55 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 32 | 142 | 0 | 0.81 | 0.17 | 0.33 | 312.52 | 0.68 | 0.4 |
| Hex | AB | 20 | 8E | 0 | 51 | 11 | 21 | 139 | 44 | 28 |
| Octal | 253 | 40 | 216 | 0 | 121 | 21 | 41 | 471 | 104 | 50 |
| Binary | 10101011 | 100000 | 10001110 | 0 | 1010001 | 10001 | 100001 | 100111001 | 1000100 | 101000 |
Color Harmonies of #AB208E
Complementary color
Monochromatic Colors of #AB208E
Black with #AB208E
Text Example
Text Example
White with #AB208E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB208E; }
p { color: rgb(171,32,142); }
H1.HeaderClassName
{
color: #AB208E;
}
.AnyTagClassName
{
color: #AB208E;
}
</style>
background-color css
<style>
a { background-color: #AB208E; }
a { background-color: rgb(171,32,142); }
div.DivClassName
{
background-color: #AB208E;
}
.BgClassName
{
background-color: #AB208E;
}
</style>
border-color css
<style>
span { border-color: #AB208E; }
span { border-color: rgb(171,32,142); }
td.TdClassName
{
border-color: #AB208E;
}
.TagClassName
{
border-color: #AB208E;
}
</style>