Shades of Dark Magenta #AD00A2
Tints of Dark Magenta #AD00A2
RGB
CMYK
RGB Variations
Color information
#AD00A2 (or 0xAD00A2) is known color: Dark Magenta. HEX triplet: AD, 00 and A2. RGB value is (173,0,162). Sum of RGB (Red+Green+Blue) = 173+0+162=335 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.64% from 335); Green value is 0 (0.39% from 255 or 0% from 335); Blue value is 162 (63.67% from 255 or 48.36% from 335); Max value from RGB is 173 - color contains mainly: red. Hex color #AD00A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD00A2 is #52FF5D. Grayscale: #454545. Windows color (decimal): -5439326 or 10617005. OLE color: 10617005.
HSL color Cylindrical-coordinate representation of color #AD00A2: hue angle of 303.82º 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 #AD00A2 is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 0 | 162 | - |
| CMYK | 0 | 1 | 0.06 | 0.32 |
| HSL | 303.82º | 1% | 0.34% | - |
| HSV(B) | 303.82º | 1% | 0.68% | - |
| XYZ | 23.76 | 11.49 | 35.15 | - |
| YUV | 70.2 | 179.81 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 0 | 162 | 0 | 1 | 0.06 | 0.32 | 303.82 | 1 | 0.34 |
| Hex | AD | 0 | A2 | 0 | 64 | 6 | 20 | 130 | 64 | 22 |
| Octal | 255 | 0 | 242 | 0 | 144 | 6 | 40 | 460 | 144 | 42 |
| Binary | 10101101 | 0 | 10100010 | 0 | 1100100 | 110 | 100000 | 100110000 | 1100100 | 100010 |
Color Harmonies of #AD00A2
Complementary color
Monochromatic Colors of #AD00A2
Black with #AD00A2
Text Example
Text Example
White with #AD00A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD00A2; }
p { color: rgb(173,0,162); }
H1.HeaderClassName
{
color: #AD00A2;
}
.AnyTagClassName
{
color: #AD00A2;
}
</style>
background-color css
<style>
a { background-color: #AD00A2; }
a { background-color: rgb(173,0,162); }
div.DivClassName
{
background-color: #AD00A2;
}
.BgClassName
{
background-color: #AD00A2;
}
</style>
border-color css
<style>
span { border-color: #AD00A2; }
span { border-color: rgb(173,0,162); }
td.TdClassName
{
border-color: #AD00A2;
}
.TagClassName
{
border-color: #AD00A2;
}
</style>