Shades of Dark Magenta #A00290
Tints of Dark Magenta #A00290
RGB
CMYK
RGB Variations
Color information
#A00290 (or 0xA00290) is known color: Dark Magenta. HEX triplet: A0, 02 and 90. RGB value is (160,2,144). Sum of RGB (Red+Green+Blue) = 160+2+144=306 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.29% from 306); Green value is 2 (1.17% from 255 or 0.65% from 306); Blue value is 144 (56.64% from 255 or 47.06% from 306); Max value from RGB is 160 - color contains mainly: red. Hex color #A00290 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00290 is #5FFD6F. Grayscale: #414141. Windows color (decimal): -6290800 or 9437856. OLE color: 9437856.
HSL color Cylindrical-coordinate representation of color #A00290: hue angle of 306.08º degrees, saturation: 0.98, 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 #A00290 is Cyan = 0, Magento = 0.99, Yellow = 0.1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 2 | 144 | - |
| CMYK | 0 | 0.99 | 0.1 | 0.37 |
| HSL | 306.08º | 0.98% | 0.32% | - |
| HSV(B) | 306.08º | 0.99% | 0.63% | - |
| XYZ | 19.55 | 9.53 | 27.19 | - |
| YUV | 65.43 | 172.35 | 195.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 2 | 144 | 0 | 0.99 | 0.1 | 0.37 | 306.08 | 0.98 | 0.32 |
| Hex | A0 | 2 | 90 | 0 | 63 | A | 25 | 132 | 62 | 20 |
| Octal | 240 | 2 | 220 | 0 | 143 | 12 | 45 | 462 | 142 | 40 |
| Binary | 10100000 | 10 | 10010000 | 0 | 1100011 | 1010 | 100101 | 100110010 | 1100010 | 100000 |
Color Harmonies of #A00290
Complementary color
Monochromatic Colors of #A00290
Black with #A00290
Text Example
Text Example
White with #A00290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00290; }
p { color: rgb(160,2,144); }
H1.HeaderClassName
{
color: #A00290;
}
.AnyTagClassName
{
color: #A00290;
}
</style>
background-color css
<style>
a { background-color: #A00290; }
a { background-color: rgb(160,2,144); }
div.DivClassName
{
background-color: #A00290;
}
.BgClassName
{
background-color: #A00290;
}
</style>
border-color css
<style>
span { border-color: #A00290; }
span { border-color: rgb(160,2,144); }
td.TdClassName
{
border-color: #A00290;
}
.TagClassName
{
border-color: #A00290;
}
</style>