Shades of Dark Magenta #A4078A
Tints of Dark Magenta #A4078A
RGB
CMYK
RGB Variations
Color information
#A4078A (or 0xA4078A) is known color: Dark Magenta. HEX triplet: A4, 07 and 8A. RGB value is (164,7,138). Sum of RGB (Red+Green+Blue) = 164+7+138=309 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.07% from 309); Green value is 7 (3.12% from 255 or 2.27% from 309); Blue value is 138 (54.30% from 255 or 44.66% from 309); Max value from RGB is 164 - color contains mainly: red. Hex color #A4078A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4078A is #5BF875. Grayscale: #444444. Windows color (decimal): -6027382 or 9045924. OLE color: 9045924.
HSL color Cylindrical-coordinate representation of color #A4078A: hue angle of 309.94º 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 #A4078A is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 7 | 138 | - |
| CMYK | 0 | 0.96 | 0.16 | 0.36 |
| HSL | 309.94º | 0.92% | 0.34% | - |
| HSV(B) | 309.94º | 0.96% | 0.64% | - |
| XYZ | 19.97 | 9.88 | 24.9 | - |
| YUV | 68.88 | 167.01 | 195.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 7 | 138 | 0 | 0.96 | 0.16 | 0.36 | 309.94 | 0.92 | 0.34 |
| Hex | A4 | 7 | 8A | 0 | 60 | 10 | 24 | 136 | 5C | 22 |
| Octal | 244 | 7 | 212 | 0 | 140 | 20 | 44 | 466 | 134 | 42 |
| Binary | 10100100 | 111 | 10001010 | 0 | 1100000 | 10000 | 100100 | 100110110 | 1011100 | 100010 |
Color Harmonies of #A4078A
Complementary color
Monochromatic Colors of #A4078A
Black with #A4078A
Text Example
Text Example
White with #A4078A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4078A; }
p { color: rgb(164,7,138); }
H1.HeaderClassName
{
color: #A4078A;
}
.AnyTagClassName
{
color: #A4078A;
}
</style>
background-color css
<style>
a { background-color: #A4078A; }
a { background-color: rgb(164,7,138); }
div.DivClassName
{
background-color: #A4078A;
}
.BgClassName
{
background-color: #A4078A;
}
</style>
border-color css
<style>
span { border-color: #A4078A; }
span { border-color: rgb(164,7,138); }
td.TdClassName
{
border-color: #A4078A;
}
.TagClassName
{
border-color: #A4078A;
}
</style>