Shades of Dark Magenta #A3079C
Tints of Dark Magenta #A3079C
RGB
CMYK
RGB Variations
Color information
#A3079C (or 0xA3079C) is known color: Dark Magenta. HEX triplet: A3, 07 and 9C. RGB value is (163,7,156). Sum of RGB (Red+Green+Blue) = 163+7+156=326 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50% from 326); Green value is 7 (3.12% from 255 or 2.15% from 326); Blue value is 156 (61.33% from 255 or 47.85% from 326); Max value from RGB is 163 - color contains mainly: red. Hex color #A3079C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3079C is #5CF863. Grayscale: #464646. Windows color (decimal): -6092900 or 10225571. OLE color: 10225571.
HSL color Cylindrical-coordinate representation of color #A3079C: hue angle of 302.69º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A3079C is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 7 | 156 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.36 |
| HSL | 302.69º | 0.92% | 0.33% | - |
| HSV(B) | 302.69º | 0.96% | 0.64% | - |
| XYZ | 21.18 | 10.34 | 32.33 | - |
| YUV | 70.63 | 176.18 | 193.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 7 | 156 | 0 | 0.96 | 0.04 | 0.36 | 302.69 | 0.92 | 0.33 |
| Hex | A3 | 7 | 9C | 0 | 60 | 4 | 24 | 12F | 5C | 21 |
| Octal | 243 | 7 | 234 | 0 | 140 | 4 | 44 | 457 | 134 | 41 |
| Binary | 10100011 | 111 | 10011100 | 0 | 1100000 | 100 | 100100 | 100101111 | 1011100 | 100001 |
Color Harmonies of #A3079C
Complementary color
Monochromatic Colors of #A3079C
Black with #A3079C
Text Example
Text Example
White with #A3079C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3079C; }
p { color: rgb(163,7,156); }
H1.HeaderClassName
{
color: #A3079C;
}
.AnyTagClassName
{
color: #A3079C;
}
</style>
background-color css
<style>
a { background-color: #A3079C; }
a { background-color: rgb(163,7,156); }
div.DivClassName
{
background-color: #A3079C;
}
.BgClassName
{
background-color: #A3079C;
}
</style>
border-color css
<style>
span { border-color: #A3079C; }
span { border-color: rgb(163,7,156); }
td.TdClassName
{
border-color: #A3079C;
}
.TagClassName
{
border-color: #A3079C;
}
</style>