Shades of Dark Magenta #A000A5
Tints of Dark Magenta #A000A5
RGB
CMYK
RGB Variations
Color information
#A000A5 (or 0xA000A5) is known color: Dark Magenta. HEX triplet: A0, 00 and A5. RGB value is (160,0,165). Sum of RGB (Red+Green+Blue) = 160+0+165=325 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.23% from 325); Green value is 0 (0.39% from 255 or 0% from 325); Blue value is 165 (64.84% from 255 or 50.77% from 325); Max value from RGB is 165 - color contains mainly: blue. Hex color #A000A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A000A5 is #5FFF5A. Grayscale: #424242. Windows color (decimal): -6291291 or 10813600. OLE color: 10813600.
HSL color Cylindrical-coordinate representation of color #A000A5: hue angle of 298.18º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A000A5 is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 160 | 0 | 165 | - |
| CMYK | 0.03 | 1 | 0 | 0.35 |
| HSL | 298.18º | 1% | 0.32% | - |
| HSV(B) | 298.18º | 1% | 0.65% | - |
| XYZ | 21.29 | 10.19 | 36.44 | - |
| YUV | 66.65 | 183.51 | 194.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 0 | 165 | 0.03 | 1 | 0 | 0.35 | 298.18 | 1 | 0.32 |
| Hex | A0 | 0 | A5 | 3 | 64 | 0 | 23 | 12A | 64 | 20 |
| Octal | 240 | 0 | 245 | 3 | 144 | 0 | 43 | 452 | 144 | 40 |
| Binary | 10100000 | 0 | 10100101 | 11 | 1100100 | 0 | 100011 | 100101010 | 1100100 | 100000 |
Color Harmonies of #A000A5
Complementary color
Monochromatic Colors of #A000A5
Black with #A000A5
Text Example
Text Example
White with #A000A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A000A5; }
p { color: rgb(160,0,165); }
H1.HeaderClassName
{
color: #A000A5;
}
.AnyTagClassName
{
color: #A000A5;
}
</style>
background-color css
<style>
a { background-color: #A000A5; }
a { background-color: rgb(160,0,165); }
div.DivClassName
{
background-color: #A000A5;
}
.BgClassName
{
background-color: #A000A5;
}
</style>
border-color css
<style>
span { border-color: #A000A5; }
span { border-color: rgb(160,0,165); }
td.TdClassName
{
border-color: #A000A5;
}
.TagClassName
{
border-color: #A000A5;
}
</style>