Shades of Medium Violet Red #AB1379
Tints of Medium Violet Red #AB1379
RGB
CMYK
RGB Variations
Color information
#AB1379 (or 0xAB1379) is known color: Medium Violet Red. HEX triplet: AB, 13 and 79. RGB value is (171,19,121). Sum of RGB (Red+Green+Blue) = 171+19+121=311 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.98% from 311); Green value is 19 (7.81% from 255 or 6.11% from 311); Blue value is 121 (47.66% from 255 or 38.91% from 311); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1379 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1379 is #54EC86. Grayscale: #4B4B4B. Windows color (decimal): -5565575 or 7934891. OLE color: 7934891.
HSL color Cylindrical-coordinate representation of color #AB1379: hue angle of 319.74º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB1379 is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 19 | 121 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.33 |
| HSL | 319.74º | 0.8% | 0.37% | - |
| HSV(B) | 319.74º | 0.89% | 0.67% | - |
| XYZ | 20.48 | 10.5 | 19.04 | - |
| YUV | 76.08 | 153.36 | 195.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 19 | 121 | 0 | 0.89 | 0.29 | 0.33 | 319.74 | 0.8 | 0.37 |
| Hex | AB | 13 | 79 | 0 | 59 | 1D | 21 | 140 | 50 | 25 |
| Octal | 253 | 23 | 171 | 0 | 131 | 35 | 41 | 500 | 120 | 45 |
| Binary | 10101011 | 10011 | 1111001 | 0 | 1011001 | 11101 | 100001 | 101000000 | 1010000 | 100101 |
Color Harmonies of #AB1379
Complementary color
Monochromatic Colors of #AB1379
Black with #AB1379
Text Example
Text Example
White with #AB1379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1379; }
p { color: rgb(171,19,121); }
H1.HeaderClassName
{
color: #AB1379;
}
.AnyTagClassName
{
color: #AB1379;
}
</style>
background-color css
<style>
a { background-color: #AB1379; }
a { background-color: rgb(171,19,121); }
div.DivClassName
{
background-color: #AB1379;
}
.BgClassName
{
background-color: #AB1379;
}
</style>
border-color css
<style>
span { border-color: #AB1379; }
span { border-color: rgb(171,19,121); }
td.TdClassName
{
border-color: #AB1379;
}
.TagClassName
{
border-color: #AB1379;
}
</style>