Shades of Dark Magenta #A0068E
Tints of Dark Magenta #A0068E
RGB
CMYK
RGB Variations
Color information
#A0068E (or 0xA0068E) is known color: Dark Magenta. HEX triplet: A0, 06 and 8E. RGB value is (160,6,142). Sum of RGB (Red+Green+Blue) = 160+6+142=308 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.95% from 308); Green value is 6 (2.73% from 255 or 1.95% from 308); Blue value is 142 (55.86% from 255 or 46.10% from 308); Max value from RGB is 160 - color contains mainly: red. Hex color #A0068E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0068E is #5FF971. Grayscale: #434343. Windows color (decimal): -6289778 or 9307808. OLE color: 9307808.
HSL color Cylindrical-coordinate representation of color #A0068E: hue angle of 307.01º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A0068E is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 6 | 142 | - |
| CMYK | 0 | 0.96 | 0.11 | 0.37 |
| HSL | 307.01º | 0.93% | 0.33% | - |
| HSV(B) | 307.01º | 0.96% | 0.63% | - |
| XYZ | 19.44 | 9.56 | 26.41 | - |
| YUV | 67.55 | 170.02 | 193.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 6 | 142 | 0 | 0.96 | 0.11 | 0.37 | 307.01 | 0.93 | 0.33 |
| Hex | A0 | 6 | 8E | 0 | 60 | B | 25 | 133 | 5D | 21 |
| Octal | 240 | 6 | 216 | 0 | 140 | 13 | 45 | 463 | 135 | 41 |
| Binary | 10100000 | 110 | 10001110 | 0 | 1100000 | 1011 | 100101 | 100110011 | 1011101 | 100001 |
Color Harmonies of #A0068E
Complementary color
Monochromatic Colors of #A0068E
Black with #A0068E
Text Example
Text Example
White with #A0068E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0068E; }
p { color: rgb(160,6,142); }
H1.HeaderClassName
{
color: #A0068E;
}
.AnyTagClassName
{
color: #A0068E;
}
</style>
background-color css
<style>
a { background-color: #A0068E; }
a { background-color: rgb(160,6,142); }
div.DivClassName
{
background-color: #A0068E;
}
.BgClassName
{
background-color: #A0068E;
}
</style>
border-color css
<style>
span { border-color: #A0068E; }
span { border-color: rgb(160,6,142); }
td.TdClassName
{
border-color: #A0068E;
}
.TagClassName
{
border-color: #A0068E;
}
</style>