Shades of Dark Magenta #A407AD
Tints of Dark Magenta #A407AD
RGB
CMYK
RGB Variations
Color information
#A407AD (or 0xA407AD) is known color: Dark Magenta. HEX triplet: A4, 07 and AD. RGB value is (164,7,173). Sum of RGB (Red+Green+Blue) = 164+7+173=344 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.67% from 344); Green value is 7 (3.12% from 255 or 2.03% from 344); Blue value is 173 (67.97% from 255 or 50.29% from 344); Max value from RGB is 173 - color contains mainly: blue. Hex color #A407AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A407AD is #5BF852. Grayscale: #484848. Windows color (decimal): -6027347 or 11339684. OLE color: 11339684.
HSL color Cylindrical-coordinate representation of color #A407AD: hue angle of 296.75º 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 #A407AD is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 164 | 7 | 173 | - |
| CMYK | 0.05 | 0.96 | 0 | 0.32 |
| HSL | 296.75º | 0.92% | 0.35% | - |
| HSV(B) | 296.75º | 0.96% | 0.68% | - |
| XYZ | 22.93 | 11.06 | 40.46 | - |
| YUV | 72.87 | 184.51 | 193 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 7 | 173 | 0.05 | 0.96 | 0 | 0.32 | 296.75 | 0.92 | 0.35 |
| Hex | A4 | 7 | AD | 5 | 60 | 0 | 20 | 129 | 5C | 23 |
| Octal | 244 | 7 | 255 | 5 | 140 | 0 | 40 | 451 | 134 | 43 |
| Binary | 10100100 | 111 | 10101101 | 101 | 1100000 | 0 | 100000 | 100101001 | 1011100 | 100011 |
Color Harmonies of #A407AD
Complementary color
Monochromatic Colors of #A407AD
Black with #A407AD
Text Example
Text Example
White with #A407AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A407AD; }
p { color: rgb(164,7,173); }
H1.HeaderClassName
{
color: #A407AD;
}
.AnyTagClassName
{
color: #A407AD;
}
</style>
background-color css
<style>
a { background-color: #A407AD; }
a { background-color: rgb(164,7,173); }
div.DivClassName
{
background-color: #A407AD;
}
.BgClassName
{
background-color: #A407AD;
}
</style>
border-color css
<style>
span { border-color: #A407AD; }
span { border-color: rgb(164,7,173); }
td.TdClassName
{
border-color: #A407AD;
}
.TagClassName
{
border-color: #A407AD;
}
</style>