Shades of Medium Violet Red #AD0088
Tints of Medium Violet Red #AD0088
RGB
CMYK
RGB Variations
Color information
#AD0088 (or 0xAD0088) is known color: Medium Violet Red. HEX triplet: AD, 00 and 88. RGB value is (173,0,136). Sum of RGB (Red+Green+Blue) = 173+0+136=309 (40% of max value = 765). Red value is 173 (67.97% from 255 or 55.99% from 309); Green value is 0 (0.39% from 255 or 0% from 309); Blue value is 136 (53.52% from 255 or 44.01% from 309); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0088 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0088 is #52FF77. Grayscale: #424242. Windows color (decimal): -5439352 or 8913069. OLE color: 8913069.
HSL color Cylindrical-coordinate representation of color #AD0088: hue angle of 312.83º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD0088 is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 0 | 136 | - |
| CMYK | 0 | 1 | 0.21 | 0.32 |
| HSL | 312.83º | 1% | 0.34% | - |
| HSV(B) | 312.83º | 1% | 0.68% | - |
| XYZ | 21.68 | 10.66 | 24.21 | - |
| YUV | 67.23 | 166.81 | 203.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 0 | 136 | 0 | 1 | 0.21 | 0.32 | 312.83 | 1 | 0.34 |
| Hex | AD | 0 | 88 | 0 | 64 | 15 | 20 | 139 | 64 | 22 |
| Octal | 255 | 0 | 210 | 0 | 144 | 25 | 40 | 471 | 144 | 42 |
| Binary | 10101101 | 0 | 10001000 | 0 | 1100100 | 10101 | 100000 | 100111001 | 1100100 | 100010 |
Color Harmonies of #AD0088
Complementary color
Monochromatic Colors of #AD0088
Black with #AD0088
Text Example
Text Example
White with #AD0088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0088; }
p { color: rgb(173,0,136); }
H1.HeaderClassName
{
color: #AD0088;
}
.AnyTagClassName
{
color: #AD0088;
}
</style>
background-color css
<style>
a { background-color: #AD0088; }
a { background-color: rgb(173,0,136); }
div.DivClassName
{
background-color: #AD0088;
}
.BgClassName
{
background-color: #AD0088;
}
</style>
border-color css
<style>
span { border-color: #AD0088; }
span { border-color: rgb(173,0,136); }
td.TdClassName
{
border-color: #AD0088;
}
.TagClassName
{
border-color: #AD0088;
}
</style>