Shades of Medium Violet Red #AB1292
Tints of Medium Violet Red #AB1292
RGB
CMYK
RGB Variations
Color information
#AB1292 (or 0xAB1292) is known color: Medium Violet Red. HEX triplet: AB, 12 and 92. RGB value is (171,18,146). Sum of RGB (Red+Green+Blue) = 171+18+146=335 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.04% from 335); Green value is 18 (7.42% from 255 or 5.37% from 335); Blue value is 146 (57.42% from 255 or 43.58% from 335); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1292 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB1292 is #54ED6D. Grayscale: #4D4D4D. Windows color (decimal): -5565806 or 9573035. OLE color: 9573035.
HSL color Cylindrical-coordinate representation of color #AB1292: hue angle of 309.8º degrees, saturation: 0.81, 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 #AB1292 is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 18 | 146 | - |
| CMYK | 0 | 0.89 | 0.15 | 0.33 |
| HSL | 309.8º | 0.81% | 0.37% | - |
| HSV(B) | 309.8º | 0.89% | 0.67% | - |
| XYZ | 22.2 | 11.17 | 28.18 | - |
| YUV | 78.34 | 166.19 | 194.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 18 | 146 | 0 | 0.89 | 0.15 | 0.33 | 309.8 | 0.81 | 0.37 |
| Hex | AB | 12 | 92 | 0 | 59 | F | 21 | 136 | 51 | 25 |
| Octal | 253 | 22 | 222 | 0 | 131 | 17 | 41 | 466 | 121 | 45 |
| Binary | 10101011 | 10010 | 10010010 | 0 | 1011001 | 1111 | 100001 | 100110110 | 1010001 | 100101 |
Color Harmonies of #AB1292
Complementary color
Monochromatic Colors of #AB1292
Black with #AB1292
Text Example
Text Example
White with #AB1292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1292; }
p { color: rgb(171,18,146); }
H1.HeaderClassName
{
color: #AB1292;
}
.AnyTagClassName
{
color: #AB1292;
}
</style>
background-color css
<style>
a { background-color: #AB1292; }
a { background-color: rgb(171,18,146); }
div.DivClassName
{
background-color: #AB1292;
}
.BgClassName
{
background-color: #AB1292;
}
</style>
border-color css
<style>
span { border-color: #AB1292; }
span { border-color: rgb(171,18,146); }
td.TdClassName
{
border-color: #AB1292;
}
.TagClassName
{
border-color: #AB1292;
}
</style>