Shades of Medium Violet Red #AD078B
Tints of Medium Violet Red #AD078B
RGB
CMYK
RGB Variations
Color information
#AD078B (or 0xAD078B) is known color: Medium Violet Red. HEX triplet: AD, 07 and 8B. RGB value is (173,7,139). Sum of RGB (Red+Green+Blue) = 173+7+139=319 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.23% from 319); Green value is 7 (3.12% from 255 or 2.19% from 319); Blue value is 139 (54.69% from 255 or 43.57% from 319); Max value from RGB is 173 - color contains mainly: red. Hex color #AD078B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD078B is #52F874. Grayscale: #474747. Windows color (decimal): -5437557 or 9111469. OLE color: 9111469.
HSL color Cylindrical-coordinate representation of color #AD078B: hue angle of 312.29º 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 #AD078B is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 7 | 139 | - |
| CMYK | 0 | 0.96 | 0.20 | 0.32 |
| HSL | 312.29º | 0.92% | 0.35% | - |
| HSV(B) | 312.29º | 0.96% | 0.68% | - |
| XYZ | 21.97 | 10.9 | 25.37 | - |
| YUV | 71.68 | 166 | 200.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 7 | 139 | 0 | 0.96 | 0.20 | 0.32 | 312.29 | 0.92 | 0.35 |
| Hex | AD | 7 | 8B | 0 | 60 | 14 | 20 | 138 | 5C | 23 |
| Octal | 255 | 7 | 213 | 0 | 140 | 24 | 40 | 470 | 134 | 43 |
| Binary | 10101101 | 111 | 10001011 | 0 | 1100000 | 10100 | 100000 | 100111000 | 1011100 | 100011 |
Color Harmonies of #AD078B
Complementary color
Monochromatic Colors of #AD078B
Black with #AD078B
Text Example
Text Example
White with #AD078B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD078B; }
p { color: rgb(173,7,139); }
H1.HeaderClassName
{
color: #AD078B;
}
.AnyTagClassName
{
color: #AD078B;
}
</style>
background-color css
<style>
a { background-color: #AD078B; }
a { background-color: rgb(173,7,139); }
div.DivClassName
{
background-color: #AD078B;
}
.BgClassName
{
background-color: #AD078B;
}
</style>
border-color css
<style>
span { border-color: #AD078B; }
span { border-color: rgb(173,7,139); }
td.TdClassName
{
border-color: #AD078B;
}
.TagClassName
{
border-color: #AD078B;
}
</style>