Shades of Dark Magenta #A0068B
Tints of Dark Magenta #A0068B
RGB
CMYK
RGB Variations
Color information
#A0068B (or 0xA0068B) is known color: Dark Magenta. HEX triplet: A0, 06 and 8B. RGB value is (160,6,139). Sum of RGB (Red+Green+Blue) = 160+6+139=305 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.46% from 305); Green value is 6 (2.73% from 255 or 1.97% from 305); Blue value is 139 (54.69% from 255 or 45.57% from 305); Max value from RGB is 160 - color contains mainly: red. Hex color #A0068B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0068B is #5FF974. Grayscale: #424242. Windows color (decimal): -6289781 or 9111200. OLE color: 9111200.
HSL color Cylindrical-coordinate representation of color #A0068B: hue angle of 308.18º 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 #A0068B is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 6 | 139 | - |
| CMYK | 0 | 0.96 | 0.13 | 0.37 |
| HSL | 308.18º | 0.93% | 0.33% | - |
| HSV(B) | 308.18º | 0.96% | 0.63% | - |
| XYZ | 19.22 | 9.47 | 25.24 | - |
| YUV | 67.21 | 168.52 | 194.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 6 | 139 | 0 | 0.96 | 0.13 | 0.37 | 308.18 | 0.93 | 0.33 |
| Hex | A0 | 6 | 8B | 0 | 60 | D | 25 | 134 | 5D | 21 |
| Octal | 240 | 6 | 213 | 0 | 140 | 15 | 45 | 464 | 135 | 41 |
| Binary | 10100000 | 110 | 10001011 | 0 | 1100000 | 1101 | 100101 | 100110100 | 1011101 | 100001 |
Color Harmonies of #A0068B
Complementary color
Monochromatic Colors of #A0068B
Black with #A0068B
Text Example
Text Example
White with #A0068B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0068B; }
p { color: rgb(160,6,139); }
H1.HeaderClassName
{
color: #A0068B;
}
.AnyTagClassName
{
color: #A0068B;
}
</style>
background-color css
<style>
a { background-color: #A0068B; }
a { background-color: rgb(160,6,139); }
div.DivClassName
{
background-color: #A0068B;
}
.BgClassName
{
background-color: #A0068B;
}
</style>
border-color css
<style>
span { border-color: #A0068B; }
span { border-color: rgb(160,6,139); }
td.TdClassName
{
border-color: #A0068B;
}
.TagClassName
{
border-color: #A0068B;
}
</style>