Shades of Dark Magenta #AD008E
Tints of Dark Magenta #AD008E
RGB
CMYK
RGB Variations
Color information
#AD008E (or 0xAD008E) is known color: Dark Magenta. HEX triplet: AD, 00 and 8E. RGB value is (173,0,142). Sum of RGB (Red+Green+Blue) = 173+0+142=315 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.92% from 315); Green value is 0 (0.39% from 255 or 0% from 315); Blue value is 142 (55.86% from 255 or 45.08% from 315); Max value from RGB is 173 - color contains mainly: red. Hex color #AD008E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD008E is #52FF71. Grayscale: #434343. Windows color (decimal): -5439346 or 9306285. OLE color: 9306285.
HSL color Cylindrical-coordinate representation of color #AD008E: hue angle of 310.75º 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 #AD008E is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 0 | 142 | - |
| CMYK | 0 | 1 | 0.18 | 0.32 |
| HSL | 310.75º | 1% | 0.34% | - |
| HSV(B) | 310.75º | 1% | 0.68% | - |
| XYZ | 22.12 | 10.84 | 26.52 | - |
| YUV | 67.92 | 169.81 | 202.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 0 | 142 | 0 | 1 | 0.18 | 0.32 | 310.75 | 1 | 0.34 |
| Hex | AD | 0 | 8E | 0 | 64 | 12 | 20 | 137 | 64 | 22 |
| Octal | 255 | 0 | 216 | 0 | 144 | 22 | 40 | 467 | 144 | 42 |
| Binary | 10101101 | 0 | 10001110 | 0 | 1100100 | 10010 | 100000 | 100110111 | 1100100 | 100010 |
Color Harmonies of #AD008E
Complementary color
Monochromatic Colors of #AD008E
Black with #AD008E
Text Example
Text Example
White with #AD008E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD008E; }
p { color: rgb(173,0,142); }
H1.HeaderClassName
{
color: #AD008E;
}
.AnyTagClassName
{
color: #AD008E;
}
</style>
background-color css
<style>
a { background-color: #AD008E; }
a { background-color: rgb(173,0,142); }
div.DivClassName
{
background-color: #AD008E;
}
.BgClassName
{
background-color: #AD008E;
}
</style>
border-color css
<style>
span { border-color: #AD008E; }
span { border-color: rgb(173,0,142); }
td.TdClassName
{
border-color: #AD008E;
}
.TagClassName
{
border-color: #AD008E;
}
</style>