Shades of Dark Magenta #A00FA4
Tints of Dark Magenta #A00FA4
RGB
CMYK
RGB Variations
Color information
#A00FA4 (or 0xA00FA4) is known color: Dark Magenta. HEX triplet: A0, 0F and A4. RGB value is (160,15,164). Sum of RGB (Red+Green+Blue) = 160+15+164=339 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.20% from 339); Green value is 15 (6.25% from 255 or 4.42% from 339); Blue value is 164 (64.45% from 255 or 48.38% from 339); Max value from RGB is 164 - color contains mainly: blue. Hex color #A00FA4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00FA4 is #5FF05B. Grayscale: #4A4A4A. Windows color (decimal): -6287452 or 10751904. OLE color: 10751904.
HSL color Cylindrical-coordinate representation of color #A00FA4: hue angle of 298.39º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A00FA4 is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 15 | 164 | - |
| CMYK | 0.02 | 0.91 | 0 | 0.36 |
| HSL | 298.39º | 0.83% | 0.35% | - |
| HSV(B) | 298.39º | 0.91% | 0.64% | - |
| XYZ | 21.37 | 10.5 | 36.02 | - |
| YUV | 75.34 | 178.04 | 188.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 15 | 164 | 0.02 | 0.91 | 0 | 0.36 | 298.39 | 0.83 | 0.35 |
| Hex | A0 | F | A4 | 2 | 5B | 0 | 24 | 12A | 53 | 23 |
| Octal | 240 | 17 | 244 | 2 | 133 | 0 | 44 | 452 | 123 | 43 |
| Binary | 10100000 | 1111 | 10100100 | 10 | 1011011 | 0 | 100100 | 100101010 | 1010011 | 100011 |
Color Harmonies of #A00FA4
Complementary color
Monochromatic Colors of #A00FA4
Black with #A00FA4
Text Example
Text Example
White with #A00FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00FA4; }
p { color: rgb(160,15,164); }
H1.HeaderClassName
{
color: #A00FA4;
}
.AnyTagClassName
{
color: #A00FA4;
}
</style>
background-color css
<style>
a { background-color: #A00FA4; }
a { background-color: rgb(160,15,164); }
div.DivClassName
{
background-color: #A00FA4;
}
.BgClassName
{
background-color: #A00FA4;
}
</style>
border-color css
<style>
span { border-color: #A00FA4; }
span { border-color: rgb(160,15,164); }
td.TdClassName
{
border-color: #A00FA4;
}
.TagClassName
{
border-color: #A00FA4;
}
</style>