Shades of Medium Violet Red #AB1797
Tints of Medium Violet Red #AB1797
RGB
CMYK
RGB Variations
Color information
#AB1797 (or 0xAB1797) is known color: Medium Violet Red. HEX triplet: AB, 17 and 97. RGB value is (171,23,151). Sum of RGB (Red+Green+Blue) = 171+23+151=345 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.57% from 345); Green value is 23 (9.38% from 255 or 6.67% from 345); Blue value is 151 (59.38% from 255 or 43.77% from 345); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1797 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB1797 is #54E868. Grayscale: #515151. Windows color (decimal): -5564521 or 9901995. OLE color: 9901995.
HSL color Cylindrical-coordinate representation of color #AB1797: hue angle of 308.11º 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 #AB1797 is Cyan = 0, Magento = 0.87, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 23 | 151 | - |
| CMYK | 0 | 0.87 | 0.12 | 0.33 |
| HSL | 308.11º | 0.76% | 0.38% | - |
| HSV(B) | 308.11º | 0.87% | 0.67% | - |
| XYZ | 22.69 | 11.51 | 30.3 | - |
| YUV | 81.84 | 167.03 | 191.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 23 | 151 | 0 | 0.87 | 0.12 | 0.33 | 308.11 | 0.76 | 0.38 |
| Hex | AB | 17 | 97 | 0 | 57 | C | 21 | 134 | 4C | 26 |
| Octal | 253 | 27 | 227 | 0 | 127 | 14 | 41 | 464 | 114 | 46 |
| Binary | 10101011 | 10111 | 10010111 | 0 | 1010111 | 1100 | 100001 | 100110100 | 1001100 | 100110 |
Color Harmonies of #AB1797
Complementary color
Monochromatic Colors of #AB1797
Black with #AB1797
Text Example
Text Example
White with #AB1797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1797; }
p { color: rgb(171,23,151); }
H1.HeaderClassName
{
color: #AB1797;
}
.AnyTagClassName
{
color: #AB1797;
}
</style>
background-color css
<style>
a { background-color: #AB1797; }
a { background-color: rgb(171,23,151); }
div.DivClassName
{
background-color: #AB1797;
}
.BgClassName
{
background-color: #AB1797;
}
</style>
border-color css
<style>
span { border-color: #AB1797; }
span { border-color: rgb(171,23,151); }
td.TdClassName
{
border-color: #AB1797;
}
.TagClassName
{
border-color: #AB1797;
}
</style>