Shades of Dark Magenta #A0028F
Tints of Dark Magenta #A0028F
RGB
CMYK
RGB Variations
Color information
#A0028F (or 0xA0028F) is known color: Dark Magenta. HEX triplet: A0, 02 and 8F. RGB value is (160,2,143). Sum of RGB (Red+Green+Blue) = 160+2+143=305 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.46% from 305); Green value is 2 (1.17% from 255 or 0.66% from 305); Blue value is 143 (56.25% from 255 or 46.89% from 305); Max value from RGB is 160 - color contains mainly: red. Hex color #A0028F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0028F is #5FFD70. Grayscale: #404040. Windows color (decimal): -6290801 or 9372320. OLE color: 9372320.
HSL color Cylindrical-coordinate representation of color #A0028F: hue angle of 306.46º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A0028F is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 2 | 143 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.37 |
| HSL | 306.46º | 0.98% | 0.32% | - |
| HSV(B) | 306.46º | 0.99% | 0.63% | - |
| XYZ | 19.48 | 9.5 | 26.79 | - |
| YUV | 65.32 | 171.85 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 2 | 143 | 0 | 0.99 | 0.11 | 0.37 | 306.46 | 0.98 | 0.32 |
| Hex | A0 | 2 | 8F | 0 | 63 | B | 25 | 132 | 62 | 20 |
| Octal | 240 | 2 | 217 | 0 | 143 | 13 | 45 | 462 | 142 | 40 |
| Binary | 10100000 | 10 | 10001111 | 0 | 1100011 | 1011 | 100101 | 100110010 | 1100010 | 100000 |
Color Harmonies of #A0028F
Complementary color
Monochromatic Colors of #A0028F
Black with #A0028F
Text Example
Text Example
White with #A0028F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0028F; }
p { color: rgb(160,2,143); }
H1.HeaderClassName
{
color: #A0028F;
}
.AnyTagClassName
{
color: #A0028F;
}
</style>
background-color css
<style>
a { background-color: #A0028F; }
a { background-color: rgb(160,2,143); }
div.DivClassName
{
background-color: #A0028F;
}
.BgClassName
{
background-color: #A0028F;
}
</style>
border-color css
<style>
span { border-color: #A0028F; }
span { border-color: rgb(160,2,143); }
td.TdClassName
{
border-color: #A0028F;
}
.TagClassName
{
border-color: #A0028F;
}
</style>