Shades of Dark Magenta #AD07A1
Tints of Dark Magenta #AD07A1
RGB
CMYK
RGB Variations
Color information
#AD07A1 (or 0xAD07A1) is known color: Dark Magenta. HEX triplet: AD, 07 and A1. RGB value is (173,7,161). Sum of RGB (Red+Green+Blue) = 173+7+161=341 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.73% from 341); Green value is 7 (3.12% from 255 or 2.05% from 341); Blue value is 161 (63.28% from 255 or 47.21% from 341); Max value from RGB is 173 - color contains mainly: red. Hex color #AD07A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD07A1 is #52F85E. Grayscale: #494949. Windows color (decimal): -5437535 or 10553261. OLE color: 10553261.
HSL color Cylindrical-coordinate representation of color #AD07A1: hue angle of 304.34º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AD07A1 is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 7 | 161 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.32 |
| HSL | 304.34º | 0.92% | 0.35% | - |
| HSV(B) | 304.34º | 0.96% | 0.68% | - |
| XYZ | 23.74 | 11.61 | 34.71 | - |
| YUV | 74.19 | 177 | 198.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 7 | 161 | 0 | 0.96 | 0.07 | 0.32 | 304.34 | 0.92 | 0.35 |
| Hex | AD | 7 | A1 | 0 | 60 | 7 | 20 | 130 | 5C | 23 |
| Octal | 255 | 7 | 241 | 0 | 140 | 7 | 40 | 460 | 134 | 43 |
| Binary | 10101101 | 111 | 10100001 | 0 | 1100000 | 111 | 100000 | 100110000 | 1011100 | 100011 |
Color Harmonies of #AD07A1
Complementary color
Monochromatic Colors of #AD07A1
Black with #AD07A1
Text Example
Text Example
White with #AD07A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD07A1; }
p { color: rgb(173,7,161); }
H1.HeaderClassName
{
color: #AD07A1;
}
.AnyTagClassName
{
color: #AD07A1;
}
</style>
background-color css
<style>
a { background-color: #AD07A1; }
a { background-color: rgb(173,7,161); }
div.DivClassName
{
background-color: #AD07A1;
}
.BgClassName
{
background-color: #AD07A1;
}
</style>
border-color css
<style>
span { border-color: #AD07A1; }
span { border-color: rgb(173,7,161); }
td.TdClassName
{
border-color: #AD07A1;
}
.TagClassName
{
border-color: #AD07A1;
}
</style>