Shades of Medium Red Violet #AB2479
Tints of Medium Red Violet #AB2479
RGB
CMYK
RGB Variations
Color information
#AB2479 (or 0xAB2479) is known color: Medium Red Violet. HEX triplet: AB, 24 and 79. RGB value is (171,36,121). Sum of RGB (Red+Green+Blue) = 171+36+121=328 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.13% from 328); Green value is 36 (14.45% from 255 or 10.98% from 328); Blue value is 121 (47.66% from 255 or 36.89% from 328); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2479 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2479 is #54DB86. Grayscale: #555555. Windows color (decimal): -5561223 or 7939243. OLE color: 7939243.
HSL color Cylindrical-coordinate representation of color #AB2479: hue angle of 322.22º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AB2479 is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 36 | 121 | - |
| CMYK | 0 | 0.79 | 0.29 | 0.33 |
| HSL | 322.22º | 0.65% | 0.41% | - |
| HSV(B) | 322.22º | 0.79% | 0.67% | - |
| XYZ | 20.88 | 11.3 | 19.17 | - |
| YUV | 86.06 | 147.73 | 188.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 36 | 121 | 0 | 0.79 | 0.29 | 0.33 | 322.22 | 0.65 | 0.41 |
| Hex | AB | 24 | 79 | 0 | 4F | 1D | 21 | 142 | 41 | 29 |
| Octal | 253 | 44 | 171 | 0 | 117 | 35 | 41 | 502 | 101 | 51 |
| Binary | 10101011 | 100100 | 1111001 | 0 | 1001111 | 11101 | 100001 | 101000010 | 1000001 | 101001 |
Color Harmonies of #AB2479
Complementary color
Monochromatic Colors of #AB2479
Black with #AB2479
Text Example
Text Example
White with #AB2479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2479; }
p { color: rgb(171,36,121); }
H1.HeaderClassName
{
color: #AB2479;
}
.AnyTagClassName
{
color: #AB2479;
}
</style>
background-color css
<style>
a { background-color: #AB2479; }
a { background-color: rgb(171,36,121); }
div.DivClassName
{
background-color: #AB2479;
}
.BgClassName
{
background-color: #AB2479;
}
</style>
border-color css
<style>
span { border-color: #AB2479; }
span { border-color: rgb(171,36,121); }
td.TdClassName
{
border-color: #AB2479;
}
.TagClassName
{
border-color: #AB2479;
}
</style>