Shades of Medium Violet Red #AB1380
Tints of Medium Violet Red #AB1380
RGB
CMYK
RGB Variations
Color information
#AB1380 (or 0xAB1380) is known color: Medium Violet Red. HEX triplet: AB, 13 and 80. RGB value is (171,19,128). Sum of RGB (Red+Green+Blue) = 171+19+128=318 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.77% from 318); Green value is 19 (7.81% from 255 or 5.97% from 318); Blue value is 128 (50.39% from 255 or 40.25% from 318); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1380 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB1380 is #54EC7F. Grayscale: #4C4C4C. Windows color (decimal): -5565568 or 8393643. OLE color: 8393643.
HSL color Cylindrical-coordinate representation of color #AB1380: hue angle of 316.97º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB1380 is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 19 | 128 | - |
| CMYK | 0 | 0.89 | 0.25 | 0.33 |
| HSL | 316.97º | 0.8% | 0.37% | - |
| HSV(B) | 316.97º | 0.89% | 0.67% | - |
| XYZ | 20.92 | 10.68 | 21.38 | - |
| YUV | 76.87 | 156.86 | 195.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 19 | 128 | 0 | 0.89 | 0.25 | 0.33 | 316.97 | 0.8 | 0.37 |
| Hex | AB | 13 | 80 | 0 | 59 | 19 | 21 | 13D | 50 | 25 |
| Octal | 253 | 23 | 200 | 0 | 131 | 31 | 41 | 475 | 120 | 45 |
| Binary | 10101011 | 10011 | 10000000 | 0 | 1011001 | 11001 | 100001 | 100111101 | 1010000 | 100101 |
Color Harmonies of #AB1380
Complementary color
Monochromatic Colors of #AB1380
Black with #AB1380
Text Example
Text Example
White with #AB1380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1380; }
p { color: rgb(171,19,128); }
H1.HeaderClassName
{
color: #AB1380;
}
.AnyTagClassName
{
color: #AB1380;
}
</style>
background-color css
<style>
a { background-color: #AB1380; }
a { background-color: rgb(171,19,128); }
div.DivClassName
{
background-color: #AB1380;
}
.BgClassName
{
background-color: #AB1380;
}
</style>
border-color css
<style>
span { border-color: #AB1380; }
span { border-color: rgb(171,19,128); }
td.TdClassName
{
border-color: #AB1380;
}
.TagClassName
{
border-color: #AB1380;
}
</style>