Shades of Medium Violet Red #AB1792
Tints of Medium Violet Red #AB1792
RGB
CMYK
RGB Variations
Color information
#AB1792 (or 0xAB1792) is known color: Medium Violet Red. HEX triplet: AB, 17 and 92. RGB value is (171,23,146). Sum of RGB (Red+Green+Blue) = 171+23+146=340 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.29% from 340); Green value is 23 (9.38% from 255 or 6.76% from 340); Blue value is 146 (57.42% from 255 or 42.94% from 340); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1792 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB1792 is #54E86D. Grayscale: #505050. Windows color (decimal): -5564526 or 9574315. OLE color: 9574315.
HSL color Cylindrical-coordinate representation of color #AB1792: hue angle of 310.14º 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 #AB1792 is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 23 | 146 | - |
| CMYK | 0 | 0.87 | 0.15 | 0.33 |
| HSL | 310.14º | 0.76% | 0.38% | - |
| HSV(B) | 310.14º | 0.87% | 0.67% | - |
| XYZ | 22.29 | 11.35 | 28.21 | - |
| YUV | 81.27 | 164.53 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 23 | 146 | 0 | 0.87 | 0.15 | 0.33 | 310.14 | 0.76 | 0.38 |
| Hex | AB | 17 | 92 | 0 | 57 | F | 21 | 136 | 4C | 26 |
| Octal | 253 | 27 | 222 | 0 | 127 | 17 | 41 | 466 | 114 | 46 |
| Binary | 10101011 | 10111 | 10010010 | 0 | 1010111 | 1111 | 100001 | 100110110 | 1001100 | 100110 |
Color Harmonies of #AB1792
Complementary color
Monochromatic Colors of #AB1792
Black with #AB1792
Text Example
Text Example
White with #AB1792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1792; }
p { color: rgb(171,23,146); }
H1.HeaderClassName
{
color: #AB1792;
}
.AnyTagClassName
{
color: #AB1792;
}
</style>
background-color css
<style>
a { background-color: #AB1792; }
a { background-color: rgb(171,23,146); }
div.DivClassName
{
background-color: #AB1792;
}
.BgClassName
{
background-color: #AB1792;
}
</style>
border-color css
<style>
span { border-color: #AB1792; }
span { border-color: rgb(171,23,146); }
td.TdClassName
{
border-color: #AB1792;
}
.TagClassName
{
border-color: #AB1792;
}
</style>