Shades of Medium Violet Red #AB1C99
Tints of Medium Violet Red #AB1C99
RGB
CMYK
RGB Variations
Color information
#AB1C99 (or 0xAB1C99) is known color: Medium Violet Red. HEX triplet: AB, 1C and 99. RGB value is (171,28,153). Sum of RGB (Red+Green+Blue) = 171+28+153=352 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.58% from 352); Green value is 28 (11.33% from 255 or 7.95% from 352); Blue value is 153 (60.16% from 255 or 43.47% from 352); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1C99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB1C99 is #54E366. Grayscale: #545454. Windows color (decimal): -5563239 or 10034347. OLE color: 10034347.
HSL color Cylindrical-coordinate representation of color #AB1C99: hue angle of 307.55º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB1C99 is Cyan = 0, Magento = 0.84, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 28 | 153 | - |
| CMYK | 0 | 0.84 | 0.11 | 0.33 |
| HSL | 307.55º | 0.72% | 0.39% | - |
| HSV(B) | 307.55º | 0.84% | 0.67% | - |
| XYZ | 22.96 | 11.79 | 31.2 | - |
| YUV | 85.01 | 166.38 | 189.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 28 | 153 | 0 | 0.84 | 0.11 | 0.33 | 307.55 | 0.72 | 0.39 |
| Hex | AB | 1C | 99 | 0 | 54 | B | 21 | 134 | 48 | 27 |
| Octal | 253 | 34 | 231 | 0 | 124 | 13 | 41 | 464 | 110 | 47 |
| Binary | 10101011 | 11100 | 10011001 | 0 | 1010100 | 1011 | 100001 | 100110100 | 1001000 | 100111 |
Color Harmonies of #AB1C99
Complementary color
Monochromatic Colors of #AB1C99
Black with #AB1C99
Text Example
Text Example
White with #AB1C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1C99; }
p { color: rgb(171,28,153); }
H1.HeaderClassName
{
color: #AB1C99;
}
.AnyTagClassName
{
color: #AB1C99;
}
</style>
background-color css
<style>
a { background-color: #AB1C99; }
a { background-color: rgb(171,28,153); }
div.DivClassName
{
background-color: #AB1C99;
}
.BgClassName
{
background-color: #AB1C99;
}
</style>
border-color css
<style>
span { border-color: #AB1C99; }
span { border-color: rgb(171,28,153); }
td.TdClassName
{
border-color: #AB1C99;
}
.TagClassName
{
border-color: #AB1C99;
}
</style>