Shades of Medium Violet Red #AD1D98
Tints of Medium Violet Red #AD1D98
RGB
CMYK
RGB Variations
Color information
#AD1D98 (or 0xAD1D98) is known color: Medium Violet Red. HEX triplet: AD, 1D and 98. RGB value is (173,29,152). Sum of RGB (Red+Green+Blue) = 173+29+152=354 (46% of max value = 765). Red value is 173 (67.97% from 255 or 48.87% from 354); Green value is 29 (11.72% from 255 or 8.19% from 354); Blue value is 152 (59.77% from 255 or 42.94% from 354); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1D98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1D98 is #52E267. Grayscale: #555555. Windows color (decimal): -5431912 or 9969069. OLE color: 9969069.
HSL color Cylindrical-coordinate representation of color #AD1D98: hue angle of 308.75º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD1D98 is Cyan = 0, Magento = 0.83, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 29 | 152 | - |
| CMYK | 0 | 0.83 | 0.12 | 0.32 |
| HSL | 308.75º | 0.71% | 0.4% | - |
| HSV(B) | 308.75º | 0.83% | 0.68% | - |
| XYZ | 23.34 | 12.03 | 30.8 | - |
| YUV | 86.08 | 165.21 | 190 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 29 | 152 | 0 | 0.83 | 0.12 | 0.32 | 308.75 | 0.71 | 0.4 |
| Hex | AD | 1D | 98 | 0 | 53 | C | 20 | 135 | 47 | 28 |
| Octal | 255 | 35 | 230 | 0 | 123 | 14 | 40 | 465 | 107 | 50 |
| Binary | 10101101 | 11101 | 10011000 | 0 | 1010011 | 1100 | 100000 | 100110101 | 1000111 | 101000 |
Color Harmonies of #AD1D98
Complementary color
Monochromatic Colors of #AD1D98
Black with #AD1D98
Text Example
Text Example
White with #AD1D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1D98; }
p { color: rgb(173,29,152); }
H1.HeaderClassName
{
color: #AD1D98;
}
.AnyTagClassName
{
color: #AD1D98;
}
</style>
background-color css
<style>
a { background-color: #AD1D98; }
a { background-color: rgb(173,29,152); }
div.DivClassName
{
background-color: #AD1D98;
}
.BgClassName
{
background-color: #AD1D98;
}
</style>
border-color css
<style>
span { border-color: #AD1D98; }
span { border-color: rgb(173,29,152); }
td.TdClassName
{
border-color: #AD1D98;
}
.TagClassName
{
border-color: #AD1D98;
}
</style>