Shades of Medium Red Violet #AB2379
Tints of Medium Red Violet #AB2379
RGB
CMYK
RGB Variations
Color information
#AB2379 (or 0xAB2379) is known color: Medium Red Violet. HEX triplet: AB, 23 and 79. RGB value is (171,35,121). Sum of RGB (Red+Green+Blue) = 171+35+121=327 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.29% from 327); Green value is 35 (14.06% from 255 or 10.70% from 327); Blue value is 121 (47.66% from 255 or 37.00% from 327); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2379 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2379 is #54DC86. Grayscale: #555555. Windows color (decimal): -5561479 or 7938987. OLE color: 7938987.
HSL color Cylindrical-coordinate representation of color #AB2379: hue angle of 322.06º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB2379 is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 35 | 121 | - |
| CMYK | 0 | 0.80 | 0.29 | 0.33 |
| HSL | 322.06º | 0.66% | 0.4% | - |
| HSV(B) | 322.06º | 0.8% | 0.67% | - |
| XYZ | 20.85 | 11.24 | 19.16 | - |
| YUV | 85.47 | 148.06 | 189.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 35 | 121 | 0 | 0.80 | 0.29 | 0.33 | 322.06 | 0.66 | 0.4 |
| Hex | AB | 23 | 79 | 0 | 50 | 1D | 21 | 142 | 42 | 28 |
| Octal | 253 | 43 | 171 | 0 | 120 | 35 | 41 | 502 | 102 | 50 |
| Binary | 10101011 | 100011 | 1111001 | 0 | 1010000 | 11101 | 100001 | 101000010 | 1000010 | 101000 |
Color Harmonies of #AB2379
Complementary color
Monochromatic Colors of #AB2379
Black with #AB2379
Text Example
Text Example
White with #AB2379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2379; }
p { color: rgb(171,35,121); }
H1.HeaderClassName
{
color: #AB2379;
}
.AnyTagClassName
{
color: #AB2379;
}
</style>
background-color css
<style>
a { background-color: #AB2379; }
a { background-color: rgb(171,35,121); }
div.DivClassName
{
background-color: #AB2379;
}
.BgClassName
{
background-color: #AB2379;
}
</style>
border-color css
<style>
span { border-color: #AB2379; }
span { border-color: rgb(171,35,121); }
td.TdClassName
{
border-color: #AB2379;
}
.TagClassName
{
border-color: #AB2379;
}
</style>