Shades of Medium Violet Red #AB1487
Tints of Medium Violet Red #AB1487
RGB
CMYK
RGB Variations
Color information
#AB1487 (or 0xAB1487) is known color: Medium Violet Red. HEX triplet: AB, 14 and 87. RGB value is (171,20,135). Sum of RGB (Red+Green+Blue) = 171+20+135=326 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.45% from 326); Green value is 20 (8.20% from 255 or 6.13% from 326); Blue value is 135 (53.12% from 255 or 41.41% from 326); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1487 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB1487 is #54EB78. Grayscale: #4D4D4D. Windows color (decimal): -5565305 or 8852651. OLE color: 8852651.
HSL color Cylindrical-coordinate representation of color #AB1487: hue angle of 314.3º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB1487 is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 20 | 135 | - |
| CMYK | 0 | 0.88 | 0.21 | 0.33 |
| HSL | 314.3º | 0.79% | 0.37% | - |
| HSV(B) | 314.3º | 0.88% | 0.67% | - |
| XYZ | 21.42 | 10.91 | 23.9 | - |
| YUV | 78.26 | 160.03 | 194.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 20 | 135 | 0 | 0.88 | 0.21 | 0.33 | 314.3 | 0.79 | 0.37 |
| Hex | AB | 14 | 87 | 0 | 58 | 15 | 21 | 13A | 4F | 25 |
| Octal | 253 | 24 | 207 | 0 | 130 | 25 | 41 | 472 | 117 | 45 |
| Binary | 10101011 | 10100 | 10000111 | 0 | 1011000 | 10101 | 100001 | 100111010 | 1001111 | 100101 |
Color Harmonies of #AB1487
Complementary color
Monochromatic Colors of #AB1487
Black with #AB1487
Text Example
Text Example
White with #AB1487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1487; }
p { color: rgb(171,20,135); }
H1.HeaderClassName
{
color: #AB1487;
}
.AnyTagClassName
{
color: #AB1487;
}
</style>
background-color css
<style>
a { background-color: #AB1487; }
a { background-color: rgb(171,20,135); }
div.DivClassName
{
background-color: #AB1487;
}
.BgClassName
{
background-color: #AB1487;
}
</style>
border-color css
<style>
span { border-color: #AB1487; }
span { border-color: rgb(171,20,135); }
td.TdClassName
{
border-color: #AB1487;
}
.TagClassName
{
border-color: #AB1487;
}
</style>