Shades of Dark Magenta #A8039B
Tints of Dark Magenta #A8039B
RGB
CMYK
RGB Variations
Color information
#A8039B (or 0xA8039B) is known color: Dark Magenta. HEX triplet: A8, 03 and 9B. RGB value is (168,3,155). Sum of RGB (Red+Green+Blue) = 168+3+155=326 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.53% from 326); Green value is 3 (1.56% from 255 or 0.92% from 326); Blue value is 155 (60.94% from 255 or 47.55% from 326); Max value from RGB is 168 - color contains mainly: red. Hex color #A8039B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8039B is #57FC64. Grayscale: #454545. Windows color (decimal): -5766245 or 10159016. OLE color: 10159016.
HSL color Cylindrical-coordinate representation of color #A8039B: hue angle of 304.73º 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 #A8039B is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 3 | 155 | - |
| CMYK | 0 | 0.98 | 0.08 | 0.34 |
| HSL | 304.73º | 0.96% | 0.34% | - |
| HSV(B) | 304.73º | 0.98% | 0.66% | - |
| XYZ | 22.1 | 10.76 | 31.92 | - |
| YUV | 69.66 | 176.16 | 198.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 3 | 155 | 0 | 0.98 | 0.08 | 0.34 | 304.73 | 0.96 | 0.34 |
| Hex | A8 | 3 | 9B | 0 | 62 | 8 | 22 | 131 | 60 | 22 |
| Octal | 250 | 3 | 233 | 0 | 142 | 10 | 42 | 461 | 140 | 42 |
| Binary | 10101000 | 11 | 10011011 | 0 | 1100010 | 1000 | 100010 | 100110001 | 1100000 | 100010 |
Color Harmonies of #A8039B
Complementary color
Monochromatic Colors of #A8039B
Black with #A8039B
Text Example
Text Example
White with #A8039B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8039B; }
p { color: rgb(168,3,155); }
H1.HeaderClassName
{
color: #A8039B;
}
.AnyTagClassName
{
color: #A8039B;
}
</style>
background-color css
<style>
a { background-color: #A8039B; }
a { background-color: rgb(168,3,155); }
div.DivClassName
{
background-color: #A8039B;
}
.BgClassName
{
background-color: #A8039B;
}
</style>
border-color css
<style>
span { border-color: #A8039B; }
span { border-color: rgb(168,3,155); }
td.TdClassName
{
border-color: #A8039B;
}
.TagClassName
{
border-color: #A8039B;
}
</style>