Shades of Medium Violet Red #AB1899
Tints of Medium Violet Red #AB1899
RGB
CMYK
RGB Variations
Color information
#AB1899 (or 0xAB1899) is known color: Medium Violet Red. HEX triplet: AB, 18 and 99. RGB value is (171,24,153). Sum of RGB (Red+Green+Blue) = 171+24+153=348 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.14% from 348); Green value is 24 (9.77% from 255 or 6.90% from 348); Blue value is 153 (60.16% from 255 or 43.97% from 348); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1899 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB1899 is #54E766. Grayscale: #525252. Windows color (decimal): -5564263 or 10033323. OLE color: 10033323.
HSL color Cylindrical-coordinate representation of color #AB1899: hue angle of 307.35º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AB1899 is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 24 | 153 | - |
| CMYK | 0 | 0.86 | 0.11 | 0.33 |
| HSL | 307.35º | 0.75% | 0.38% | - |
| HSV(B) | 307.35º | 0.86% | 0.67% | - |
| XYZ | 22.87 | 11.61 | 31.17 | - |
| YUV | 82.66 | 167.7 | 191.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 24 | 153 | 0 | 0.86 | 0.11 | 0.33 | 307.35 | 0.75 | 0.38 |
| Hex | AB | 18 | 99 | 0 | 56 | B | 21 | 133 | 4B | 26 |
| Octal | 253 | 30 | 231 | 0 | 126 | 13 | 41 | 463 | 113 | 46 |
| Binary | 10101011 | 11000 | 10011001 | 0 | 1010110 | 1011 | 100001 | 100110011 | 1001011 | 100110 |
Color Harmonies of #AB1899
Complementary color
Monochromatic Colors of #AB1899
Black with #AB1899
Text Example
Text Example
White with #AB1899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1899; }
p { color: rgb(171,24,153); }
H1.HeaderClassName
{
color: #AB1899;
}
.AnyTagClassName
{
color: #AB1899;
}
</style>
background-color css
<style>
a { background-color: #AB1899; }
a { background-color: rgb(171,24,153); }
div.DivClassName
{
background-color: #AB1899;
}
.BgClassName
{
background-color: #AB1899;
}
</style>
border-color css
<style>
span { border-color: #AB1899; }
span { border-color: rgb(171,24,153); }
td.TdClassName
{
border-color: #AB1899;
}
.TagClassName
{
border-color: #AB1899;
}
</style>