Shades of Medium Violet Red #AB1799
Tints of Medium Violet Red #AB1799
RGB
CMYK
RGB Variations
Color information
#AB1799 (or 0xAB1799) is known color: Medium Violet Red. HEX triplet: AB, 17 and 99. RGB value is (171,23,153). Sum of RGB (Red+Green+Blue) = 171+23+153=347 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.28% from 347); Green value is 23 (9.38% from 255 or 6.63% from 347); Blue value is 153 (60.16% from 255 or 44.09% from 347); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1799 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB1799 is #54E866. Grayscale: #515151. Windows color (decimal): -5564519 or 10033067. OLE color: 10033067.
HSL color Cylindrical-coordinate representation of color #AB1799: hue angle of 307.3º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB1799 is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 23 | 153 | - |
| CMYK | 0 | 0.87 | 0.11 | 0.33 |
| HSL | 307.3º | 0.76% | 0.38% | - |
| HSV(B) | 307.3º | 0.87% | 0.67% | - |
| XYZ | 22.85 | 11.57 | 31.17 | - |
| YUV | 82.07 | 168.03 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 23 | 153 | 0 | 0.87 | 0.11 | 0.33 | 307.3 | 0.76 | 0.38 |
| Hex | AB | 17 | 99 | 0 | 57 | B | 21 | 133 | 4C | 26 |
| Octal | 253 | 27 | 231 | 0 | 127 | 13 | 41 | 463 | 114 | 46 |
| Binary | 10101011 | 10111 | 10011001 | 0 | 1010111 | 1011 | 100001 | 100110011 | 1001100 | 100110 |
Color Harmonies of #AB1799
Complementary color
Monochromatic Colors of #AB1799
Black with #AB1799
Text Example
Text Example
White with #AB1799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1799; }
p { color: rgb(171,23,153); }
H1.HeaderClassName
{
color: #AB1799;
}
.AnyTagClassName
{
color: #AB1799;
}
</style>
background-color css
<style>
a { background-color: #AB1799; }
a { background-color: rgb(171,23,153); }
div.DivClassName
{
background-color: #AB1799;
}
.BgClassName
{
background-color: #AB1799;
}
</style>
border-color css
<style>
span { border-color: #AB1799; }
span { border-color: rgb(171,23,153); }
td.TdClassName
{
border-color: #AB1799;
}
.TagClassName
{
border-color: #AB1799;
}
</style>