Shades of Dark Magenta #A00DAC
Tints of Dark Magenta #A00DAC
RGB
CMYK
RGB Variations
Color information
#A00DAC (or 0xA00DAC) is known color: Dark Magenta. HEX triplet: A0, 0D and AC. RGB value is (160,13,172). Sum of RGB (Red+Green+Blue) = 160+13+172=345 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.38% from 345); Green value is 13 (5.47% from 255 or 3.77% from 345); Blue value is 172 (67.58% from 255 or 49.86% from 345); Max value from RGB is 172 - color contains mainly: blue. Hex color #A00DAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00DAC is #5FF253. Grayscale: #4A4A4A. Windows color (decimal): -6287956 or 11275680. OLE color: 11275680.
HSL color Cylindrical-coordinate representation of color #A00DAC: hue angle of 295.47º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A00DAC is Cyan = 0.07, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 13 | 172 | - |
| CMYK | 0.07 | 0.92 | 0 | 0.33 |
| HSL | 295.47º | 0.86% | 0.36% | - |
| HSV(B) | 295.47º | 0.92% | 0.67% | - |
| XYZ | 22.09 | 10.74 | 39.94 | - |
| YUV | 75.08 | 182.7 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 13 | 172 | 0.07 | 0.92 | 0 | 0.33 | 295.47 | 0.86 | 0.36 |
| Hex | A0 | D | AC | 7 | 5C | 0 | 21 | 127 | 56 | 24 |
| Octal | 240 | 15 | 254 | 7 | 134 | 0 | 41 | 447 | 126 | 44 |
| Binary | 10100000 | 1101 | 10101100 | 111 | 1011100 | 0 | 100001 | 100100111 | 1010110 | 100100 |
Color Harmonies of #A00DAC
Complementary color
Monochromatic Colors of #A00DAC
Black with #A00DAC
Text Example
Text Example
White with #A00DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00DAC; }
p { color: rgb(160,13,172); }
H1.HeaderClassName
{
color: #A00DAC;
}
.AnyTagClassName
{
color: #A00DAC;
}
</style>
background-color css
<style>
a { background-color: #A00DAC; }
a { background-color: rgb(160,13,172); }
div.DivClassName
{
background-color: #A00DAC;
}
.BgClassName
{
background-color: #A00DAC;
}
</style>
border-color css
<style>
span { border-color: #A00DAC; }
span { border-color: rgb(160,13,172); }
td.TdClassName
{
border-color: #A00DAC;
}
.TagClassName
{
border-color: #A00DAC;
}
</style>