Shades of Medium Red Violet #AD2874
Tints of Medium Red Violet #AD2874
RGB
CMYK
RGB Variations
Color information
#AD2874 (or 0xAD2874) is known color: Medium Red Violet. HEX triplet: AD, 28 and 74. RGB value is (173,40,116). Sum of RGB (Red+Green+Blue) = 173+40+116=329 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.58% from 329); Green value is 40 (16.02% from 255 or 12.16% from 329); Blue value is 116 (45.70% from 255 or 35.26% from 329); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2874 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2874 is #52D78B. Grayscale: #585858. Windows color (decimal): -5429132 or 7612589. OLE color: 7612589.
HSL color Cylindrical-coordinate representation of color #AD2874: hue angle of 325.71º 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 #AD2874 is Cyan = 0, Magento = 0.77, Yellow = 0.33 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 40 | 116 | - |
| CMYK | 0 | 0.77 | 0.33 | 0.32 |
| HSL | 325.71º | 0.62% | 0.42% | - |
| HSV(B) | 325.71º | 0.77% | 0.68% | - |
| XYZ | 21.14 | 11.66 | 17.66 | - |
| YUV | 88.43 | 143.56 | 188.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 40 | 116 | 0 | 0.77 | 0.33 | 0.32 | 325.71 | 0.62 | 0.42 |
| Hex | AD | 28 | 74 | 0 | 4D | 21 | 20 | 146 | 3E | 2A |
| Octal | 255 | 50 | 164 | 0 | 115 | 41 | 40 | 506 | 76 | 52 |
| Binary | 10101101 | 101000 | 1110100 | 0 | 1001101 | 100001 | 100000 | 101000110 | 111110 | 101010 |
Color Harmonies of #AD2874
Complementary color
Monochromatic Colors of #AD2874
Black with #AD2874
Text Example
Text Example
White with #AD2874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2874; }
p { color: rgb(173,40,116); }
H1.HeaderClassName
{
color: #AD2874;
}
.AnyTagClassName
{
color: #AD2874;
}
</style>
background-color css
<style>
a { background-color: #AD2874; }
a { background-color: rgb(173,40,116); }
div.DivClassName
{
background-color: #AD2874;
}
.BgClassName
{
background-color: #AD2874;
}
</style>
border-color css
<style>
span { border-color: #AD2874; }
span { border-color: rgb(173,40,116); }
td.TdClassName
{
border-color: #AD2874;
}
.TagClassName
{
border-color: #AD2874;
}
</style>