Shades of Dark Magenta #AD1AA8
Tints of Dark Magenta #AD1AA8
RGB
CMYK
RGB Variations
Color information
#AD1AA8 (or 0xAD1AA8) is known color: Dark Magenta. HEX triplet: AD, 1A and A8. RGB value is (173,26,168). Sum of RGB (Red+Green+Blue) = 173+26+168=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 26 (10.55% from 255 or 7.08% from 367); Blue value is 168 (66.02% from 255 or 45.78% from 367); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1AA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1AA8 is #52E557. Grayscale: #555555. Windows color (decimal): -5432664 or 11016877. OLE color: 11016877.
HSL color Cylindrical-coordinate representation of color #AD1AA8: hue angle of 302.04º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AD1AA8 is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 26 | 168 | - |
| CMYK | 0 | 0.85 | 0.03 | 0.32 |
| HSL | 302.04º | 0.74% | 0.39% | - |
| HSV(B) | 302.04º | 0.85% | 0.68% | - |
| XYZ | 24.67 | 12.45 | 38.15 | - |
| YUV | 86.14 | 174.2 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 26 | 168 | 0 | 0.85 | 0.03 | 0.32 | 302.04 | 0.74 | 0.39 |
| Hex | AD | 1A | A8 | 0 | 55 | 3 | 20 | 12E | 4A | 27 |
| Octal | 255 | 32 | 250 | 0 | 125 | 3 | 40 | 456 | 112 | 47 |
| Binary | 10101101 | 11010 | 10101000 | 0 | 1010101 | 11 | 100000 | 100101110 | 1001010 | 100111 |
Color Harmonies of #AD1AA8
Complementary color
Monochromatic Colors of #AD1AA8
Black with #AD1AA8
Text Example
Text Example
White with #AD1AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1AA8; }
p { color: rgb(173,26,168); }
H1.HeaderClassName
{
color: #AD1AA8;
}
.AnyTagClassName
{
color: #AD1AA8;
}
</style>
background-color css
<style>
a { background-color: #AD1AA8; }
a { background-color: rgb(173,26,168); }
div.DivClassName
{
background-color: #AD1AA8;
}
.BgClassName
{
background-color: #AD1AA8;
}
</style>
border-color css
<style>
span { border-color: #AD1AA8; }
span { border-color: rgb(173,26,168); }
td.TdClassName
{
border-color: #AD1AA8;
}
.TagClassName
{
border-color: #AD1AA8;
}
</style>