Shades of Dark Magenta #A0068A
Tints of Dark Magenta #A0068A
RGB
CMYK
RGB Variations
Color information
#A0068A (or 0xA0068A) is known color: Dark Magenta. HEX triplet: A0, 06 and 8A. RGB value is (160,6,138). Sum of RGB (Red+Green+Blue) = 160+6+138=304 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.63% from 304); Green value is 6 (2.73% from 255 or 1.97% from 304); Blue value is 138 (54.30% from 255 or 45.39% from 304); Max value from RGB is 160 - color contains mainly: red. Hex color #A0068A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0068A is #5FF975. Grayscale: #424242. Windows color (decimal): -6289782 or 9045664. OLE color: 9045664.
HSL color Cylindrical-coordinate representation of color #A0068A: hue angle of 308.57º 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 #A0068A is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 6 | 138 | - |
| CMYK | 0 | 0.96 | 0.14 | 0.37 |
| HSL | 308.57º | 0.93% | 0.33% | - |
| HSV(B) | 308.57º | 0.96% | 0.63% | - |
| XYZ | 19.15 | 9.44 | 24.86 | - |
| YUV | 67.09 | 168.02 | 194.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 6 | 138 | 0 | 0.96 | 0.14 | 0.37 | 308.57 | 0.93 | 0.33 |
| Hex | A0 | 6 | 8A | 0 | 60 | E | 25 | 135 | 5D | 21 |
| Octal | 240 | 6 | 212 | 0 | 140 | 16 | 45 | 465 | 135 | 41 |
| Binary | 10100000 | 110 | 10001010 | 0 | 1100000 | 1110 | 100101 | 100110101 | 1011101 | 100001 |
Color Harmonies of #A0068A
Complementary color
Monochromatic Colors of #A0068A
Black with #A0068A
Text Example
Text Example
White with #A0068A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0068A; }
p { color: rgb(160,6,138); }
H1.HeaderClassName
{
color: #A0068A;
}
.AnyTagClassName
{
color: #A0068A;
}
</style>
background-color css
<style>
a { background-color: #A0068A; }
a { background-color: rgb(160,6,138); }
div.DivClassName
{
background-color: #A0068A;
}
.BgClassName
{
background-color: #A0068A;
}
</style>
border-color css
<style>
span { border-color: #A0068A; }
span { border-color: rgb(160,6,138); }
td.TdClassName
{
border-color: #A0068A;
}
.TagClassName
{
border-color: #A0068A;
}
</style>