Shades of Dark Magenta #A8008E
Tints of Dark Magenta #A8008E
RGB
CMYK
RGB Variations
Color information
#A8008E (or 0xA8008E) is known color: Dark Magenta. HEX triplet: A8, 00 and 8E. RGB value is (168,0,142). Sum of RGB (Red+Green+Blue) = 168+0+142=310 (41% of max value = 765). Red value is 168 (66.02% from 255 or 54.19% from 310); Green value is 0 (0.39% from 255 or 0% from 310); Blue value is 142 (55.86% from 255 or 45.81% from 310); Max value from RGB is 168 - color contains mainly: red. Hex color #A8008E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8008E is #57FF71. Grayscale: #424242. Windows color (decimal): -5767026 or 9306280. OLE color: 9306280.
HSL color Cylindrical-coordinate representation of color #A8008E: hue angle of 309.29º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A8008E is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 0 | 142 | - |
| CMYK | 0 | 1 | 0.15 | 0.34 |
| HSL | 309.29º | 1% | 0.33% | - |
| HSV(B) | 309.29º | 1% | 0.66% | - |
| XYZ | 21.03 | 10.28 | 26.47 | - |
| YUV | 66.42 | 170.66 | 200.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 0 | 142 | 0 | 1 | 0.15 | 0.34 | 309.29 | 1 | 0.33 |
| Hex | A8 | 0 | 8E | 0 | 64 | F | 22 | 135 | 64 | 21 |
| Octal | 250 | 0 | 216 | 0 | 144 | 17 | 42 | 465 | 144 | 41 |
| Binary | 10101000 | 0 | 10001110 | 0 | 1100100 | 1111 | 100010 | 100110101 | 1100100 | 100001 |
Color Harmonies of #A8008E
Complementary color
Monochromatic Colors of #A8008E
Black with #A8008E
Text Example
Text Example
White with #A8008E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8008E; }
p { color: rgb(168,0,142); }
H1.HeaderClassName
{
color: #A8008E;
}
.AnyTagClassName
{
color: #A8008E;
}
</style>
background-color css
<style>
a { background-color: #A8008E; }
a { background-color: rgb(168,0,142); }
div.DivClassName
{
background-color: #A8008E;
}
.BgClassName
{
background-color: #A8008E;
}
</style>
border-color css
<style>
span { border-color: #A8008E; }
span { border-color: rgb(168,0,142); }
td.TdClassName
{
border-color: #A8008E;
}
.TagClassName
{
border-color: #A8008E;
}
</style>