Shades of Dark Magenta #A00BAA
Tints of Dark Magenta #A00BAA
RGB
CMYK
RGB Variations
Color information
#A00BAA (or 0xA00BAA) is known color: Dark Magenta. HEX triplet: A0, 0B and AA. RGB value is (160,11,170). Sum of RGB (Red+Green+Blue) = 160+11+170=341 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.92% from 341); Green value is 11 (4.69% from 255 or 3.23% from 341); Blue value is 170 (66.80% from 255 or 49.85% from 341); Max value from RGB is 170 - color contains mainly: blue. Hex color #A00BAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00BAA is #5FF455. Grayscale: #494949. Windows color (decimal): -6288470 or 11144096. OLE color: 11144096.
HSL color Cylindrical-coordinate representation of color #A00BAA: hue angle of 296.23º degrees, saturation: 0.88, 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 #A00BAA is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 11 | 170 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.33 |
| HSL | 296.23º | 0.88% | 0.35% | - |
| HSV(B) | 296.23º | 0.94% | 0.67% | - |
| XYZ | 21.87 | 10.62 | 38.93 | - |
| YUV | 73.68 | 182.36 | 189.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 11 | 170 | 0.06 | 0.94 | 0 | 0.33 | 296.23 | 0.88 | 0.35 |
| Hex | A0 | B | AA | 6 | 5E | 0 | 21 | 128 | 58 | 23 |
| Octal | 240 | 13 | 252 | 6 | 136 | 0 | 41 | 450 | 130 | 43 |
| Binary | 10100000 | 1011 | 10101010 | 110 | 1011110 | 0 | 100001 | 100101000 | 1011000 | 100011 |
Color Harmonies of #A00BAA
Complementary color
Monochromatic Colors of #A00BAA
Black with #A00BAA
Text Example
Text Example
White with #A00BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00BAA; }
p { color: rgb(160,11,170); }
H1.HeaderClassName
{
color: #A00BAA;
}
.AnyTagClassName
{
color: #A00BAA;
}
</style>
background-color css
<style>
a { background-color: #A00BAA; }
a { background-color: rgb(160,11,170); }
div.DivClassName
{
background-color: #A00BAA;
}
.BgClassName
{
background-color: #A00BAA;
}
</style>
border-color css
<style>
span { border-color: #A00BAA; }
span { border-color: rgb(160,11,170); }
td.TdClassName
{
border-color: #A00BAA;
}
.TagClassName
{
border-color: #A00BAA;
}
</style>