Shades of Dark Magenta #A4039B
Tints of Dark Magenta #A4039B
RGB
CMYK
RGB Variations
Color information
#A4039B (or 0xA4039B) is known color: Dark Magenta. HEX triplet: A4, 03 and 9B. RGB value is (164,3,155). Sum of RGB (Red+Green+Blue) = 164+3+155=322 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.93% from 322); Green value is 3 (1.56% from 255 or 0.93% from 322); Blue value is 155 (60.94% from 255 or 48.14% from 322); Max value from RGB is 164 - color contains mainly: red. Hex color #A4039B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4039B is #5BFC64. Grayscale: #444444. Windows color (decimal): -6028389 or 10159012. OLE color: 10159012.
HSL color Cylindrical-coordinate representation of color #A4039B: hue angle of 303.35º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A4039B is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 3 | 155 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.36 |
| HSL | 303.35º | 0.96% | 0.33% | - |
| HSV(B) | 303.35º | 0.98% | 0.64% | - |
| XYZ | 21.26 | 10.32 | 31.88 | - |
| YUV | 68.47 | 176.84 | 196.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 3 | 155 | 0 | 0.98 | 0.05 | 0.36 | 303.35 | 0.96 | 0.33 |
| Hex | A4 | 3 | 9B | 0 | 62 | 5 | 24 | 12F | 60 | 21 |
| Octal | 244 | 3 | 233 | 0 | 142 | 5 | 44 | 457 | 140 | 41 |
| Binary | 10100100 | 11 | 10011011 | 0 | 1100010 | 101 | 100100 | 100101111 | 1100000 | 100001 |
Color Harmonies of #A4039B
Complementary color
Monochromatic Colors of #A4039B
Black with #A4039B
Text Example
Text Example
White with #A4039B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4039B; }
p { color: rgb(164,3,155); }
H1.HeaderClassName
{
color: #A4039B;
}
.AnyTagClassName
{
color: #A4039B;
}
</style>
background-color css
<style>
a { background-color: #A4039B; }
a { background-color: rgb(164,3,155); }
div.DivClassName
{
background-color: #A4039B;
}
.BgClassName
{
background-color: #A4039B;
}
</style>
border-color css
<style>
span { border-color: #A4039B; }
span { border-color: rgb(164,3,155); }
td.TdClassName
{
border-color: #A4039B;
}
.TagClassName
{
border-color: #A4039B;
}
</style>