Shades of Medium Red Violet #AB1C83
Tints of Medium Red Violet #AB1C83
RGB
CMYK
RGB Variations
Color information
#AB1C83 (or 0xAB1C83) is known color: Medium Red Violet. HEX triplet: AB, 1C and 83. RGB value is (171,28,131). Sum of RGB (Red+Green+Blue) = 171+28+131=330 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.82% from 330); Green value is 28 (11.33% from 255 or 8.48% from 330); Blue value is 131 (51.56% from 255 or 39.70% from 330); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1C83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB1C83 is #54E37C. Grayscale: #525252. Windows color (decimal): -5563261 or 8592555. OLE color: 8592555.
HSL color Cylindrical-coordinate representation of color #AB1C83: hue angle of 316.78º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB1C83 is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 28 | 131 | - |
| CMYK | 0 | 0.84 | 0.23 | 0.33 |
| HSL | 316.78º | 0.72% | 0.39% | - |
| HSV(B) | 316.78º | 0.84% | 0.67% | - |
| XYZ | 21.31 | 11.13 | 22.5 | - |
| YUV | 82.5 | 155.38 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 28 | 131 | 0 | 0.84 | 0.23 | 0.33 | 316.78 | 0.72 | 0.39 |
| Hex | AB | 1C | 83 | 0 | 54 | 17 | 21 | 13D | 48 | 27 |
| Octal | 253 | 34 | 203 | 0 | 124 | 27 | 41 | 475 | 110 | 47 |
| Binary | 10101011 | 11100 | 10000011 | 0 | 1010100 | 10111 | 100001 | 100111101 | 1001000 | 100111 |
Color Harmonies of #AB1C83
Complementary color
Monochromatic Colors of #AB1C83
Black with #AB1C83
Text Example
Text Example
White with #AB1C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1C83; }
p { color: rgb(171,28,131); }
H1.HeaderClassName
{
color: #AB1C83;
}
.AnyTagClassName
{
color: #AB1C83;
}
</style>
background-color css
<style>
a { background-color: #AB1C83; }
a { background-color: rgb(171,28,131); }
div.DivClassName
{
background-color: #AB1C83;
}
.BgClassName
{
background-color: #AB1C83;
}
</style>
border-color css
<style>
span { border-color: #AB1C83; }
span { border-color: rgb(171,28,131); }
td.TdClassName
{
border-color: #AB1C83;
}
.TagClassName
{
border-color: #AB1C83;
}
</style>