Shades of Medium Violet Red #AB1592
Tints of Medium Violet Red #AB1592
RGB
CMYK
RGB Variations
Color information
#AB1592 (or 0xAB1592) is known color: Medium Violet Red. HEX triplet: AB, 15 and 92. RGB value is (171,21,146). Sum of RGB (Red+Green+Blue) = 171+21+146=338 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.59% from 338); Green value is 21 (8.59% from 255 or 6.21% from 338); Blue value is 146 (57.42% from 255 or 43.20% from 338); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1592 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB1592 is #54EA6D. Grayscale: #4F4F4F. Windows color (decimal): -5565038 or 9573803. OLE color: 9573803.
HSL color Cylindrical-coordinate representation of color #AB1592: hue angle of 310º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB1592 is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 21 | 146 | - |
| CMYK | 0 | 0.88 | 0.15 | 0.33 |
| HSL | 310º | 0.78% | 0.38% | - |
| HSV(B) | 310º | 0.88% | 0.67% | - |
| XYZ | 22.25 | 11.27 | 28.2 | - |
| YUV | 80.1 | 165.2 | 192.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 21 | 146 | 0 | 0.88 | 0.15 | 0.33 | 310 | 0.78 | 0.38 |
| Hex | AB | 15 | 92 | 0 | 58 | F | 21 | 136 | 4E | 26 |
| Octal | 253 | 25 | 222 | 0 | 130 | 17 | 41 | 466 | 116 | 46 |
| Binary | 10101011 | 10101 | 10010010 | 0 | 1011000 | 1111 | 100001 | 100110110 | 1001110 | 100110 |
Color Harmonies of #AB1592
Complementary color
Monochromatic Colors of #AB1592
Black with #AB1592
Text Example
Text Example
White with #AB1592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1592; }
p { color: rgb(171,21,146); }
H1.HeaderClassName
{
color: #AB1592;
}
.AnyTagClassName
{
color: #AB1592;
}
</style>
background-color css
<style>
a { background-color: #AB1592; }
a { background-color: rgb(171,21,146); }
div.DivClassName
{
background-color: #AB1592;
}
.BgClassName
{
background-color: #AB1592;
}
</style>
border-color css
<style>
span { border-color: #AB1592; }
span { border-color: rgb(171,21,146); }
td.TdClassName
{
border-color: #AB1592;
}
.TagClassName
{
border-color: #AB1592;
}
</style>