Shades of Dark Magenta #AD08A2
Tints of Dark Magenta #AD08A2
RGB
CMYK
RGB Variations
Color information
#AD08A2 (or 0xAD08A2) is known color: Dark Magenta. HEX triplet: AD, 08 and A2. RGB value is (173,8,162). Sum of RGB (Red+Green+Blue) = 173+8+162=343 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.44% from 343); Green value is 8 (3.52% from 255 or 2.33% from 343); Blue value is 162 (63.67% from 255 or 47.23% from 343); Max value from RGB is 173 - color contains mainly: red. Hex color #AD08A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD08A2 is #52F75D. Grayscale: #4A4A4A. Windows color (decimal): -5437278 or 10619053. OLE color: 10619053.
HSL color Cylindrical-coordinate representation of color #AD08A2: hue angle of 304º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD08A2 is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 8 | 162 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.32 |
| HSL | 304º | 0.91% | 0.35% | - |
| HSV(B) | 304º | 0.95% | 0.68% | - |
| XYZ | 23.84 | 11.67 | 35.18 | - |
| YUV | 74.89 | 177.16 | 197.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 8 | 162 | 0 | 0.95 | 0.06 | 0.32 | 304 | 0.91 | 0.35 |
| Hex | AD | 8 | A2 | 0 | 5F | 6 | 20 | 130 | 5B | 23 |
| Octal | 255 | 10 | 242 | 0 | 137 | 6 | 40 | 460 | 133 | 43 |
| Binary | 10101101 | 1000 | 10100010 | 0 | 1011111 | 110 | 100000 | 100110000 | 1011011 | 100011 |
Color Harmonies of #AD08A2
Complementary color
Monochromatic Colors of #AD08A2
Black with #AD08A2
Text Example
Text Example
White with #AD08A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD08A2; }
p { color: rgb(173,8,162); }
H1.HeaderClassName
{
color: #AD08A2;
}
.AnyTagClassName
{
color: #AD08A2;
}
</style>
background-color css
<style>
a { background-color: #AD08A2; }
a { background-color: rgb(173,8,162); }
div.DivClassName
{
background-color: #AD08A2;
}
.BgClassName
{
background-color: #AD08A2;
}
</style>
border-color css
<style>
span { border-color: #AD08A2; }
span { border-color: rgb(173,8,162); }
td.TdClassName
{
border-color: #AD08A2;
}
.TagClassName
{
border-color: #AD08A2;
}
</style>