Shades of Dark Magenta #A00DAB
Tints of Dark Magenta #A00DAB
RGB
CMYK
RGB Variations
Color information
#A00DAB (or 0xA00DAB) is known color: Dark Magenta. HEX triplet: A0, 0D and AB. RGB value is (160,13,171). Sum of RGB (Red+Green+Blue) = 160+13+171=344 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.51% from 344); Green value is 13 (5.47% from 255 or 3.78% from 344); Blue value is 171 (67.19% from 255 or 49.71% from 344); Max value from RGB is 171 - color contains mainly: blue. Hex color #A00DAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00DAB is #5FF254. Grayscale: #4A4A4A. Windows color (decimal): -6287957 or 11210144. OLE color: 11210144.
HSL color Cylindrical-coordinate representation of color #A00DAB: hue angle of 295.82º 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 #A00DAB is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 13 | 171 | - |
| CMYK | 0.06 | 0.92 | 0 | 0.33 |
| HSL | 295.82º | 0.86% | 0.36% | - |
| HSV(B) | 295.82º | 0.92% | 0.67% | - |
| XYZ | 21.99 | 10.7 | 39.43 | - |
| YUV | 74.97 | 182.2 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 13 | 171 | 0.06 | 0.92 | 0 | 0.33 | 295.82 | 0.86 | 0.36 |
| Hex | A0 | D | AB | 6 | 5C | 0 | 21 | 128 | 56 | 24 |
| Octal | 240 | 15 | 253 | 6 | 134 | 0 | 41 | 450 | 126 | 44 |
| Binary | 10100000 | 1101 | 10101011 | 110 | 1011100 | 0 | 100001 | 100101000 | 1010110 | 100100 |
Color Harmonies of #A00DAB
Complementary color
Monochromatic Colors of #A00DAB
Black with #A00DAB
Text Example
Text Example
White with #A00DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00DAB; }
p { color: rgb(160,13,171); }
H1.HeaderClassName
{
color: #A00DAB;
}
.AnyTagClassName
{
color: #A00DAB;
}
</style>
background-color css
<style>
a { background-color: #A00DAB; }
a { background-color: rgb(160,13,171); }
div.DivClassName
{
background-color: #A00DAB;
}
.BgClassName
{
background-color: #A00DAB;
}
</style>
border-color css
<style>
span { border-color: #A00DAB; }
span { border-color: rgb(160,13,171); }
td.TdClassName
{
border-color: #A00DAB;
}
.TagClassName
{
border-color: #A00DAB;
}
</style>