Shades of Medium Violet Red #AB1399
Tints of Medium Violet Red #AB1399
RGB
CMYK
RGB Variations
Color information
#AB1399 (or 0xAB1399) is known color: Medium Violet Red. HEX triplet: AB, 13 and 99. RGB value is (171,19,153). Sum of RGB (Red+Green+Blue) = 171+19+153=343 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.85% from 343); Green value is 19 (7.81% from 255 or 5.54% from 343); Blue value is 153 (60.16% from 255 or 44.61% from 343); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1399 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB1399 is #54EC66. Grayscale: #4F4F4F. Windows color (decimal): -5565543 or 10032043. OLE color: 10032043.
HSL color Cylindrical-coordinate representation of color #AB1399: hue angle of 307.11º 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 #AB1399 is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 19 | 153 | - |
| CMYK | 0 | 0.89 | 0.11 | 0.33 |
| HSL | 307.11º | 0.8% | 0.37% | - |
| HSV(B) | 307.11º | 0.89% | 0.67% | - |
| XYZ | 22.78 | 11.42 | 31.14 | - |
| YUV | 79.72 | 169.36 | 193.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 19 | 153 | 0 | 0.89 | 0.11 | 0.33 | 307.11 | 0.8 | 0.37 |
| Hex | AB | 13 | 99 | 0 | 59 | B | 21 | 133 | 50 | 25 |
| Octal | 253 | 23 | 231 | 0 | 131 | 13 | 41 | 463 | 120 | 45 |
| Binary | 10101011 | 10011 | 10011001 | 0 | 1011001 | 1011 | 100001 | 100110011 | 1010000 | 100101 |
Color Harmonies of #AB1399
Complementary color
Monochromatic Colors of #AB1399
Black with #AB1399
Text Example
Text Example
White with #AB1399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1399; }
p { color: rgb(171,19,153); }
H1.HeaderClassName
{
color: #AB1399;
}
.AnyTagClassName
{
color: #AB1399;
}
</style>
background-color css
<style>
a { background-color: #AB1399; }
a { background-color: rgb(171,19,153); }
div.DivClassName
{
background-color: #AB1399;
}
.BgClassName
{
background-color: #AB1399;
}
</style>
border-color css
<style>
span { border-color: #AB1399; }
span { border-color: rgb(171,19,153); }
td.TdClassName
{
border-color: #AB1399;
}
.TagClassName
{
border-color: #AB1399;
}
</style>