Shades of Medium Violet Red #AD078F
Tints of Medium Violet Red #AD078F
RGB
CMYK
RGB Variations
Color information
#AD078F (or 0xAD078F) is known color: Medium Violet Red. HEX triplet: AD, 07 and 8F. RGB value is (173,7,143). Sum of RGB (Red+Green+Blue) = 173+7+143=323 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.56% from 323); Green value is 7 (3.12% from 255 or 2.17% from 323); Blue value is 143 (56.25% from 255 or 44.27% from 323); Max value from RGB is 173 - color contains mainly: red. Hex color #AD078F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD078F is #52F870. Grayscale: #474747. Windows color (decimal): -5437553 or 9373613. OLE color: 9373613.
HSL color Cylindrical-coordinate representation of color #AD078F: hue angle of 310.84º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AD078F is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 7 | 143 | - |
| CMYK | 0 | 0.96 | 0.17 | 0.32 |
| HSL | 310.84º | 0.92% | 0.35% | - |
| HSV(B) | 310.84º | 0.96% | 0.68% | - |
| XYZ | 22.27 | 11.02 | 26.94 | - |
| YUV | 72.14 | 168 | 199.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 7 | 143 | 0 | 0.96 | 0.17 | 0.32 | 310.84 | 0.92 | 0.35 |
| Hex | AD | 7 | 8F | 0 | 60 | 11 | 20 | 137 | 5C | 23 |
| Octal | 255 | 7 | 217 | 0 | 140 | 21 | 40 | 467 | 134 | 43 |
| Binary | 10101101 | 111 | 10001111 | 0 | 1100000 | 10001 | 100000 | 100110111 | 1011100 | 100011 |
Color Harmonies of #AD078F
Complementary color
Monochromatic Colors of #AD078F
Black with #AD078F
Text Example
Text Example
White with #AD078F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD078F; }
p { color: rgb(173,7,143); }
H1.HeaderClassName
{
color: #AD078F;
}
.AnyTagClassName
{
color: #AD078F;
}
</style>
background-color css
<style>
a { background-color: #AD078F; }
a { background-color: rgb(173,7,143); }
div.DivClassName
{
background-color: #AD078F;
}
.BgClassName
{
background-color: #AD078F;
}
</style>
border-color css
<style>
span { border-color: #AD078F; }
span { border-color: rgb(173,7,143); }
td.TdClassName
{
border-color: #AD078F;
}
.TagClassName
{
border-color: #AD078F;
}
</style>