Shades of Medium Red Violet #AB2879
Tints of Medium Red Violet #AB2879
RGB
CMYK
RGB Variations
Color information
#AB2879 (or 0xAB2879) is known color: Medium Red Violet. HEX triplet: AB, 28 and 79. RGB value is (171,40,121). Sum of RGB (Red+Green+Blue) = 171+40+121=332 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.51% from 332); Green value is 40 (16.02% from 255 or 12.05% from 332); Blue value is 121 (47.66% from 255 or 36.45% from 332); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2879 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2879 is #54D786. Grayscale: #585858. Windows color (decimal): -5560199 or 7940267. OLE color: 7940267.
HSL color Cylindrical-coordinate representation of color #AB2879: hue angle of 322.9º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB2879 is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 40 | 121 | - |
| CMYK | 0 | 0.77 | 0.29 | 0.33 |
| HSL | 322.9º | 0.62% | 0.41% | - |
| HSV(B) | 322.9º | 0.77% | 0.67% | - |
| XYZ | 21 | 11.56 | 19.21 | - |
| YUV | 88.4 | 146.4 | 186.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 40 | 121 | 0 | 0.77 | 0.29 | 0.33 | 322.9 | 0.62 | 0.41 |
| Hex | AB | 28 | 79 | 0 | 4D | 1D | 21 | 143 | 3E | 29 |
| Octal | 253 | 50 | 171 | 0 | 115 | 35 | 41 | 503 | 76 | 51 |
| Binary | 10101011 | 101000 | 1111001 | 0 | 1001101 | 11101 | 100001 | 101000011 | 111110 | 101001 |
Color Harmonies of #AB2879
Complementary color
Monochromatic Colors of #AB2879
Black with #AB2879
Text Example
Text Example
White with #AB2879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2879; }
p { color: rgb(171,40,121); }
H1.HeaderClassName
{
color: #AB2879;
}
.AnyTagClassName
{
color: #AB2879;
}
</style>
background-color css
<style>
a { background-color: #AB2879; }
a { background-color: rgb(171,40,121); }
div.DivClassName
{
background-color: #AB2879;
}
.BgClassName
{
background-color: #AB2879;
}
</style>
border-color css
<style>
span { border-color: #AB2879; }
span { border-color: rgb(171,40,121); }
td.TdClassName
{
border-color: #AB2879;
}
.TagClassName
{
border-color: #AB2879;
}
</style>