Shades of Dark Magenta #A01394
Tints of Dark Magenta #A01394
RGB
CMYK
RGB Variations
Color information
#A01394 (or 0xA01394) is known color: Dark Magenta. HEX triplet: A0, 13 and 94. RGB value is (160,19,148). Sum of RGB (Red+Green+Blue) = 160+19+148=327 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.93% from 327); Green value is 19 (7.81% from 255 or 5.81% from 327); Blue value is 148 (58.20% from 255 or 45.26% from 327); Max value from RGB is 160 - color contains mainly: red. Hex color #A01394 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A01394 is #5FEC6B. Grayscale: #4B4B4B. Windows color (decimal): -6286444 or 9704352. OLE color: 9704352.
HSL color Cylindrical-coordinate representation of color #A01394: hue angle of 305.11º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A01394 is Cyan = 0, Magento = 0.88, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 19 | 148 | - |
| CMYK | 0 | 0.88 | 0.07 | 0.37 |
| HSL | 305.11º | 0.79% | 0.35% | - |
| HSV(B) | 305.11º | 0.88% | 0.63% | - |
| XYZ | 20.08 | 10.08 | 28.9 | - |
| YUV | 75.87 | 168.71 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 19 | 148 | 0 | 0.88 | 0.07 | 0.37 | 305.11 | 0.79 | 0.35 |
| Hex | A0 | 13 | 94 | 0 | 58 | 7 | 25 | 131 | 4F | 23 |
| Octal | 240 | 23 | 224 | 0 | 130 | 7 | 45 | 461 | 117 | 43 |
| Binary | 10100000 | 10011 | 10010100 | 0 | 1011000 | 111 | 100101 | 100110001 | 1001111 | 100011 |
Color Harmonies of #A01394
Complementary color
Monochromatic Colors of #A01394
Black with #A01394
Text Example
Text Example
White with #A01394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01394; }
p { color: rgb(160,19,148); }
H1.HeaderClassName
{
color: #A01394;
}
.AnyTagClassName
{
color: #A01394;
}
</style>
background-color css
<style>
a { background-color: #A01394; }
a { background-color: rgb(160,19,148); }
div.DivClassName
{
background-color: #A01394;
}
.BgClassName
{
background-color: #A01394;
}
</style>
border-color css
<style>
span { border-color: #A01394; }
span { border-color: rgb(160,19,148); }
td.TdClassName
{
border-color: #A01394;
}
.TagClassName
{
border-color: #A01394;
}
</style>