Shades of Dark Magenta #AD02A2
Tints of Dark Magenta #AD02A2
RGB
CMYK
RGB Variations
Color information
#AD02A2 (or 0xAD02A2) is known color: Dark Magenta. HEX triplet: AD, 02 and A2. RGB value is (173,2,162). Sum of RGB (Red+Green+Blue) = 173+2+162=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 2 (1.17% from 255 or 0.59% from 337); Blue value is 162 (63.67% from 255 or 48.07% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD02A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD02A2 is #52FD5D. Grayscale: #464646. Windows color (decimal): -5438814 or 10617517. OLE color: 10617517.
HSL color Cylindrical-coordinate representation of color #AD02A2: hue angle of 303.86º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD02A2 is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 2 | 162 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.32 |
| HSL | 303.86º | 0.98% | 0.34% | - |
| HSV(B) | 303.86º | 0.99% | 0.68% | - |
| XYZ | 23.78 | 11.54 | 35.16 | - |
| YUV | 71.37 | 179.15 | 200.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 2 | 162 | 0 | 0.99 | 0.06 | 0.32 | 303.86 | 0.98 | 0.34 |
| Hex | AD | 2 | A2 | 0 | 63 | 6 | 20 | 130 | 62 | 22 |
| Octal | 255 | 2 | 242 | 0 | 143 | 6 | 40 | 460 | 142 | 42 |
| Binary | 10101101 | 10 | 10100010 | 0 | 1100011 | 110 | 100000 | 100110000 | 1100010 | 100010 |
Color Harmonies of #AD02A2
Complementary color
Monochromatic Colors of #AD02A2
Black with #AD02A2
Text Example
Text Example
White with #AD02A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD02A2; }
p { color: rgb(173,2,162); }
H1.HeaderClassName
{
color: #AD02A2;
}
.AnyTagClassName
{
color: #AD02A2;
}
</style>
background-color css
<style>
a { background-color: #AD02A2; }
a { background-color: rgb(173,2,162); }
div.DivClassName
{
background-color: #AD02A2;
}
.BgClassName
{
background-color: #AD02A2;
}
</style>
border-color css
<style>
span { border-color: #AD02A2; }
span { border-color: rgb(173,2,162); }
td.TdClassName
{
border-color: #AD02A2;
}
.TagClassName
{
border-color: #AD02A2;
}
</style>