Shades of Dark Magenta #A3079B
Tints of Dark Magenta #A3079B
RGB
CMYK
RGB Variations
Color information
#A3079B (or 0xA3079B) is known color: Dark Magenta. HEX triplet: A3, 07 and 9B. RGB value is (163,7,155). Sum of RGB (Red+Green+Blue) = 163+7+155=325 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50.15% from 325); Green value is 7 (3.12% from 255 or 2.15% from 325); Blue value is 155 (60.94% from 255 or 47.69% from 325); Max value from RGB is 163 - color contains mainly: red. Hex color #A3079B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3079B is #5CF864. Grayscale: #464646. Windows color (decimal): -6092901 or 10160035. OLE color: 10160035.
HSL color Cylindrical-coordinate representation of color #A3079B: hue angle of 303.08º 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 #A3079B is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 7 | 155 | - |
| CMYK | 0 | 0.96 | 0.05 | 0.36 |
| HSL | 303.08º | 0.92% | 0.33% | - |
| HSV(B) | 303.08º | 0.96% | 0.64% | - |
| XYZ | 21.1 | 10.31 | 31.89 | - |
| YUV | 70.52 | 175.68 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 7 | 155 | 0 | 0.96 | 0.05 | 0.36 | 303.08 | 0.92 | 0.33 |
| Hex | A3 | 7 | 9B | 0 | 60 | 5 | 24 | 12F | 5C | 21 |
| Octal | 243 | 7 | 233 | 0 | 140 | 5 | 44 | 457 | 134 | 41 |
| Binary | 10100011 | 111 | 10011011 | 0 | 1100000 | 101 | 100100 | 100101111 | 1011100 | 100001 |
Color Harmonies of #A3079B
Complementary color
Monochromatic Colors of #A3079B
Black with #A3079B
Text Example
Text Example
White with #A3079B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3079B; }
p { color: rgb(163,7,155); }
H1.HeaderClassName
{
color: #A3079B;
}
.AnyTagClassName
{
color: #A3079B;
}
</style>
background-color css
<style>
a { background-color: #A3079B; }
a { background-color: rgb(163,7,155); }
div.DivClassName
{
background-color: #A3079B;
}
.BgClassName
{
background-color: #A3079B;
}
</style>
border-color css
<style>
span { border-color: #A3079B; }
span { border-color: rgb(163,7,155); }
td.TdClassName
{
border-color: #A3079B;
}
.TagClassName
{
border-color: #A3079B;
}
</style>