Shades of Medium Violet Red #AD107F
Tints of Medium Violet Red #AD107F
RGB
CMYK
RGB Variations
Color information
#AD107F (or 0xAD107F) is known color: Medium Violet Red. HEX triplet: AD, 10 and 7F. RGB value is (173,16,127). Sum of RGB (Red+Green+Blue) = 173+16+127=316 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.75% from 316); Green value is 16 (6.64% from 255 or 5.06% from 316); Blue value is 127 (50% from 255 or 40.19% from 316); Max value from RGB is 173 - color contains mainly: red. Hex color #AD107F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD107F is #52EF80. Grayscale: #4B4B4B. Windows color (decimal): -5435265 or 8327341. OLE color: 8327341.
HSL color Cylindrical-coordinate representation of color #AD107F: hue angle of 317.58º 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 #AD107F is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 16 | 127 | - |
| CMYK | 0 | 0.91 | 0.27 | 0.32 |
| HSL | 317.58º | 0.83% | 0.37% | - |
| HSV(B) | 317.58º | 0.91% | 0.68% | - |
| XYZ | 21.25 | 10.79 | 21.04 | - |
| YUV | 75.6 | 157.01 | 197.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 16 | 127 | 0 | 0.91 | 0.27 | 0.32 | 317.58 | 0.83 | 0.37 |
| Hex | AD | 10 | 7F | 0 | 5B | 1B | 20 | 13E | 53 | 25 |
| Octal | 255 | 20 | 177 | 0 | 133 | 33 | 40 | 476 | 123 | 45 |
| Binary | 10101101 | 10000 | 1111111 | 0 | 1011011 | 11011 | 100000 | 100111110 | 1010011 | 100101 |
Color Harmonies of #AD107F
Complementary color
Monochromatic Colors of #AD107F
Black with #AD107F
Text Example
Text Example
White with #AD107F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD107F; }
p { color: rgb(173,16,127); }
H1.HeaderClassName
{
color: #AD107F;
}
.AnyTagClassName
{
color: #AD107F;
}
</style>
background-color css
<style>
a { background-color: #AD107F; }
a { background-color: rgb(173,16,127); }
div.DivClassName
{
background-color: #AD107F;
}
.BgClassName
{
background-color: #AD107F;
}
</style>
border-color css
<style>
span { border-color: #AD107F; }
span { border-color: rgb(173,16,127); }
td.TdClassName
{
border-color: #AD107F;
}
.TagClassName
{
border-color: #AD107F;
}
</style>