Shades of Dark Magenta #AD018E
Tints of Dark Magenta #AD018E
RGB
CMYK
RGB Variations
Color information
#AD018E (or 0xAD018E) is known color: Dark Magenta. HEX triplet: AD, 01 and 8E. RGB value is (173,1,142). Sum of RGB (Red+Green+Blue) = 173+1+142=316 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.75% from 316); Green value is 1 (0.78% from 255 or 0.32% from 316); Blue value is 142 (55.86% from 255 or 44.94% from 316); Max value from RGB is 173 - color contains mainly: red. Hex color #AD018E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD018E is #52FE71. Grayscale: #444444. Windows color (decimal): -5439090 or 9306541. OLE color: 9306541.
HSL color Cylindrical-coordinate representation of color #AD018E: hue angle of 310.81º 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 #AD018E is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 1 | 142 | - |
| CMYK | 0 | 0.99 | 0.18 | 0.32 |
| HSL | 310.81º | 0.99% | 0.34% | - |
| HSV(B) | 310.81º | 0.99% | 0.68% | - |
| XYZ | 22.13 | 10.86 | 26.52 | - |
| YUV | 68.5 | 169.48 | 202.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 1 | 142 | 0 | 0.99 | 0.18 | 0.32 | 310.81 | 0.99 | 0.34 |
| Hex | AD | 1 | 8E | 0 | 63 | 12 | 20 | 137 | 63 | 22 |
| Octal | 255 | 1 | 216 | 0 | 143 | 22 | 40 | 467 | 143 | 42 |
| Binary | 10101101 | 1 | 10001110 | 0 | 1100011 | 10010 | 100000 | 100110111 | 1100011 | 100010 |
Color Harmonies of #AD018E
Complementary color
Monochromatic Colors of #AD018E
Black with #AD018E
Text Example
Text Example
White with #AD018E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD018E; }
p { color: rgb(173,1,142); }
H1.HeaderClassName
{
color: #AD018E;
}
.AnyTagClassName
{
color: #AD018E;
}
</style>
background-color css
<style>
a { background-color: #AD018E; }
a { background-color: rgb(173,1,142); }
div.DivClassName
{
background-color: #AD018E;
}
.BgClassName
{
background-color: #AD018E;
}
</style>
border-color css
<style>
span { border-color: #AD018E; }
span { border-color: rgb(173,1,142); }
td.TdClassName
{
border-color: #AD018E;
}
.TagClassName
{
border-color: #AD018E;
}
</style>