Shades of Medium Violet Red #AD058F
Tints of Medium Violet Red #AD058F
RGB
CMYK
RGB Variations
Color information
#AD058F (or 0xAD058F) is known color: Medium Violet Red. HEX triplet: AD, 05 and 8F. RGB value is (173,5,143). Sum of RGB (Red+Green+Blue) = 173+5+143=321 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.89% from 321); Green value is 5 (2.34% from 255 or 1.56% from 321); Blue value is 143 (56.25% from 255 or 44.55% from 321); Max value from RGB is 173 - color contains mainly: red. Hex color #AD058F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD058F is #52FA70. Grayscale: #464646. Windows color (decimal): -5438065 or 9373101. OLE color: 9373101.
HSL color Cylindrical-coordinate representation of color #AD058F: hue angle of 310.71º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD058F is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 5 | 143 | - |
| CMYK | 0 | 0.97 | 0.17 | 0.32 |
| HSL | 310.71º | 0.94% | 0.35% | - |
| HSV(B) | 310.71º | 0.97% | 0.68% | - |
| XYZ | 22.25 | 10.98 | 26.93 | - |
| YUV | 70.96 | 168.66 | 200.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 5 | 143 | 0 | 0.97 | 0.17 | 0.32 | 310.71 | 0.94 | 0.35 |
| Hex | AD | 5 | 8F | 0 | 61 | 11 | 20 | 137 | 5E | 23 |
| Octal | 255 | 5 | 217 | 0 | 141 | 21 | 40 | 467 | 136 | 43 |
| Binary | 10101101 | 101 | 10001111 | 0 | 1100001 | 10001 | 100000 | 100110111 | 1011110 | 100011 |
Color Harmonies of #AD058F
Complementary color
Monochromatic Colors of #AD058F
Black with #AD058F
Text Example
Text Example
White with #AD058F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD058F; }
p { color: rgb(173,5,143); }
H1.HeaderClassName
{
color: #AD058F;
}
.AnyTagClassName
{
color: #AD058F;
}
</style>
background-color css
<style>
a { background-color: #AD058F; }
a { background-color: rgb(173,5,143); }
div.DivClassName
{
background-color: #AD058F;
}
.BgClassName
{
background-color: #AD058F;
}
</style>
border-color css
<style>
span { border-color: #AD058F; }
span { border-color: rgb(173,5,143); }
td.TdClassName
{
border-color: #AD058F;
}
.TagClassName
{
border-color: #AD058F;
}
</style>