Shades of Medium Red Violet #AD2879
Tints of Medium Red Violet #AD2879
RGB
CMYK
RGB Variations
Color information
#AD2879 (or 0xAD2879) is known color: Medium Red Violet. HEX triplet: AD, 28 and 79. RGB value is (173,40,121). Sum of RGB (Red+Green+Blue) = 173+40+121=334 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.80% from 334); Green value is 40 (16.02% from 255 or 11.98% from 334); Blue value is 121 (47.66% from 255 or 36.23% from 334); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2879 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2879 is #52D786. Grayscale: #585858. Windows color (decimal): -5429127 or 7940269. OLE color: 7940269.
HSL color Cylindrical-coordinate representation of color #AD2879: hue angle of 323.46º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD2879 is Cyan = 0, Magento = 0.77, Yellow = 0.30 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 40 | 121 | - |
| CMYK | 0 | 0.77 | 0.30 | 0.32 |
| HSL | 323.46º | 0.62% | 0.42% | - |
| HSV(B) | 323.46º | 0.77% | 0.68% | - |
| XYZ | 21.44 | 11.78 | 19.23 | - |
| YUV | 89 | 146.06 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 40 | 121 | 0 | 0.77 | 0.30 | 0.32 | 323.46 | 0.62 | 0.42 |
| Hex | AD | 28 | 79 | 0 | 4D | 1E | 20 | 143 | 3E | 2A |
| Octal | 255 | 50 | 171 | 0 | 115 | 36 | 40 | 503 | 76 | 52 |
| Binary | 10101101 | 101000 | 1111001 | 0 | 1001101 | 11110 | 100000 | 101000011 | 111110 | 101010 |
Color Harmonies of #AD2879
Complementary color
Monochromatic Colors of #AD2879
Black with #AD2879
Text Example
Text Example
White with #AD2879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2879; }
p { color: rgb(173,40,121); }
H1.HeaderClassName
{
color: #AD2879;
}
.AnyTagClassName
{
color: #AD2879;
}
</style>
background-color css
<style>
a { background-color: #AD2879; }
a { background-color: rgb(173,40,121); }
div.DivClassName
{
background-color: #AD2879;
}
.BgClassName
{
background-color: #AD2879;
}
</style>
border-color css
<style>
span { border-color: #AD2879; }
span { border-color: rgb(173,40,121); }
td.TdClassName
{
border-color: #AD2879;
}
.TagClassName
{
border-color: #AD2879;
}
</style>