Shades of Dark Magenta #A8019E
Tints of Dark Magenta #A8019E
RGB
CMYK
RGB Variations
Color information
#A8019E (or 0xA8019E) is known color: Dark Magenta. HEX triplet: A8, 01 and 9E. RGB value is (168,1,158). Sum of RGB (Red+Green+Blue) = 168+1+158=327 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.38% from 327); Green value is 1 (0.78% from 255 or 0.31% from 327); Blue value is 158 (62.11% from 255 or 48.32% from 327); Max value from RGB is 168 - color contains mainly: red. Hex color #A8019E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8019E is #57FE61. Grayscale: #444444. Windows color (decimal): -5766754 or 10355112. OLE color: 10355112.
HSL color Cylindrical-coordinate representation of color #A8019E: hue angle of 303.59º degrees, saturation: 0.99, 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 #A8019E is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 1 | 158 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.34 |
| HSL | 303.59º | 0.99% | 0.33% | - |
| HSV(B) | 303.59º | 0.99% | 0.66% | - |
| XYZ | 22.33 | 10.82 | 33.26 | - |
| YUV | 68.83 | 178.33 | 198.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 1 | 158 | 0 | 0.99 | 0.06 | 0.34 | 303.59 | 0.99 | 0.33 |
| Hex | A8 | 1 | 9E | 0 | 63 | 6 | 22 | 130 | 63 | 21 |
| Octal | 250 | 1 | 236 | 0 | 143 | 6 | 42 | 460 | 143 | 41 |
| Binary | 10101000 | 1 | 10011110 | 0 | 1100011 | 110 | 100010 | 100110000 | 1100011 | 100001 |
Color Harmonies of #A8019E
Complementary color
Monochromatic Colors of #A8019E
Black with #A8019E
Text Example
Text Example
White with #A8019E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8019E; }
p { color: rgb(168,1,158); }
H1.HeaderClassName
{
color: #A8019E;
}
.AnyTagClassName
{
color: #A8019E;
}
</style>
background-color css
<style>
a { background-color: #A8019E; }
a { background-color: rgb(168,1,158); }
div.DivClassName
{
background-color: #A8019E;
}
.BgClassName
{
background-color: #A8019E;
}
</style>
border-color css
<style>
span { border-color: #A8019E; }
span { border-color: rgb(168,1,158); }
td.TdClassName
{
border-color: #A8019E;
}
.TagClassName
{
border-color: #A8019E;
}
</style>