Shades of Dark Magenta #A4079B
Tints of Dark Magenta #A4079B
RGB
CMYK
RGB Variations
Color information
#A4079B (or 0xA4079B) is known color: Dark Magenta. HEX triplet: A4, 07 and 9B. RGB value is (164,7,155). Sum of RGB (Red+Green+Blue) = 164+7+155=326 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.31% from 326); Green value is 7 (3.12% from 255 or 2.15% from 326); Blue value is 155 (60.94% from 255 or 47.55% from 326); Max value from RGB is 164 - color contains mainly: red. Hex color #A4079B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4079B is #5BF864. Grayscale: #464646. Windows color (decimal): -6027365 or 10160036. OLE color: 10160036.
HSL color Cylindrical-coordinate representation of color #A4079B: hue angle of 303.44º 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 #A4079B is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 7 | 155 | - |
| CMYK | 0 | 0.96 | 0.05 | 0.36 |
| HSL | 303.44º | 0.92% | 0.34% | - |
| HSV(B) | 303.44º | 0.96% | 0.64% | - |
| XYZ | 21.3 | 10.41 | 31.9 | - |
| YUV | 70.82 | 175.51 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 7 | 155 | 0 | 0.96 | 0.05 | 0.36 | 303.44 | 0.92 | 0.34 |
| Hex | A4 | 7 | 9B | 0 | 60 | 5 | 24 | 12F | 5C | 22 |
| Octal | 244 | 7 | 233 | 0 | 140 | 5 | 44 | 457 | 134 | 42 |
| Binary | 10100100 | 111 | 10011011 | 0 | 1100000 | 101 | 100100 | 100101111 | 1011100 | 100010 |
Color Harmonies of #A4079B
Complementary color
Monochromatic Colors of #A4079B
Black with #A4079B
Text Example
Text Example
White with #A4079B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4079B; }
p { color: rgb(164,7,155); }
H1.HeaderClassName
{
color: #A4079B;
}
.AnyTagClassName
{
color: #A4079B;
}
</style>
background-color css
<style>
a { background-color: #A4079B; }
a { background-color: rgb(164,7,155); }
div.DivClassName
{
background-color: #A4079B;
}
.BgClassName
{
background-color: #A4079B;
}
</style>
border-color css
<style>
span { border-color: #A4079B; }
span { border-color: rgb(164,7,155); }
td.TdClassName
{
border-color: #A4079B;
}
.TagClassName
{
border-color: #A4079B;
}
</style>