Shades of Dark Magenta #A00DA8
Tints of Dark Magenta #A00DA8
RGB
CMYK
RGB Variations
Color information
#A00DA8 (or 0xA00DA8) is known color: Dark Magenta. HEX triplet: A0, 0D and A8. RGB value is (160,13,168). Sum of RGB (Red+Green+Blue) = 160+13+168=341 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.92% from 341); Green value is 13 (5.47% from 255 or 3.81% from 341); Blue value is 168 (66.02% from 255 or 49.27% from 341); Max value from RGB is 168 - color contains mainly: blue. Hex color #A00DA8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00DA8 is #5FF257. Grayscale: #4A4A4A. Windows color (decimal): -6287960 or 11013536. OLE color: 11013536.
HSL color Cylindrical-coordinate representation of color #A00DA8: hue angle of 296.9º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A00DA8 is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
RGB | 160 | 13 | 168 | - |
CMYK | 0.05 | 0.92 | 0 | 0.34 |
HSL | 296.9º | 0.86% | 0.35% | - |
HSV(B) | 296.9º | 0.92% | 0.66% | - |
XYZ | 21.71 | 10.59 | 37.95 | - |
YUV | 74.62 | 180.7 | 188.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 160 | 13 | 168 | 0.05 | 0.92 | 0 | 0.34 | 296.9 | 0.86 | 0.35 |
Hex | A0 | D | A8 | 5 | 5C | 0 | 22 | 129 | 56 | 23 |
Octal | 240 | 15 | 250 | 5 | 134 | 0 | 42 | 451 | 126 | 43 |
Binary | 10100000 | 1101 | 10101000 | 101 | 1011100 | 0 | 100010 | 100101001 | 1010110 | 100011 |
Color Harmonies of #A00DA8
Complementary color
Monochromatic Colors of #A00DA8
Black with #A00DA8
Text Example
Text Example
White with #A00DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00DA8; }
p { color: rgb(160,13,168); }
H1.HeaderClassName
{
color: #A00DA8;
}
.AnyTagClassName
{
color: #A00DA8;
}
</style>
background-color css
<style>
a { background-color: #A00DA8; }
a { background-color: rgb(160,13,168); }
div.DivClassName
{
background-color: #A00DA8;
}
.BgClassName
{
background-color: #A00DA8;
}
</style>
border-color css
<style>
span { border-color: #A00DA8; }
span { border-color: rgb(160,13,168); }
td.TdClassName
{
border-color: #A00DA8;
}
.TagClassName
{
border-color: #A00DA8;
}
</style>