Shades of Dark Magenta #A3078F
Tints of Dark Magenta #A3078F
RGB
CMYK
RGB Variations
Color information
#A3078F (or 0xA3078F) is known color: Dark Magenta. HEX triplet: A3, 07 and 8F. RGB value is (163,7,143). Sum of RGB (Red+Green+Blue) = 163+7+143=313 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.08% from 313); Green value is 7 (3.12% from 255 or 2.24% from 313); Blue value is 143 (56.25% from 255 or 45.69% from 313); Max value from RGB is 163 - color contains mainly: red. Hex color #A3078F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3078F is #5CF870. Grayscale: #444444. Windows color (decimal): -6092913 or 9373603. OLE color: 9373603.
HSL color Cylindrical-coordinate representation of color #A3078F: hue angle of 307.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 #A3078F is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 7 | 143 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.36 |
| HSL | 307.69º | 0.92% | 0.33% | - |
| HSV(B) | 307.69º | 0.96% | 0.64% | - |
| XYZ | 20.14 | 9.92 | 26.84 | - |
| YUV | 69.15 | 169.68 | 194.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 7 | 143 | 0 | 0.96 | 0.12 | 0.36 | 307.69 | 0.92 | 0.33 |
| Hex | A3 | 7 | 8F | 0 | 60 | C | 24 | 134 | 5C | 21 |
| Octal | 243 | 7 | 217 | 0 | 140 | 14 | 44 | 464 | 134 | 41 |
| Binary | 10100011 | 111 | 10001111 | 0 | 1100000 | 1100 | 100100 | 100110100 | 1011100 | 100001 |
Color Harmonies of #A3078F
Complementary color
Monochromatic Colors of #A3078F
Black with #A3078F
Text Example
Text Example
White with #A3078F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3078F; }
p { color: rgb(163,7,143); }
H1.HeaderClassName
{
color: #A3078F;
}
.AnyTagClassName
{
color: #A3078F;
}
</style>
background-color css
<style>
a { background-color: #A3078F; }
a { background-color: rgb(163,7,143); }
div.DivClassName
{
background-color: #A3078F;
}
.BgClassName
{
background-color: #A3078F;
}
</style>
border-color css
<style>
span { border-color: #A3078F; }
span { border-color: rgb(163,7,143); }
td.TdClassName
{
border-color: #A3078F;
}
.TagClassName
{
border-color: #A3078F;
}
</style>