Shades of Medium Violet Red #AD018D
Tints of Medium Violet Red #AD018D
RGB
CMYK
RGB Variations
Color information
#AD018D (or 0xAD018D) is known color: Medium Violet Red. HEX triplet: AD, 01 and 8D. RGB value is (173,1,141). Sum of RGB (Red+Green+Blue) = 173+1+141=315 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.92% from 315); Green value is 1 (0.78% from 255 or 0.32% from 315); Blue value is 141 (55.47% from 255 or 44.76% from 315); Max value from RGB is 173 - color contains mainly: red. Hex color #AD018D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD018D is #52FE72. Grayscale: #444444. Windows color (decimal): -5439091 or 9241005. OLE color: 9241005.
HSL color Cylindrical-coordinate representation of color #AD018D: hue angle of 311.16º 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 #AD018D is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 1 | 141 | - |
| CMYK | 0 | 0.99 | 0.18 | 0.32 |
| HSL | 311.16º | 0.99% | 0.34% | - |
| HSV(B) | 311.16º | 0.99% | 0.68% | - |
| XYZ | 22.05 | 10.83 | 26.13 | - |
| YUV | 68.39 | 168.98 | 202.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 1 | 141 | 0 | 0.99 | 0.18 | 0.32 | 311.16 | 0.99 | 0.34 |
| Hex | AD | 1 | 8D | 0 | 63 | 12 | 20 | 137 | 63 | 22 |
| Octal | 255 | 1 | 215 | 0 | 143 | 22 | 40 | 467 | 143 | 42 |
| Binary | 10101101 | 1 | 10001101 | 0 | 1100011 | 10010 | 100000 | 100110111 | 1100011 | 100010 |
Color Harmonies of #AD018D
Complementary color
Monochromatic Colors of #AD018D
Black with #AD018D
Text Example
Text Example
White with #AD018D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD018D; }
p { color: rgb(173,1,141); }
H1.HeaderClassName
{
color: #AD018D;
}
.AnyTagClassName
{
color: #AD018D;
}
</style>
background-color css
<style>
a { background-color: #AD018D; }
a { background-color: rgb(173,1,141); }
div.DivClassName
{
background-color: #AD018D;
}
.BgClassName
{
background-color: #AD018D;
}
</style>
border-color css
<style>
span { border-color: #AD018D; }
span { border-color: rgb(173,1,141); }
td.TdClassName
{
border-color: #AD018D;
}
.TagClassName
{
border-color: #AD018D;
}
</style>