Shades of Medium Violet Red #AB1690
Tints of Medium Violet Red #AB1690
RGB
CMYK
RGB Variations
Color information
#AB1690 (or 0xAB1690) is known color: Medium Violet Red. HEX triplet: AB, 16 and 90. RGB value is (171,22,144). Sum of RGB (Red+Green+Blue) = 171+22+144=337 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.74% from 337); Green value is 22 (8.98% from 255 or 6.53% from 337); Blue value is 144 (56.64% from 255 or 42.73% from 337); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1690 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB1690 is #54E96F. Grayscale: #505050. Windows color (decimal): -5564784 or 9442987. OLE color: 9442987.
HSL color Cylindrical-coordinate representation of color #AB1690: hue angle of 310.87º degrees, saturation: 0.77, 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 #AB1690 is Cyan = 0, Magento = 0.87, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 22 | 144 | - |
| CMYK | 0 | 0.87 | 0.16 | 0.33 |
| HSL | 310.87º | 0.77% | 0.38% | - |
| HSV(B) | 310.87º | 0.87% | 0.67% | - |
| XYZ | 22.12 | 11.25 | 27.39 | - |
| YUV | 80.46 | 163.86 | 192.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 22 | 144 | 0 | 0.87 | 0.16 | 0.33 | 310.87 | 0.77 | 0.38 |
| Hex | AB | 16 | 90 | 0 | 57 | 10 | 21 | 137 | 4D | 26 |
| Octal | 253 | 26 | 220 | 0 | 127 | 20 | 41 | 467 | 115 | 46 |
| Binary | 10101011 | 10110 | 10010000 | 0 | 1010111 | 10000 | 100001 | 100110111 | 1001101 | 100110 |
Color Harmonies of #AB1690
Complementary color
Monochromatic Colors of #AB1690
Black with #AB1690
Text Example
Text Example
White with #AB1690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1690; }
p { color: rgb(171,22,144); }
H1.HeaderClassName
{
color: #AB1690;
}
.AnyTagClassName
{
color: #AB1690;
}
</style>
background-color css
<style>
a { background-color: #AB1690; }
a { background-color: rgb(171,22,144); }
div.DivClassName
{
background-color: #AB1690;
}
.BgClassName
{
background-color: #AB1690;
}
</style>
border-color css
<style>
span { border-color: #AB1690; }
span { border-color: rgb(171,22,144); }
td.TdClassName
{
border-color: #AB1690;
}
.TagClassName
{
border-color: #AB1690;
}
</style>