Shades of Dark Magenta #A00484
Tints of Dark Magenta #A00484
RGB
CMYK
RGB Variations
Color information
#A00484 (or 0xA00484) is known color: Dark Magenta. HEX triplet: A0, 04 and 84. RGB value is (160,4,132). Sum of RGB (Red+Green+Blue) = 160+4+132=296 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.05% from 296); Green value is 4 (1.95% from 255 or 1.35% from 296); Blue value is 132 (51.95% from 255 or 44.59% from 296); Max value from RGB is 160 - color contains mainly: red. Hex color #A00484 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00484 is #5FFB7B. Grayscale: #404040. Windows color (decimal): -6290300 or 8651936. OLE color: 8651936.
HSL color Cylindrical-coordinate representation of color #A00484: hue angle of 310.77º 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 #A00484 is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 4 | 132 | - |
| CMYK | 0 | 0.98 | 0.17 | 0.37 |
| HSL | 310.77º | 0.95% | 0.32% | - |
| HSV(B) | 310.77º | 0.98% | 0.63% | - |
| XYZ | 18.71 | 9.23 | 22.62 | - |
| YUV | 65.24 | 165.68 | 195.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 4 | 132 | 0 | 0.98 | 0.17 | 0.37 | 310.77 | 0.95 | 0.32 |
| Hex | A0 | 4 | 84 | 0 | 62 | 11 | 25 | 137 | 5F | 20 |
| Octal | 240 | 4 | 204 | 0 | 142 | 21 | 45 | 467 | 137 | 40 |
| Binary | 10100000 | 100 | 10000100 | 0 | 1100010 | 10001 | 100101 | 100110111 | 1011111 | 100000 |
Color Harmonies of #A00484
Complementary color
Monochromatic Colors of #A00484
Black with #A00484
Text Example
Text Example
White with #A00484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00484; }
p { color: rgb(160,4,132); }
H1.HeaderClassName
{
color: #A00484;
}
.AnyTagClassName
{
color: #A00484;
}
</style>
background-color css
<style>
a { background-color: #A00484; }
a { background-color: rgb(160,4,132); }
div.DivClassName
{
background-color: #A00484;
}
.BgClassName
{
background-color: #A00484;
}
</style>
border-color css
<style>
span { border-color: #A00484; }
span { border-color: rgb(160,4,132); }
td.TdClassName
{
border-color: #A00484;
}
.TagClassName
{
border-color: #A00484;
}
</style>