Shades of Medium Red Violet #AD297D
Tints of Medium Red Violet #AD297D
RGB
CMYK
RGB Variations
Color information
#AD297D (or 0xAD297D) is known color: Medium Red Violet. HEX triplet: AD, 29 and 7D. RGB value is (173,41,125). Sum of RGB (Red+Green+Blue) = 173+41+125=339 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.03% from 339); Green value is 41 (16.41% from 255 or 12.09% from 339); Blue value is 125 (49.22% from 255 or 36.87% from 339); Max value from RGB is 173 - color contains mainly: red. Hex color #AD297D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD297D is #52D682. Grayscale: #595959. Windows color (decimal): -5428867 or 8202669. OLE color: 8202669.
HSL color Cylindrical-coordinate representation of color #AD297D: hue angle of 321.82º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD297D is Cyan = 0, Magento = 0.76, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 41 | 125 | - |
| CMYK | 0 | 0.76 | 0.28 | 0.32 |
| HSL | 321.82º | 0.62% | 0.42% | - |
| HSV(B) | 321.82º | 0.76% | 0.68% | - |
| XYZ | 21.73 | 11.95 | 20.56 | - |
| YUV | 90.04 | 147.73 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 41 | 125 | 0 | 0.76 | 0.28 | 0.32 | 321.82 | 0.62 | 0.42 |
| Hex | AD | 29 | 7D | 0 | 4C | 1C | 20 | 142 | 3E | 2A |
| Octal | 255 | 51 | 175 | 0 | 114 | 34 | 40 | 502 | 76 | 52 |
| Binary | 10101101 | 101001 | 1111101 | 0 | 1001100 | 11100 | 100000 | 101000010 | 111110 | 101010 |
Color Harmonies of #AD297D
Complementary color
Monochromatic Colors of #AD297D
Black with #AD297D
Text Example
Text Example
White with #AD297D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD297D; }
p { color: rgb(173,41,125); }
H1.HeaderClassName
{
color: #AD297D;
}
.AnyTagClassName
{
color: #AD297D;
}
</style>
background-color css
<style>
a { background-color: #AD297D; }
a { background-color: rgb(173,41,125); }
div.DivClassName
{
background-color: #AD297D;
}
.BgClassName
{
background-color: #AD297D;
}
</style>
border-color css
<style>
span { border-color: #AD297D; }
span { border-color: rgb(173,41,125); }
td.TdClassName
{
border-color: #AD297D;
}
.TagClassName
{
border-color: #AD297D;
}
</style>