Shades of Dark Magenta #A8039A
Tints of Dark Magenta #A8039A
RGB
CMYK
RGB Variations
Color information
#A8039A (or 0xA8039A) is known color: Dark Magenta. HEX triplet: A8, 03 and 9A. RGB value is (168,3,154). Sum of RGB (Red+Green+Blue) = 168+3+154=325 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.69% from 325); Green value is 3 (1.56% from 255 or 0.92% from 325); Blue value is 154 (60.55% from 255 or 47.38% from 325); Max value from RGB is 168 - color contains mainly: red. Hex color #A8039A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8039A is #57FC65. Grayscale: #454545. Windows color (decimal): -5766246 or 10093480. OLE color: 10093480.
HSL color Cylindrical-coordinate representation of color #A8039A: hue angle of 305.09º degrees, saturation: 0.96, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A8039A is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 3 | 154 | - |
| CMYK | 0 | 0.98 | 0.08 | 0.34 |
| HSL | 305.09º | 0.96% | 0.34% | - |
| HSV(B) | 305.09º | 0.98% | 0.66% | - |
| XYZ | 22.01 | 10.72 | 31.48 | - |
| YUV | 69.55 | 175.66 | 198.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 3 | 154 | 0 | 0.98 | 0.08 | 0.34 | 305.09 | 0.96 | 0.34 |
| Hex | A8 | 3 | 9A | 0 | 62 | 8 | 22 | 131 | 60 | 22 |
| Octal | 250 | 3 | 232 | 0 | 142 | 10 | 42 | 461 | 140 | 42 |
| Binary | 10101000 | 11 | 10011010 | 0 | 1100010 | 1000 | 100010 | 100110001 | 1100000 | 100010 |
Color Harmonies of #A8039A
Complementary color
Monochromatic Colors of #A8039A
Black with #A8039A
Text Example
Text Example
White with #A8039A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8039A; }
p { color: rgb(168,3,154); }
H1.HeaderClassName
{
color: #A8039A;
}
.AnyTagClassName
{
color: #A8039A;
}
</style>
background-color css
<style>
a { background-color: #A8039A; }
a { background-color: rgb(168,3,154); }
div.DivClassName
{
background-color: #A8039A;
}
.BgClassName
{
background-color: #A8039A;
}
</style>
border-color css
<style>
span { border-color: #A8039A; }
span { border-color: rgb(168,3,154); }
td.TdClassName
{
border-color: #A8039A;
}
.TagClassName
{
border-color: #A8039A;
}
</style>