Shades of Dark Magenta #A00A98
Tints of Dark Magenta #A00A98
RGB
CMYK
RGB Variations
Color information
#A00A98 (or 0xA00A98) is known color: Dark Magenta. HEX triplet: A0, 0A and 98. RGB value is (160,10,152). Sum of RGB (Red+Green+Blue) = 160+10+152=322 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.69% from 322); Green value is 10 (4.30% from 255 or 3.11% from 322); Blue value is 152 (59.77% from 255 or 47.20% from 322); Max value from RGB is 160 - color contains mainly: red. Hex color #A00A98 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00A98 is #5FF567. Grayscale: #464646. Windows color (decimal): -6288744 or 9964192. OLE color: 9964192.
HSL color Cylindrical-coordinate representation of color #A00A98: hue angle of 303.2º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00A98 is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 10 | 152 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.37 |
| HSL | 303.2º | 0.88% | 0.33% | - |
| HSV(B) | 303.2º | 0.94% | 0.63% | - |
| XYZ | 20.27 | 9.96 | 30.56 | - |
| YUV | 71.04 | 173.7 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 10 | 152 | 0 | 0.94 | 0.05 | 0.37 | 303.2 | 0.88 | 0.33 |
| Hex | A0 | A | 98 | 0 | 5E | 5 | 25 | 12F | 58 | 21 |
| Octal | 240 | 12 | 230 | 0 | 136 | 5 | 45 | 457 | 130 | 41 |
| Binary | 10100000 | 1010 | 10011000 | 0 | 1011110 | 101 | 100101 | 100101111 | 1011000 | 100001 |
Color Harmonies of #A00A98
Complementary color
Monochromatic Colors of #A00A98
Black with #A00A98
Text Example
Text Example
White with #A00A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00A98; }
p { color: rgb(160,10,152); }
H1.HeaderClassName
{
color: #A00A98;
}
.AnyTagClassName
{
color: #A00A98;
}
</style>
background-color css
<style>
a { background-color: #A00A98; }
a { background-color: rgb(160,10,152); }
div.DivClassName
{
background-color: #A00A98;
}
.BgClassName
{
background-color: #A00A98;
}
</style>
border-color css
<style>
span { border-color: #A00A98; }
span { border-color: rgb(160,10,152); }
td.TdClassName
{
border-color: #A00A98;
}
.TagClassName
{
border-color: #A00A98;
}
</style>