Shades of Medium Violet Red #AD0188
Tints of Medium Violet Red #AD0188
RGB
CMYK
RGB Variations
Color information
#AD0188 (or 0xAD0188) is known color: Medium Violet Red. HEX triplet: AD, 01 and 88. RGB value is (173,1,136). Sum of RGB (Red+Green+Blue) = 173+1+136=310 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.81% from 310); Green value is 1 (0.78% from 255 or 0.32% from 310); Blue value is 136 (53.52% from 255 or 43.87% from 310); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0188 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0188 is #52FE77. Grayscale: #434343. Windows color (decimal): -5439096 or 8913325. OLE color: 8913325.
HSL color Cylindrical-coordinate representation of color #AD0188: hue angle of 312.91º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD0188 is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 1 | 136 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.32 |
| HSL | 312.91º | 0.99% | 0.34% | - |
| HSV(B) | 312.91º | 0.99% | 0.68% | - |
| XYZ | 21.69 | 10.68 | 24.21 | - |
| YUV | 67.82 | 166.48 | 203.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 1 | 136 | 0 | 0.99 | 0.21 | 0.32 | 312.91 | 0.99 | 0.34 |
| Hex | AD | 1 | 88 | 0 | 63 | 15 | 20 | 139 | 63 | 22 |
| Octal | 255 | 1 | 210 | 0 | 143 | 25 | 40 | 471 | 143 | 42 |
| Binary | 10101101 | 1 | 10001000 | 0 | 1100011 | 10101 | 100000 | 100111001 | 1100011 | 100010 |
Color Harmonies of #AD0188
Complementary color
Monochromatic Colors of #AD0188
Black with #AD0188
Text Example
Text Example
White with #AD0188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0188; }
p { color: rgb(173,1,136); }
H1.HeaderClassName
{
color: #AD0188;
}
.AnyTagClassName
{
color: #AD0188;
}
</style>
background-color css
<style>
a { background-color: #AD0188; }
a { background-color: rgb(173,1,136); }
div.DivClassName
{
background-color: #AD0188;
}
.BgClassName
{
background-color: #AD0188;
}
</style>
border-color css
<style>
span { border-color: #AD0188; }
span { border-color: rgb(173,1,136); }
td.TdClassName
{
border-color: #AD0188;
}
.TagClassName
{
border-color: #AD0188;
}
</style>