Shades of Dark Magenta #A4078B
Tints of Dark Magenta #A4078B
RGB
CMYK
RGB Variations
Color information
#A4078B (or 0xA4078B) is known color: Dark Magenta. HEX triplet: A4, 07 and 8B. RGB value is (164,7,139). Sum of RGB (Red+Green+Blue) = 164+7+139=310 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.90% from 310); Green value is 7 (3.12% from 255 or 2.26% from 310); Blue value is 139 (54.69% from 255 or 44.84% from 310); Max value from RGB is 164 - color contains mainly: red. Hex color #A4078B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4078B is #5BF874. Grayscale: #444444. Windows color (decimal): -6027381 or 9111460. OLE color: 9111460.
HSL color Cylindrical-coordinate representation of color #A4078B: hue angle of 309.55º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A4078B is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 7 | 139 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.36 |
| HSL | 309.55º | 0.92% | 0.34% | - |
| HSV(B) | 309.55º | 0.96% | 0.64% | - |
| XYZ | 20.05 | 9.91 | 25.28 | - |
| YUV | 68.99 | 167.51 | 195.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 7 | 139 | 0 | 0.96 | 0.15 | 0.36 | 309.55 | 0.92 | 0.34 |
| Hex | A4 | 7 | 8B | 0 | 60 | F | 24 | 136 | 5C | 22 |
| Octal | 244 | 7 | 213 | 0 | 140 | 17 | 44 | 466 | 134 | 42 |
| Binary | 10100100 | 111 | 10001011 | 0 | 1100000 | 1111 | 100100 | 100110110 | 1011100 | 100010 |
Color Harmonies of #A4078B
Complementary color
Monochromatic Colors of #A4078B
Black with #A4078B
Text Example
Text Example
White with #A4078B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4078B; }
p { color: rgb(164,7,139); }
H1.HeaderClassName
{
color: #A4078B;
}
.AnyTagClassName
{
color: #A4078B;
}
</style>
background-color css
<style>
a { background-color: #A4078B; }
a { background-color: rgb(164,7,139); }
div.DivClassName
{
background-color: #A4078B;
}
.BgClassName
{
background-color: #A4078B;
}
</style>
border-color css
<style>
span { border-color: #A4078B; }
span { border-color: rgb(164,7,139); }
td.TdClassName
{
border-color: #A4078B;
}
.TagClassName
{
border-color: #A4078B;
}
</style>