Shades of Dark Magenta #A8068D
Tints of Dark Magenta #A8068D
RGB
CMYK
RGB Variations
Color information
#A8068D (or 0xA8068D) is known color: Dark Magenta. HEX triplet: A8, 06 and 8D. RGB value is (168,6,141). Sum of RGB (Red+Green+Blue) = 168+6+141=315 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.33% from 315); Green value is 6 (2.73% from 255 or 1.90% from 315); Blue value is 141 (55.47% from 255 or 44.76% from 315); Max value from RGB is 168 - color contains mainly: red. Hex color #A8068D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8068D is #57F972. Grayscale: #454545. Windows color (decimal): -5765491 or 9242280. OLE color: 9242280.
HSL color Cylindrical-coordinate representation of color #A8068D: hue angle of 310º degrees, saturation: 0.93, 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 #A8068D is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 6 | 141 | - |
| CMYK | 0 | 0.96 | 0.16 | 0.34 |
| HSL | 310º | 0.93% | 0.34% | - |
| HSV(B) | 310º | 0.96% | 0.66% | - |
| XYZ | 21.02 | 10.38 | 26.09 | - |
| YUV | 69.83 | 168.17 | 198.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 6 | 141 | 0 | 0.96 | 0.16 | 0.34 | 310 | 0.93 | 0.34 |
| Hex | A8 | 6 | 8D | 0 | 60 | 10 | 22 | 136 | 5D | 22 |
| Octal | 250 | 6 | 215 | 0 | 140 | 20 | 42 | 466 | 135 | 42 |
| Binary | 10101000 | 110 | 10001101 | 0 | 1100000 | 10000 | 100010 | 100110110 | 1011101 | 100010 |
Color Harmonies of #A8068D
Complementary color
Monochromatic Colors of #A8068D
Black with #A8068D
Text Example
Text Example
White with #A8068D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8068D; }
p { color: rgb(168,6,141); }
H1.HeaderClassName
{
color: #A8068D;
}
.AnyTagClassName
{
color: #A8068D;
}
</style>
background-color css
<style>
a { background-color: #A8068D; }
a { background-color: rgb(168,6,141); }
div.DivClassName
{
background-color: #A8068D;
}
.BgClassName
{
background-color: #A8068D;
}
</style>
border-color css
<style>
span { border-color: #A8068D; }
span { border-color: rgb(168,6,141); }
td.TdClassName
{
border-color: #A8068D;
}
.TagClassName
{
border-color: #A8068D;
}
</style>