Shades of Dark Magenta #AD12A8
Tints of Dark Magenta #AD12A8
RGB
CMYK
RGB Variations
Color information
#AD12A8 (or 0xAD12A8) is known color: Dark Magenta. HEX triplet: AD, 12 and A8. RGB value is (173,18,168). Sum of RGB (Red+Green+Blue) = 173+18+168=359 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.19% from 359); Green value is 18 (7.42% from 255 or 5.01% from 359); Blue value is 168 (66.02% from 255 or 46.80% from 359); Max value from RGB is 173 - color contains mainly: red. Hex color #AD12A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD12A8 is #52ED57. Grayscale: #515151. Windows color (decimal): -5434712 or 11014829. OLE color: 11014829.
HSL color Cylindrical-coordinate representation of color #AD12A8: hue angle of 301.94º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD12A8 is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 18 | 168 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.32 |
| HSL | 301.94º | 0.81% | 0.37% | - |
| HSV(B) | 301.94º | 0.9% | 0.68% | - |
| XYZ | 24.52 | 12.14 | 38.1 | - |
| YUV | 81.45 | 176.85 | 193.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 18 | 168 | 0 | 0.90 | 0.03 | 0.32 | 301.94 | 0.81 | 0.37 |
| Hex | AD | 12 | A8 | 0 | 5A | 3 | 20 | 12E | 51 | 25 |
| Octal | 255 | 22 | 250 | 0 | 132 | 3 | 40 | 456 | 121 | 45 |
| Binary | 10101101 | 10010 | 10101000 | 0 | 1011010 | 11 | 100000 | 100101110 | 1010001 | 100101 |
Color Harmonies of #AD12A8
Complementary color
Monochromatic Colors of #AD12A8
Black with #AD12A8
Text Example
Text Example
White with #AD12A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD12A8; }
p { color: rgb(173,18,168); }
H1.HeaderClassName
{
color: #AD12A8;
}
.AnyTagClassName
{
color: #AD12A8;
}
</style>
background-color css
<style>
a { background-color: #AD12A8; }
a { background-color: rgb(173,18,168); }
div.DivClassName
{
background-color: #AD12A8;
}
.BgClassName
{
background-color: #AD12A8;
}
</style>
border-color css
<style>
span { border-color: #AD12A8; }
span { border-color: rgb(173,18,168); }
td.TdClassName
{
border-color: #AD12A8;
}
.TagClassName
{
border-color: #AD12A8;
}
</style>