Shades of Medium Violet Red #AD087D
Tints of Medium Violet Red #AD087D
RGB
CMYK
RGB Variations
Color information
#AD087D (or 0xAD087D) is known color: Medium Violet Red. HEX triplet: AD, 08 and 7D. RGB value is (173,8,125). Sum of RGB (Red+Green+Blue) = 173+8+125=306 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.54% from 306); Green value is 8 (3.52% from 255 or 2.61% from 306); Blue value is 125 (49.22% from 255 or 40.85% from 306); Max value from RGB is 173 - color contains mainly: red. Hex color #AD087D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD087D is #52F782. Grayscale: #464646. Windows color (decimal): -5437315 or 8194221. OLE color: 8194221.
HSL color Cylindrical-coordinate representation of color #AD087D: hue angle of 317.45º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD087D is Cyan = 0, Magento = 0.95, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 8 | 125 | - |
| CMYK | 0 | 0.95 | 0.28 | 0.32 |
| HSL | 317.45º | 0.91% | 0.35% | - |
| HSV(B) | 317.45º | 0.95% | 0.68% | - |
| XYZ | 21.02 | 10.54 | 20.33 | - |
| YUV | 70.67 | 158.66 | 200.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 8 | 125 | 0 | 0.95 | 0.28 | 0.32 | 317.45 | 0.91 | 0.35 |
| Hex | AD | 8 | 7D | 0 | 5F | 1C | 20 | 13D | 5B | 23 |
| Octal | 255 | 10 | 175 | 0 | 137 | 34 | 40 | 475 | 133 | 43 |
| Binary | 10101101 | 1000 | 1111101 | 0 | 1011111 | 11100 | 100000 | 100111101 | 1011011 | 100011 |
Color Harmonies of #AD087D
Complementary color
Monochromatic Colors of #AD087D
Black with #AD087D
Text Example
Text Example
White with #AD087D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD087D; }
p { color: rgb(173,8,125); }
H1.HeaderClassName
{
color: #AD087D;
}
.AnyTagClassName
{
color: #AD087D;
}
</style>
background-color css
<style>
a { background-color: #AD087D; }
a { background-color: rgb(173,8,125); }
div.DivClassName
{
background-color: #AD087D;
}
.BgClassName
{
background-color: #AD087D;
}
</style>
border-color css
<style>
span { border-color: #AD087D; }
span { border-color: rgb(173,8,125); }
td.TdClassName
{
border-color: #AD087D;
}
.TagClassName
{
border-color: #AD087D;
}
</style>