Shades of Medium Violet Red #AD0185
Tints of Medium Violet Red #AD0185
RGB
CMYK
RGB Variations
Color information
#AD0185 (or 0xAD0185) is known color: Medium Violet Red. HEX triplet: AD, 01 and 85. RGB value is (173,1,133). Sum of RGB (Red+Green+Blue) = 173+1+133=307 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.35% from 307); Green value is 1 (0.78% from 255 or 0.33% from 307); Blue value is 133 (52.34% from 255 or 43.32% from 307); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0185 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0185 is #52FE7A. Grayscale: #434343. Windows color (decimal): -5439099 or 8716717. OLE color: 8716717.
HSL color Cylindrical-coordinate representation of color #AD0185: hue angle of 313.95º 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 #AD0185 is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 1 | 133 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.32 |
| HSL | 313.95º | 0.99% | 0.34% | - |
| HSV(B) | 313.95º | 0.99% | 0.68% | - |
| XYZ | 21.48 | 10.6 | 23.1 | - |
| YUV | 67.48 | 164.98 | 203.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 1 | 133 | 0 | 0.99 | 0.23 | 0.32 | 313.95 | 0.99 | 0.34 |
| Hex | AD | 1 | 85 | 0 | 63 | 17 | 20 | 13A | 63 | 22 |
| Octal | 255 | 1 | 205 | 0 | 143 | 27 | 40 | 472 | 143 | 42 |
| Binary | 10101101 | 1 | 10000101 | 0 | 1100011 | 10111 | 100000 | 100111010 | 1100011 | 100010 |
Color Harmonies of #AD0185
Complementary color
Monochromatic Colors of #AD0185
Black with #AD0185
Text Example
Text Example
White with #AD0185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0185; }
p { color: rgb(173,1,133); }
H1.HeaderClassName
{
color: #AD0185;
}
.AnyTagClassName
{
color: #AD0185;
}
</style>
background-color css
<style>
a { background-color: #AD0185; }
a { background-color: rgb(173,1,133); }
div.DivClassName
{
background-color: #AD0185;
}
.BgClassName
{
background-color: #AD0185;
}
</style>
border-color css
<style>
span { border-color: #AD0185; }
span { border-color: rgb(173,1,133); }
td.TdClassName
{
border-color: #AD0185;
}
.TagClassName
{
border-color: #AD0185;
}
</style>