Shades of Medium Violet Red #AD0781
Tints of Medium Violet Red #AD0781
RGB
CMYK
RGB Variations
Color information
#AD0781 (or 0xAD0781) is known color: Medium Violet Red. HEX triplet: AD, 07 and 81. RGB value is (173,7,129). Sum of RGB (Red+Green+Blue) = 173+7+129=309 (40% of max value = 765). Red value is 173 (67.97% from 255 or 55.99% from 309); Green value is 7 (3.12% from 255 or 2.27% from 309); Blue value is 129 (50.78% from 255 or 41.75% from 309); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0781 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0781 is #52F87E. Grayscale: #464646. Windows color (decimal): -5437567 or 8456109. OLE color: 8456109.
HSL color Cylindrical-coordinate representation of color #AD0781: hue angle of 315.9º 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 #AD0781 is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 7 | 129 | - |
| CMYK | 0 | 0.96 | 0.25 | 0.32 |
| HSL | 315.9º | 0.92% | 0.35% | - |
| HSV(B) | 315.9º | 0.96% | 0.68% | - |
| XYZ | 21.27 | 10.62 | 21.7 | - |
| YUV | 70.54 | 161 | 201.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 7 | 129 | 0 | 0.96 | 0.25 | 0.32 | 315.9 | 0.92 | 0.35 |
| Hex | AD | 7 | 81 | 0 | 60 | 19 | 20 | 13C | 5C | 23 |
| Octal | 255 | 7 | 201 | 0 | 140 | 31 | 40 | 474 | 134 | 43 |
| Binary | 10101101 | 111 | 10000001 | 0 | 1100000 | 11001 | 100000 | 100111100 | 1011100 | 100011 |
Color Harmonies of #AD0781
Complementary color
Monochromatic Colors of #AD0781
Black with #AD0781
Text Example
Text Example
White with #AD0781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0781; }
p { color: rgb(173,7,129); }
H1.HeaderClassName
{
color: #AD0781;
}
.AnyTagClassName
{
color: #AD0781;
}
</style>
background-color css
<style>
a { background-color: #AD0781; }
a { background-color: rgb(173,7,129); }
div.DivClassName
{
background-color: #AD0781;
}
.BgClassName
{
background-color: #AD0781;
}
</style>
border-color css
<style>
span { border-color: #AD0781; }
span { border-color: rgb(173,7,129); }
td.TdClassName
{
border-color: #AD0781;
}
.TagClassName
{
border-color: #AD0781;
}
</style>