Shades of Dark Magenta #A00497
Tints of Dark Magenta #A00497
RGB
CMYK
RGB Variations
Color information
#A00497 (or 0xA00497) is known color: Dark Magenta. HEX triplet: A0, 04 and 97. RGB value is (160,4,151). Sum of RGB (Red+Green+Blue) = 160+4+151=315 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.79% from 315); Green value is 4 (1.95% from 255 or 1.27% from 315); Blue value is 151 (59.38% from 255 or 47.94% from 315); Max value from RGB is 160 - color contains mainly: red. Hex color #A00497 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00497 is #5FFB68. Grayscale: #424242. Windows color (decimal): -6290281 or 9897120. OLE color: 9897120.
HSL color Cylindrical-coordinate representation of color #A00497: hue angle of 303.46º 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 #A00497 is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 4 | 151 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.37 |
| HSL | 303.46º | 0.95% | 0.32% | - |
| HSV(B) | 303.46º | 0.98% | 0.63% | - |
| XYZ | 20.13 | 9.79 | 30.11 | - |
| YUV | 67.4 | 175.18 | 194.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 4 | 151 | 0 | 0.98 | 0.06 | 0.37 | 303.46 | 0.95 | 0.32 |
| Hex | A0 | 4 | 97 | 0 | 62 | 6 | 25 | 12F | 5F | 20 |
| Octal | 240 | 4 | 227 | 0 | 142 | 6 | 45 | 457 | 137 | 40 |
| Binary | 10100000 | 100 | 10010111 | 0 | 1100010 | 110 | 100101 | 100101111 | 1011111 | 100000 |
Color Harmonies of #A00497
Complementary color
Monochromatic Colors of #A00497
Black with #A00497
Text Example
Text Example
White with #A00497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00497; }
p { color: rgb(160,4,151); }
H1.HeaderClassName
{
color: #A00497;
}
.AnyTagClassName
{
color: #A00497;
}
</style>
background-color css
<style>
a { background-color: #A00497; }
a { background-color: rgb(160,4,151); }
div.DivClassName
{
background-color: #A00497;
}
.BgClassName
{
background-color: #A00497;
}
</style>
border-color css
<style>
span { border-color: #A00497; }
span { border-color: rgb(160,4,151); }
td.TdClassName
{
border-color: #A00497;
}
.TagClassName
{
border-color: #A00497;
}
</style>