Shades of Dark Magenta #A00493
Tints of Dark Magenta #A00493
RGB
CMYK
RGB Variations
Color information
#A00493 (or 0xA00493) is known color: Dark Magenta. HEX triplet: A0, 04 and 93. RGB value is (160,4,147). Sum of RGB (Red+Green+Blue) = 160+4+147=311 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.45% from 311); Green value is 4 (1.95% from 255 or 1.29% from 311); Blue value is 147 (57.81% from 255 or 47.27% from 311); Max value from RGB is 160 - color contains mainly: red. Hex color #A00493 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00493 is #5FFB6C. Grayscale: #424242. Windows color (decimal): -6290285 or 9634976. OLE color: 9634976.
HSL color Cylindrical-coordinate representation of color #A00493: hue angle of 305º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A00493 is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 4 | 147 | - |
| CMYK | 0 | 0.98 | 0.08 | 0.37 |
| HSL | 305º | 0.95% | 0.32% | - |
| HSV(B) | 305º | 0.98% | 0.63% | - |
| XYZ | 19.81 | 9.67 | 28.43 | - |
| YUV | 66.95 | 173.18 | 194.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 4 | 147 | 0 | 0.98 | 0.08 | 0.37 | 305 | 0.95 | 0.32 |
| Hex | A0 | 4 | 93 | 0 | 62 | 8 | 25 | 131 | 5F | 20 |
| Octal | 240 | 4 | 223 | 0 | 142 | 10 | 45 | 461 | 137 | 40 |
| Binary | 10100000 | 100 | 10010011 | 0 | 1100010 | 1000 | 100101 | 100110001 | 1011111 | 100000 |
Color Harmonies of #A00493
Complementary color
Monochromatic Colors of #A00493
Black with #A00493
Text Example
Text Example
White with #A00493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00493; }
p { color: rgb(160,4,147); }
H1.HeaderClassName
{
color: #A00493;
}
.AnyTagClassName
{
color: #A00493;
}
</style>
background-color css
<style>
a { background-color: #A00493; }
a { background-color: rgb(160,4,147); }
div.DivClassName
{
background-color: #A00493;
}
.BgClassName
{
background-color: #A00493;
}
</style>
border-color css
<style>
span { border-color: #A00493; }
span { border-color: rgb(160,4,147); }
td.TdClassName
{
border-color: #A00493;
}
.TagClassName
{
border-color: #A00493;
}
</style>