Shades of Medium Red Violet #AB278E
Tints of Medium Red Violet #AB278E
RGB
CMYK
RGB Variations
Color information
#AB278E (or 0xAB278E) is known color: Medium Red Violet. HEX triplet: AB, 27 and 8E. RGB value is (171,39,142). Sum of RGB (Red+Green+Blue) = 171+39+142=352 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.58% from 352); Green value is 39 (15.62% from 255 or 11.08% from 352); Blue value is 142 (55.86% from 255 or 40.34% from 352); Max value from RGB is 171 - color contains mainly: red. Hex color #AB278E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB278E is #54D871. Grayscale: #595959. Windows color (decimal): -5560434 or 9316267. OLE color: 9316267.
HSL color Cylindrical-coordinate representation of color #AB278E: hue angle of 313.18º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB278E is Cyan = 0, Magento = 0.77, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 39 | 142 | - |
| CMYK | 0 | 0.77 | 0.17 | 0.33 |
| HSL | 313.18º | 0.63% | 0.41% | - |
| HSV(B) | 313.18º | 0.77% | 0.67% | - |
| XYZ | 22.4 | 12.06 | 26.74 | - |
| YUV | 90.21 | 157.23 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 39 | 142 | 0 | 0.77 | 0.17 | 0.33 | 313.18 | 0.63 | 0.41 |
| Hex | AB | 27 | 8E | 0 | 4D | 11 | 21 | 139 | 3F | 29 |
| Octal | 253 | 47 | 216 | 0 | 115 | 21 | 41 | 471 | 77 | 51 |
| Binary | 10101011 | 100111 | 10001110 | 0 | 1001101 | 10001 | 100001 | 100111001 | 111111 | 101001 |
Color Harmonies of #AB278E
Complementary color
Monochromatic Colors of #AB278E
Black with #AB278E
Text Example
Text Example
White with #AB278E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB278E; }
p { color: rgb(171,39,142); }
H1.HeaderClassName
{
color: #AB278E;
}
.AnyTagClassName
{
color: #AB278E;
}
</style>
background-color css
<style>
a { background-color: #AB278E; }
a { background-color: rgb(171,39,142); }
div.DivClassName
{
background-color: #AB278E;
}
.BgClassName
{
background-color: #AB278E;
}
</style>
border-color css
<style>
span { border-color: #AB278E; }
span { border-color: rgb(171,39,142); }
td.TdClassName
{
border-color: #AB278E;
}
.TagClassName
{
border-color: #AB278E;
}
</style>