Shades of Dark Magenta #A8028E
Tints of Dark Magenta #A8028E
RGB
CMYK
RGB Variations
Color information
#A8028E (or 0xA8028E) is known color: Dark Magenta. HEX triplet: A8, 02 and 8E. RGB value is (168,2,142). Sum of RGB (Red+Green+Blue) = 168+2+142=312 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.85% from 312); Green value is 2 (1.17% from 255 or 0.64% from 312); Blue value is 142 (55.86% from 255 or 45.51% from 312); Max value from RGB is 168 - color contains mainly: red. Hex color #A8028E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8028E is #57FD71. Grayscale: #434343. Windows color (decimal): -5766514 or 9306792. OLE color: 9306792.
HSL color Cylindrical-coordinate representation of color #A8028E: hue angle of 309.4º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A8028E is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 2 | 142 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.34 |
| HSL | 309.4º | 0.98% | 0.33% | - |
| HSV(B) | 309.4º | 0.99% | 0.66% | - |
| XYZ | 21.05 | 10.32 | 26.47 | - |
| YUV | 67.59 | 170 | 199.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 2 | 142 | 0 | 0.99 | 0.15 | 0.34 | 309.4 | 0.98 | 0.33 |
| Hex | A8 | 2 | 8E | 0 | 63 | F | 22 | 135 | 62 | 21 |
| Octal | 250 | 2 | 216 | 0 | 143 | 17 | 42 | 465 | 142 | 41 |
| Binary | 10101000 | 10 | 10001110 | 0 | 1100011 | 1111 | 100010 | 100110101 | 1100010 | 100001 |
Color Harmonies of #A8028E
Complementary color
Monochromatic Colors of #A8028E
Black with #A8028E
Text Example
Text Example
White with #A8028E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8028E; }
p { color: rgb(168,2,142); }
H1.HeaderClassName
{
color: #A8028E;
}
.AnyTagClassName
{
color: #A8028E;
}
</style>
background-color css
<style>
a { background-color: #A8028E; }
a { background-color: rgb(168,2,142); }
div.DivClassName
{
background-color: #A8028E;
}
.BgClassName
{
background-color: #A8028E;
}
</style>
border-color css
<style>
span { border-color: #A8028E; }
span { border-color: rgb(168,2,142); }
td.TdClassName
{
border-color: #A8028E;
}
.TagClassName
{
border-color: #A8028E;
}
</style>