Shades of Dark Magenta #AD08A4
Tints of Dark Magenta #AD08A4
RGB
CMYK
RGB Variations
Color information
#AD08A4 (or 0xAD08A4) is known color: Dark Magenta. HEX triplet: AD, 08 and A4. RGB value is (173,8,164). Sum of RGB (Red+Green+Blue) = 173+8+164=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 8 (3.52% from 255 or 2.32% from 345); Blue value is 164 (64.45% from 255 or 47.54% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #AD08A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD08A4 is #52F75B. Grayscale: #4A4A4A. Windows color (decimal): -5437276 or 10750125. OLE color: 10750125.
HSL color Cylindrical-coordinate representation of color #AD08A4: hue angle of 303.27º 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 #AD08A4 is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 8 | 164 | - |
| CMYK | 0 | 0.95 | 0.05 | 0.32 |
| HSL | 303.27º | 0.91% | 0.35% | - |
| HSV(B) | 303.27º | 0.95% | 0.68% | - |
| XYZ | 24.02 | 11.74 | 36.12 | - |
| YUV | 75.12 | 178.16 | 197.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 8 | 164 | 0 | 0.95 | 0.05 | 0.32 | 303.27 | 0.91 | 0.35 |
| Hex | AD | 8 | A4 | 0 | 5F | 5 | 20 | 12F | 5B | 23 |
| Octal | 255 | 10 | 244 | 0 | 137 | 5 | 40 | 457 | 133 | 43 |
| Binary | 10101101 | 1000 | 10100100 | 0 | 1011111 | 101 | 100000 | 100101111 | 1011011 | 100011 |
Color Harmonies of #AD08A4
Complementary color
Monochromatic Colors of #AD08A4
Black with #AD08A4
Text Example
Text Example
White with #AD08A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD08A4; }
p { color: rgb(173,8,164); }
H1.HeaderClassName
{
color: #AD08A4;
}
.AnyTagClassName
{
color: #AD08A4;
}
</style>
background-color css
<style>
a { background-color: #AD08A4; }
a { background-color: rgb(173,8,164); }
div.DivClassName
{
background-color: #AD08A4;
}
.BgClassName
{
background-color: #AD08A4;
}
</style>
border-color css
<style>
span { border-color: #AD08A4; }
span { border-color: rgb(173,8,164); }
td.TdClassName
{
border-color: #AD08A4;
}
.TagClassName
{
border-color: #AD08A4;
}
</style>