Shades of Medium Violet Red #AD077E
Tints of Medium Violet Red #AD077E
RGB
CMYK
RGB Variations
Color information
#AD077E (or 0xAD077E) is known color: Medium Violet Red. HEX triplet: AD, 07 and 7E. RGB value is (173,7,126). Sum of RGB (Red+Green+Blue) = 173+7+126=306 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.54% from 306); Green value is 7 (3.12% from 255 or 2.29% from 306); Blue value is 126 (49.61% from 255 or 41.18% from 306); Max value from RGB is 173 - color contains mainly: red. Hex color #AD077E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD077E is #52F881. Grayscale: #454545. Windows color (decimal): -5437570 or 8259501. OLE color: 8259501.
HSL color Cylindrical-coordinate representation of color #AD077E: hue angle of 316.99º 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 #AD077E is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 7 | 126 | - |
| CMYK | 0 | 0.96 | 0.27 | 0.32 |
| HSL | 316.99º | 0.92% | 0.35% | - |
| HSV(B) | 316.99º | 0.96% | 0.68% | - |
| XYZ | 21.08 | 10.54 | 20.66 | - |
| YUV | 70.2 | 159.5 | 201.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 7 | 126 | 0 | 0.96 | 0.27 | 0.32 | 316.99 | 0.92 | 0.35 |
| Hex | AD | 7 | 7E | 0 | 60 | 1B | 20 | 13D | 5C | 23 |
| Octal | 255 | 7 | 176 | 0 | 140 | 33 | 40 | 475 | 134 | 43 |
| Binary | 10101101 | 111 | 1111110 | 0 | 1100000 | 11011 | 100000 | 100111101 | 1011100 | 100011 |
Color Harmonies of #AD077E
Complementary color
Monochromatic Colors of #AD077E
Black with #AD077E
Text Example
Text Example
White with #AD077E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD077E; }
p { color: rgb(173,7,126); }
H1.HeaderClassName
{
color: #AD077E;
}
.AnyTagClassName
{
color: #AD077E;
}
</style>
background-color css
<style>
a { background-color: #AD077E; }
a { background-color: rgb(173,7,126); }
div.DivClassName
{
background-color: #AD077E;
}
.BgClassName
{
background-color: #AD077E;
}
</style>
border-color css
<style>
span { border-color: #AD077E; }
span { border-color: rgb(173,7,126); }
td.TdClassName
{
border-color: #AD077E;
}
.TagClassName
{
border-color: #AD077E;
}
</style>