Shades of Medium Violet Red #AB1C92
Tints of Medium Violet Red #AB1C92
RGB
CMYK
RGB Variations
Color information
#AB1C92 (or 0xAB1C92) is known color: Medium Violet Red. HEX triplet: AB, 1C and 92. RGB value is (171,28,146). Sum of RGB (Red+Green+Blue) = 171+28+146=345 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.57% from 345); Green value is 28 (11.33% from 255 or 8.12% from 345); Blue value is 146 (57.42% from 255 or 42.32% from 345); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1C92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB1C92 is #54E36D. Grayscale: #535353. Windows color (decimal): -5563246 or 9575595. OLE color: 9575595.
HSL color Cylindrical-coordinate representation of color #AB1C92: hue angle of 310.49º 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 #AB1C92 is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 28 | 146 | - |
| CMYK | 0 | 0.84 | 0.15 | 0.33 |
| HSL | 310.49º | 0.72% | 0.39% | - |
| HSV(B) | 310.49º | 0.84% | 0.67% | - |
| XYZ | 22.4 | 11.56 | 28.25 | - |
| YUV | 84.21 | 162.88 | 189.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 28 | 146 | 0 | 0.84 | 0.15 | 0.33 | 310.49 | 0.72 | 0.39 |
| Hex | AB | 1C | 92 | 0 | 54 | F | 21 | 136 | 48 | 27 |
| Octal | 253 | 34 | 222 | 0 | 124 | 17 | 41 | 466 | 110 | 47 |
| Binary | 10101011 | 11100 | 10010010 | 0 | 1010100 | 1111 | 100001 | 100110110 | 1001000 | 100111 |
Color Harmonies of #AB1C92
Complementary color
Monochromatic Colors of #AB1C92
Black with #AB1C92
Text Example
Text Example
White with #AB1C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1C92; }
p { color: rgb(171,28,146); }
H1.HeaderClassName
{
color: #AB1C92;
}
.AnyTagClassName
{
color: #AB1C92;
}
</style>
background-color css
<style>
a { background-color: #AB1C92; }
a { background-color: rgb(171,28,146); }
div.DivClassName
{
background-color: #AB1C92;
}
.BgClassName
{
background-color: #AB1C92;
}
</style>
border-color css
<style>
span { border-color: #AB1C92; }
span { border-color: rgb(171,28,146); }
td.TdClassName
{
border-color: #AB1C92;
}
.TagClassName
{
border-color: #AB1C92;
}
</style>