Shades of Medium Violet Red #AD107A
Tints of Medium Violet Red #AD107A
RGB
CMYK
RGB Variations
Color information
#AD107A (or 0xAD107A) is known color: Medium Violet Red. HEX triplet: AD, 10 and 7A. RGB value is (173,16,122). Sum of RGB (Red+Green+Blue) = 173+16+122=311 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.63% from 311); Green value is 16 (6.64% from 255 or 5.14% from 311); Blue value is 122 (48.05% from 255 or 39.23% from 311); Max value from RGB is 173 - color contains mainly: red. Hex color #AD107A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD107A is #52EF85. Grayscale: #4A4A4A. Windows color (decimal): -5435270 or 7999661. OLE color: 7999661.
HSL color Cylindrical-coordinate representation of color #AD107A: hue angle of 319.49º 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 #AD107A is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 16 | 122 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.32 |
| HSL | 319.49º | 0.83% | 0.37% | - |
| HSV(B) | 319.49º | 0.91% | 0.68% | - |
| XYZ | 20.93 | 10.66 | 19.37 | - |
| YUV | 75.03 | 154.51 | 197.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 16 | 122 | 0 | 0.91 | 0.29 | 0.32 | 319.49 | 0.83 | 0.37 |
| Hex | AD | 10 | 7A | 0 | 5B | 1D | 20 | 13F | 53 | 25 |
| Octal | 255 | 20 | 172 | 0 | 133 | 35 | 40 | 477 | 123 | 45 |
| Binary | 10101101 | 10000 | 1111010 | 0 | 1011011 | 11101 | 100000 | 100111111 | 1010011 | 100101 |
Color Harmonies of #AD107A
Complementary color
Monochromatic Colors of #AD107A
Black with #AD107A
Text Example
Text Example
White with #AD107A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD107A; }
p { color: rgb(173,16,122); }
H1.HeaderClassName
{
color: #AD107A;
}
.AnyTagClassName
{
color: #AD107A;
}
</style>
background-color css
<style>
a { background-color: #AD107A; }
a { background-color: rgb(173,16,122); }
div.DivClassName
{
background-color: #AD107A;
}
.BgClassName
{
background-color: #AD107A;
}
</style>
border-color css
<style>
span { border-color: #AD107A; }
span { border-color: rgb(173,16,122); }
td.TdClassName
{
border-color: #AD107A;
}
.TagClassName
{
border-color: #AD107A;
}
</style>