Shades of Dark Magenta #AD00A3
Tints of Dark Magenta #AD00A3
RGB
CMYK
RGB Variations
Color information
#AD00A3 (or 0xAD00A3) is known color: Dark Magenta. HEX triplet: AD, 00 and A3. RGB value is (173,0,163). Sum of RGB (Red+Green+Blue) = 173+0+163=336 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.49% from 336); Green value is 0 (0.39% from 255 or 0% from 336); Blue value is 163 (64.06% from 255 or 48.51% from 336); Max value from RGB is 173 - color contains mainly: red. Hex color #AD00A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD00A3 is #52FF5C. Grayscale: #454545. Windows color (decimal): -5439325 or 10682541. OLE color: 10682541.
HSL color Cylindrical-coordinate representation of color #AD00A3: hue angle of 303.47º 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 #AD00A3 is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 0 | 163 | - |
| CMYK | 0 | 1 | 0.06 | 0.32 |
| HSL | 303.47º | 1% | 0.34% | - |
| HSV(B) | 303.47º | 1% | 0.68% | - |
| XYZ | 23.84 | 11.53 | 35.62 | - |
| YUV | 70.31 | 180.31 | 201.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 0 | 163 | 0 | 1 | 0.06 | 0.32 | 303.47 | 1 | 0.34 |
| Hex | AD | 0 | A3 | 0 | 64 | 6 | 20 | 12F | 64 | 22 |
| Octal | 255 | 0 | 243 | 0 | 144 | 6 | 40 | 457 | 144 | 42 |
| Binary | 10101101 | 0 | 10100011 | 0 | 1100100 | 110 | 100000 | 100101111 | 1100100 | 100010 |
Color Harmonies of #AD00A3
Complementary color
Monochromatic Colors of #AD00A3
Black with #AD00A3
Text Example
Text Example
White with #AD00A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD00A3; }
p { color: rgb(173,0,163); }
H1.HeaderClassName
{
color: #AD00A3;
}
.AnyTagClassName
{
color: #AD00A3;
}
</style>
background-color css
<style>
a { background-color: #AD00A3; }
a { background-color: rgb(173,0,163); }
div.DivClassName
{
background-color: #AD00A3;
}
.BgClassName
{
background-color: #AD00A3;
}
</style>
border-color css
<style>
span { border-color: #AD00A3; }
span { border-color: rgb(173,0,163); }
td.TdClassName
{
border-color: #AD00A3;
}
.TagClassName
{
border-color: #AD00A3;
}
</style>