Shades of Dark Magenta #A0008A
Tints of Dark Magenta #A0008A
RGB
CMYK
RGB Variations
Color information
#A0008A (or 0xA0008A) is known color: Dark Magenta. HEX triplet: A0, 00 and 8A. RGB value is (160,0,138). Sum of RGB (Red+Green+Blue) = 160+0+138=298 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.69% from 298); Green value is 0 (0.39% from 255 or 0% from 298); Blue value is 138 (54.30% from 255 or 46.31% from 298); Max value from RGB is 160 - color contains mainly: red. Hex color #A0008A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0008A is #5FFF75. Grayscale: #3F3F3F. Windows color (decimal): -6291318 or 9044128. OLE color: 9044128.
HSL color Cylindrical-coordinate representation of color #A0008A: hue angle of 308.25º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A0008A is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 0 | 138 | - |
| CMYK | 0 | 1 | 0.14 | 0.37 |
| HSL | 308.25º | 1% | 0.31% | - |
| HSV(B) | 308.25º | 1% | 0.63% | - |
| XYZ | 19.08 | 9.31 | 24.84 | - |
| YUV | 63.57 | 170.01 | 196.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 0 | 138 | 0 | 1 | 0.14 | 0.37 | 308.25 | 1 | 0.31 |
| Hex | A0 | 0 | 8A | 0 | 64 | E | 25 | 134 | 64 | 1F |
| Octal | 240 | 0 | 212 | 0 | 144 | 16 | 45 | 464 | 144 | 37 |
| Binary | 10100000 | 0 | 10001010 | 0 | 1100100 | 1110 | 100101 | 100110100 | 1100100 | 11111 |
Color Harmonies of #A0008A
Complementary color
Monochromatic Colors of #A0008A
Black with #A0008A
Text Example
Text Example
White with #A0008A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0008A; }
p { color: rgb(160,0,138); }
H1.HeaderClassName
{
color: #A0008A;
}
.AnyTagClassName
{
color: #A0008A;
}
</style>
background-color css
<style>
a { background-color: #A0008A; }
a { background-color: rgb(160,0,138); }
div.DivClassName
{
background-color: #A0008A;
}
.BgClassName
{
background-color: #A0008A;
}
</style>
border-color css
<style>
span { border-color: #A0008A; }
span { border-color: rgb(160,0,138); }
td.TdClassName
{
border-color: #A0008A;
}
.TagClassName
{
border-color: #A0008A;
}
</style>