Shades of Dark Magenta #A3078B
Tints of Dark Magenta #A3078B
RGB
CMYK
RGB Variations
Color information
#A3078B (or 0xA3078B) is known color: Dark Magenta. HEX triplet: A3, 07 and 8B. RGB value is (163,7,139). Sum of RGB (Red+Green+Blue) = 163+7+139=309 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.75% from 309); Green value is 7 (3.12% from 255 or 2.27% from 309); Blue value is 139 (54.69% from 255 or 44.98% from 309); Max value from RGB is 163 - color contains mainly: red. Hex color #A3078B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3078B is #5CF874. Grayscale: #444444. Windows color (decimal): -6092917 or 9111459. OLE color: 9111459.
HSL color Cylindrical-coordinate representation of color #A3078B: hue angle of 309.23º 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 #A3078B is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 7 | 139 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.36 |
| HSL | 309.23º | 0.92% | 0.33% | - |
| HSV(B) | 309.23º | 0.96% | 0.64% | - |
| XYZ | 19.84 | 9.8 | 25.27 | - |
| YUV | 68.69 | 167.68 | 195.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 7 | 139 | 0 | 0.96 | 0.15 | 0.36 | 309.23 | 0.92 | 0.33 |
| Hex | A3 | 7 | 8B | 0 | 60 | F | 24 | 135 | 5C | 21 |
| Octal | 243 | 7 | 213 | 0 | 140 | 17 | 44 | 465 | 134 | 41 |
| Binary | 10100011 | 111 | 10001011 | 0 | 1100000 | 1111 | 100100 | 100110101 | 1011100 | 100001 |
Color Harmonies of #A3078B
Complementary color
Monochromatic Colors of #A3078B
Black with #A3078B
Text Example
Text Example
White with #A3078B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3078B; }
p { color: rgb(163,7,139); }
H1.HeaderClassName
{
color: #A3078B;
}
.AnyTagClassName
{
color: #A3078B;
}
</style>
background-color css
<style>
a { background-color: #A3078B; }
a { background-color: rgb(163,7,139); }
div.DivClassName
{
background-color: #A3078B;
}
.BgClassName
{
background-color: #A3078B;
}
</style>
border-color css
<style>
span { border-color: #A3078B; }
span { border-color: rgb(163,7,139); }
td.TdClassName
{
border-color: #A3078B;
}
.TagClassName
{
border-color: #A3078B;
}
</style>