Shades of Medium Violet Red #AD078D
Tints of Medium Violet Red #AD078D
RGB
CMYK
RGB Variations
Color information
#AD078D (or 0xAD078D) is known color: Medium Violet Red. HEX triplet: AD, 07 and 8D. RGB value is (173,7,141). Sum of RGB (Red+Green+Blue) = 173+7+141=321 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.89% from 321); Green value is 7 (3.12% from 255 or 2.18% from 321); Blue value is 141 (55.47% from 255 or 43.93% from 321); Max value from RGB is 173 - color contains mainly: red. Hex color #AD078D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD078D is #52F872. Grayscale: #474747. Windows color (decimal): -5437555 or 9242541. OLE color: 9242541.
HSL color Cylindrical-coordinate representation of color #AD078D: hue angle of 311.57º 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 #AD078D is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 7 | 141 | - |
| CMYK | 0 | 0.96 | 0.18 | 0.32 |
| HSL | 311.57º | 0.92% | 0.35% | - |
| HSV(B) | 311.57º | 0.96% | 0.68% | - |
| XYZ | 22.12 | 10.96 | 26.15 | - |
| YUV | 71.91 | 167 | 200.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 7 | 141 | 0 | 0.96 | 0.18 | 0.32 | 311.57 | 0.92 | 0.35 |
| Hex | AD | 7 | 8D | 0 | 60 | 12 | 20 | 138 | 5C | 23 |
| Octal | 255 | 7 | 215 | 0 | 140 | 22 | 40 | 470 | 134 | 43 |
| Binary | 10101101 | 111 | 10001101 | 0 | 1100000 | 10010 | 100000 | 100111000 | 1011100 | 100011 |
Color Harmonies of #AD078D
Complementary color
Monochromatic Colors of #AD078D
Black with #AD078D
Text Example
Text Example
White with #AD078D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD078D; }
p { color: rgb(173,7,141); }
H1.HeaderClassName
{
color: #AD078D;
}
.AnyTagClassName
{
color: #AD078D;
}
</style>
background-color css
<style>
a { background-color: #AD078D; }
a { background-color: rgb(173,7,141); }
div.DivClassName
{
background-color: #AD078D;
}
.BgClassName
{
background-color: #AD078D;
}
</style>
border-color css
<style>
span { border-color: #AD078D; }
span { border-color: rgb(173,7,141); }
td.TdClassName
{
border-color: #AD078D;
}
.TagClassName
{
border-color: #AD078D;
}
</style>