Shades of Dark Magenta #A00AAB
Tints of Dark Magenta #A00AAB
RGB
CMYK
RGB Variations
Color information
#A00AAB (or 0xA00AAB) is known color: Dark Magenta. HEX triplet: A0, 0A and AB. RGB value is (160,10,171). Sum of RGB (Red+Green+Blue) = 160+10+171=341 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.92% from 341); Green value is 10 (4.30% from 255 or 2.93% from 341); Blue value is 171 (67.19% from 255 or 50.15% from 341); Max value from RGB is 171 - color contains mainly: blue. Hex color #A00AAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00AAB is #5FF554. Grayscale: #484848. Windows color (decimal): -6288725 or 11209376. OLE color: 11209376.
HSL color Cylindrical-coordinate representation of color #A00AAB: hue angle of 295.9º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00AAB is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 10 | 171 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.33 |
| HSL | 295.9º | 0.89% | 0.35% | - |
| HSV(B) | 295.9º | 0.94% | 0.67% | - |
| XYZ | 21.96 | 10.63 | 39.42 | - |
| YUV | 73.2 | 183.2 | 189.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 10 | 171 | 0.06 | 0.94 | 0 | 0.33 | 295.9 | 0.89 | 0.35 |
| Hex | A0 | A | AB | 6 | 5E | 0 | 21 | 128 | 59 | 23 |
| Octal | 240 | 12 | 253 | 6 | 136 | 0 | 41 | 450 | 131 | 43 |
| Binary | 10100000 | 1010 | 10101011 | 110 | 1011110 | 0 | 100001 | 100101000 | 1011001 | 100011 |
Color Harmonies of #A00AAB
Complementary color
Monochromatic Colors of #A00AAB
Black with #A00AAB
Text Example
Text Example
White with #A00AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00AAB; }
p { color: rgb(160,10,171); }
H1.HeaderClassName
{
color: #A00AAB;
}
.AnyTagClassName
{
color: #A00AAB;
}
</style>
background-color css
<style>
a { background-color: #A00AAB; }
a { background-color: rgb(160,10,171); }
div.DivClassName
{
background-color: #A00AAB;
}
.BgClassName
{
background-color: #A00AAB;
}
</style>
border-color css
<style>
span { border-color: #A00AAB; }
span { border-color: rgb(160,10,171); }
td.TdClassName
{
border-color: #A00AAB;
}
.TagClassName
{
border-color: #A00AAB;
}
</style>