Shades of Medium Violet Red #AB1A83
Tints of Medium Violet Red #AB1A83
RGB
CMYK
RGB Variations
Color information
#AB1A83 (or 0xAB1A83) is known color: Medium Violet Red. HEX triplet: AB, 1A and 83. RGB value is (171,26,131). Sum of RGB (Red+Green+Blue) = 171+26+131=328 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.13% from 328); Green value is 26 (10.55% from 255 or 7.93% from 328); Blue value is 131 (51.56% from 255 or 39.94% from 328); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1A83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB1A83 is #54E57C. Grayscale: #515151. Windows color (decimal): -5563773 or 8592043. OLE color: 8592043.
HSL color Cylindrical-coordinate representation of color #AB1A83: hue angle of 316.55º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB1A83 is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 26 | 131 | - |
| CMYK | 0 | 0.85 | 0.23 | 0.33 |
| HSL | 316.55º | 0.74% | 0.39% | - |
| HSV(B) | 316.55º | 0.85% | 0.67% | - |
| XYZ | 21.26 | 11.04 | 22.48 | - |
| YUV | 81.33 | 156.04 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 26 | 131 | 0 | 0.85 | 0.23 | 0.33 | 316.55 | 0.74 | 0.39 |
| Hex | AB | 1A | 83 | 0 | 55 | 17 | 21 | 13D | 4A | 27 |
| Octal | 253 | 32 | 203 | 0 | 125 | 27 | 41 | 475 | 112 | 47 |
| Binary | 10101011 | 11010 | 10000011 | 0 | 1010101 | 10111 | 100001 | 100111101 | 1001010 | 100111 |
Color Harmonies of #AB1A83
Complementary color
Monochromatic Colors of #AB1A83
Black with #AB1A83
Text Example
Text Example
White with #AB1A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1A83; }
p { color: rgb(171,26,131); }
H1.HeaderClassName
{
color: #AB1A83;
}
.AnyTagClassName
{
color: #AB1A83;
}
</style>
background-color css
<style>
a { background-color: #AB1A83; }
a { background-color: rgb(171,26,131); }
div.DivClassName
{
background-color: #AB1A83;
}
.BgClassName
{
background-color: #AB1A83;
}
</style>
border-color css
<style>
span { border-color: #AB1A83; }
span { border-color: rgb(171,26,131); }
td.TdClassName
{
border-color: #AB1A83;
}
.TagClassName
{
border-color: #AB1A83;
}
</style>