Shades of Dark Magenta #A00D9C
Tints of Dark Magenta #A00D9C
RGB
CMYK
RGB Variations
Color information
#A00D9C (or 0xA00D9C) is known color: Dark Magenta. HEX triplet: A0, 0D and 9C. RGB value is (160,13,156). Sum of RGB (Red+Green+Blue) = 160+13+156=329 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.63% from 329); Green value is 13 (5.47% from 255 or 3.95% from 329); Blue value is 156 (61.33% from 255 or 47.42% from 329); Max value from RGB is 160 - color contains mainly: red. Hex color #A00D9C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00D9C is #5FF263. Grayscale: #484848. Windows color (decimal): -6287972 or 10227104. OLE color: 10227104.
HSL color Cylindrical-coordinate representation of color #A00D9C: hue angle of 301.63º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A00D9C is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 13 | 156 | - |
| CMYK | 0 | 0.92 | 0.02 | 0.37 |
| HSL | 301.63º | 0.85% | 0.34% | - |
| HSV(B) | 301.63º | 0.92% | 0.63% | - |
| XYZ | 20.64 | 10.16 | 32.33 | - |
| YUV | 73.26 | 174.7 | 189.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 13 | 156 | 0 | 0.92 | 0.02 | 0.37 | 301.63 | 0.85 | 0.34 |
| Hex | A0 | D | 9C | 0 | 5C | 2 | 25 | 12E | 55 | 22 |
| Octal | 240 | 15 | 234 | 0 | 134 | 2 | 45 | 456 | 125 | 42 |
| Binary | 10100000 | 1101 | 10011100 | 0 | 1011100 | 10 | 100101 | 100101110 | 1010101 | 100010 |
Color Harmonies of #A00D9C
Complementary color
Monochromatic Colors of #A00D9C
Black with #A00D9C
Text Example
Text Example
White with #A00D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00D9C; }
p { color: rgb(160,13,156); }
H1.HeaderClassName
{
color: #A00D9C;
}
.AnyTagClassName
{
color: #A00D9C;
}
</style>
background-color css
<style>
a { background-color: #A00D9C; }
a { background-color: rgb(160,13,156); }
div.DivClassName
{
background-color: #A00D9C;
}
.BgClassName
{
background-color: #A00D9C;
}
</style>
border-color css
<style>
span { border-color: #A00D9C; }
span { border-color: rgb(160,13,156); }
td.TdClassName
{
border-color: #A00D9C;
}
.TagClassName
{
border-color: #A00D9C;
}
</style>