Shades of Medium Red Violet #AD398D
Tints of Medium Red Violet #AD398D
RGB
CMYK
RGB Variations
Color information
#AD398D (or 0xAD398D) is known color: Medium Red Violet. HEX triplet: AD, 39 and 8D. RGB value is (173,57,141). Sum of RGB (Red+Green+Blue) = 173+57+141=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 57 (22.66% from 255 or 15.36% from 371); Blue value is 141 (55.47% from 255 or 38.01% from 371); Max value from RGB is 173 - color contains mainly: red. Hex color #AD398D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD398D is #52C672. Grayscale: #656565. Windows color (decimal): -5424755 or 9255341. OLE color: 9255341.
HSL color Cylindrical-coordinate representation of color #AD398D: hue angle of 316.55º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AD398D is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 57 | 141 | - |
| CMYK | 0 | 0.67 | 0.18 | 0.32 |
| HSL | 316.55º | 0.5% | 0.45% | - |
| HSV(B) | 316.55º | 0.67% | 0.68% | - |
| XYZ | 23.5 | 13.73 | 26.61 | - |
| YUV | 101.26 | 150.43 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 57 | 141 | 0 | 0.67 | 0.18 | 0.32 | 316.55 | 0.5 | 0.45 |
| Hex | AD | 39 | 8D | 0 | 43 | 12 | 20 | 13D | 32 | 2D |
| Octal | 255 | 71 | 215 | 0 | 103 | 22 | 40 | 475 | 62 | 55 |
| Binary | 10101101 | 111001 | 10001101 | 0 | 1000011 | 10010 | 100000 | 100111101 | 110010 | 101101 |
Color Harmonies of #AD398D
Complementary color
Monochromatic Colors of #AD398D
Black with #AD398D
Text Example
Text Example
White with #AD398D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD398D; }
p { color: rgb(173,57,141); }
H1.HeaderClassName
{
color: #AD398D;
}
.AnyTagClassName
{
color: #AD398D;
}
</style>
background-color css
<style>
a { background-color: #AD398D; }
a { background-color: rgb(173,57,141); }
div.DivClassName
{
background-color: #AD398D;
}
.BgClassName
{
background-color: #AD398D;
}
</style>
border-color css
<style>
span { border-color: #AD398D; }
span { border-color: rgb(173,57,141); }
td.TdClassName
{
border-color: #AD398D;
}
.TagClassName
{
border-color: #AD398D;
}
</style>