Shades of Dark Magenta #A00390
Tints of Dark Magenta #A00390
RGB
CMYK
RGB Variations
Color information
#A00390 (or 0xA00390) is known color: Dark Magenta. HEX triplet: A0, 03 and 90. RGB value is (160,3,144). Sum of RGB (Red+Green+Blue) = 160+3+144=307 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.12% from 307); Green value is 3 (1.56% from 255 or 0.98% from 307); Blue value is 144 (56.64% from 255 or 46.91% from 307); Max value from RGB is 160 - color contains mainly: red. Hex color #A00390 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00390 is #5FFC6F. Grayscale: #414141. Windows color (decimal): -6290544 or 9438112. OLE color: 9438112.
HSL color Cylindrical-coordinate representation of color #A00390: hue angle of 306.11º degrees, saturation: 0.96, 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 #A00390 is Cyan = 0, Magento = 0.98, Yellow = 0.1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 3 | 144 | - |
| CMYK | 0 | 0.98 | 0.1 | 0.37 |
| HSL | 306.11º | 0.96% | 0.32% | - |
| HSV(B) | 306.11º | 0.98% | 0.63% | - |
| XYZ | 19.56 | 9.55 | 27.2 | - |
| YUV | 66.02 | 172.01 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 3 | 144 | 0 | 0.98 | 0.1 | 0.37 | 306.11 | 0.96 | 0.32 |
| Hex | A0 | 3 | 90 | 0 | 62 | A | 25 | 132 | 60 | 20 |
| Octal | 240 | 3 | 220 | 0 | 142 | 12 | 45 | 462 | 140 | 40 |
| Binary | 10100000 | 11 | 10010000 | 0 | 1100010 | 1010 | 100101 | 100110010 | 1100000 | 100000 |
Color Harmonies of #A00390
Complementary color
Monochromatic Colors of #A00390
Black with #A00390
Text Example
Text Example
White with #A00390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00390; }
p { color: rgb(160,3,144); }
H1.HeaderClassName
{
color: #A00390;
}
.AnyTagClassName
{
color: #A00390;
}
</style>
background-color css
<style>
a { background-color: #A00390; }
a { background-color: rgb(160,3,144); }
div.DivClassName
{
background-color: #A00390;
}
.BgClassName
{
background-color: #A00390;
}
</style>
border-color css
<style>
span { border-color: #A00390; }
span { border-color: rgb(160,3,144); }
td.TdClassName
{
border-color: #A00390;
}
.TagClassName
{
border-color: #A00390;
}
</style>