Shades of Dark Magenta #A8078F
Tints of Dark Magenta #A8078F
RGB
CMYK
RGB Variations
Color information
#A8078F (or 0xA8078F) is known color: Dark Magenta. HEX triplet: A8, 07 and 8F. RGB value is (168,7,143). Sum of RGB (Red+Green+Blue) = 168+7+143=318 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.83% from 318); Green value is 7 (3.12% from 255 or 2.20% from 318); Blue value is 143 (56.25% from 255 or 44.97% from 318); Max value from RGB is 168 - color contains mainly: red. Hex color #A8078F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8078F is #57F870. Grayscale: #464646. Windows color (decimal): -5765233 or 9373608. OLE color: 9373608.
HSL color Cylindrical-coordinate representation of color #A8078F: hue angle of 309.32º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A8078F is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 7 | 143 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.34 |
| HSL | 309.32º | 0.92% | 0.34% | - |
| HSV(B) | 309.32º | 0.96% | 0.66% | - |
| XYZ | 21.18 | 10.46 | 26.89 | - |
| YUV | 70.64 | 168.84 | 197.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 7 | 143 | 0 | 0.96 | 0.15 | 0.34 | 309.32 | 0.92 | 0.34 |
| Hex | A8 | 7 | 8F | 0 | 60 | F | 22 | 135 | 5C | 22 |
| Octal | 250 | 7 | 217 | 0 | 140 | 17 | 42 | 465 | 134 | 42 |
| Binary | 10101000 | 111 | 10001111 | 0 | 1100000 | 1111 | 100010 | 100110101 | 1011100 | 100010 |
Color Harmonies of #A8078F
Complementary color
Monochromatic Colors of #A8078F
Black with #A8078F
Text Example
Text Example
White with #A8078F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8078F; }
p { color: rgb(168,7,143); }
H1.HeaderClassName
{
color: #A8078F;
}
.AnyTagClassName
{
color: #A8078F;
}
</style>
background-color css
<style>
a { background-color: #A8078F; }
a { background-color: rgb(168,7,143); }
div.DivClassName
{
background-color: #A8078F;
}
.BgClassName
{
background-color: #A8078F;
}
</style>
border-color css
<style>
span { border-color: #A8078F; }
span { border-color: rgb(168,7,143); }
td.TdClassName
{
border-color: #A8078F;
}
.TagClassName
{
border-color: #A8078F;
}
</style>