Shades of Dark Magenta #A00194
Tints of Dark Magenta #A00194
RGB
CMYK
RGB Variations
Color information
#A00194 (or 0xA00194) is known color: Dark Magenta. HEX triplet: A0, 01 and 94. RGB value is (160,1,148). Sum of RGB (Red+Green+Blue) = 160+1+148=309 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.78% from 309); Green value is 1 (0.78% from 255 or 0.32% from 309); Blue value is 148 (58.20% from 255 or 47.90% from 309); Max value from RGB is 160 - color contains mainly: red. Hex color #A00194 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00194 is #5FFE6B. Grayscale: #404040. Windows color (decimal): -6291052 or 9699744. OLE color: 9699744.
HSL color Cylindrical-coordinate representation of color #A00194: hue angle of 304.53º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A00194 is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 1 | 148 | - |
| CMYK | 0 | 0.99 | 0.07 | 0.37 |
| HSL | 304.53º | 0.99% | 0.32% | - |
| HSV(B) | 304.53º | 0.99% | 0.63% | - |
| XYZ | 19.85 | 9.63 | 28.83 | - |
| YUV | 65.3 | 174.68 | 195.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 1 | 148 | 0 | 0.99 | 0.07 | 0.37 | 304.53 | 0.99 | 0.32 |
| Hex | A0 | 1 | 94 | 0 | 63 | 7 | 25 | 131 | 63 | 20 |
| Octal | 240 | 1 | 224 | 0 | 143 | 7 | 45 | 461 | 143 | 40 |
| Binary | 10100000 | 1 | 10010100 | 0 | 1100011 | 111 | 100101 | 100110001 | 1100011 | 100000 |
Color Harmonies of #A00194
Complementary color
Monochromatic Colors of #A00194
Black with #A00194
Text Example
Text Example
White with #A00194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00194; }
p { color: rgb(160,1,148); }
H1.HeaderClassName
{
color: #A00194;
}
.AnyTagClassName
{
color: #A00194;
}
</style>
background-color css
<style>
a { background-color: #A00194; }
a { background-color: rgb(160,1,148); }
div.DivClassName
{
background-color: #A00194;
}
.BgClassName
{
background-color: #A00194;
}
</style>
border-color css
<style>
span { border-color: #A00194; }
span { border-color: rgb(160,1,148); }
td.TdClassName
{
border-color: #A00194;
}
.TagClassName
{
border-color: #A00194;
}
</style>