Shades of Dark Magenta #A000AA
Tints of Dark Magenta #A000AA
RGB
CMYK
RGB Variations
Color information
#A000AA (or 0xA000AA) is known color: Dark Magenta. HEX triplet: A0, 00 and AA. RGB value is (160,0,170). Sum of RGB (Red+Green+Blue) = 160+0+170=330 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.48% from 330); Green value is 0 (0.39% from 255 or 0% from 330); Blue value is 170 (66.80% from 255 or 51.52% from 330); Max value from RGB is 170 - color contains mainly: blue. Hex color #A000AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A000AA is #5FFF55. Grayscale: #424242. Windows color (decimal): -6291286 or 11141280. OLE color: 11141280.
HSL color Cylindrical-coordinate representation of color #A000AA: hue angle of 296.47º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A000AA is Cyan = 0.06, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 0 | 170 | - |
| CMYK | 0.06 | 1 | 0 | 0.33 |
| HSL | 296.47º | 1% | 0.33% | - |
| HSV(B) | 296.47º | 1% | 0.67% | - |
| XYZ | 21.75 | 10.38 | 38.89 | - |
| YUV | 67.22 | 186.01 | 194.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 0 | 170 | 0.06 | 1 | 0 | 0.33 | 296.47 | 1 | 0.33 |
| Hex | A0 | 0 | AA | 6 | 64 | 0 | 21 | 128 | 64 | 21 |
| Octal | 240 | 0 | 252 | 6 | 144 | 0 | 41 | 450 | 144 | 41 |
| Binary | 10100000 | 0 | 10101010 | 110 | 1100100 | 0 | 100001 | 100101000 | 1100100 | 100001 |
Color Harmonies of #A000AA
Complementary color
Monochromatic Colors of #A000AA
Black with #A000AA
Text Example
Text Example
White with #A000AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A000AA; }
p { color: rgb(160,0,170); }
H1.HeaderClassName
{
color: #A000AA;
}
.AnyTagClassName
{
color: #A000AA;
}
</style>
background-color css
<style>
a { background-color: #A000AA; }
a { background-color: rgb(160,0,170); }
div.DivClassName
{
background-color: #A000AA;
}
.BgClassName
{
background-color: #A000AA;
}
</style>
border-color css
<style>
span { border-color: #A000AA; }
span { border-color: rgb(160,0,170); }
td.TdClassName
{
border-color: #A000AA;
}
.TagClassName
{
border-color: #A000AA;
}
</style>