Shades of Medium Violet Red #AD107D
Tints of Medium Violet Red #AD107D
RGB
CMYK
RGB Variations
Color information
#AD107D (or 0xAD107D) is known color: Medium Violet Red. HEX triplet: AD, 10 and 7D. RGB value is (173,16,125). Sum of RGB (Red+Green+Blue) = 173+16+125=314 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.10% from 314); Green value is 16 (6.64% from 255 or 5.10% from 314); Blue value is 125 (49.22% from 255 or 39.81% from 314); Max value from RGB is 173 - color contains mainly: red. Hex color #AD107D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD107D is #52EF82. Grayscale: #4B4B4B. Windows color (decimal): -5435267 or 8196269. OLE color: 8196269.
HSL color Cylindrical-coordinate representation of color #AD107D: hue angle of 318.34º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD107D is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 16 | 125 | - |
| CMYK | 0 | 0.91 | 0.28 | 0.32 |
| HSL | 318.34º | 0.83% | 0.37% | - |
| HSV(B) | 318.34º | 0.91% | 0.68% | - |
| XYZ | 21.12 | 10.74 | 20.36 | - |
| YUV | 75.37 | 156.01 | 197.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 16 | 125 | 0 | 0.91 | 0.28 | 0.32 | 318.34 | 0.83 | 0.37 |
| Hex | AD | 10 | 7D | 0 | 5B | 1C | 20 | 13E | 53 | 25 |
| Octal | 255 | 20 | 175 | 0 | 133 | 34 | 40 | 476 | 123 | 45 |
| Binary | 10101101 | 10000 | 1111101 | 0 | 1011011 | 11100 | 100000 | 100111110 | 1010011 | 100101 |
Color Harmonies of #AD107D
Complementary color
Monochromatic Colors of #AD107D
Black with #AD107D
Text Example
Text Example
White with #AD107D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD107D; }
p { color: rgb(173,16,125); }
H1.HeaderClassName
{
color: #AD107D;
}
.AnyTagClassName
{
color: #AD107D;
}
</style>
background-color css
<style>
a { background-color: #AD107D; }
a { background-color: rgb(173,16,125); }
div.DivClassName
{
background-color: #AD107D;
}
.BgClassName
{
background-color: #AD107D;
}
</style>
border-color css
<style>
span { border-color: #AD107D; }
span { border-color: rgb(173,16,125); }
td.TdClassName
{
border-color: #AD107D;
}
.TagClassName
{
border-color: #AD107D;
}
</style>