Shades of Dark Magenta #A00BAB
Tints of Dark Magenta #A00BAB
RGB
CMYK
RGB Variations
Color information
#A00BAB (or 0xA00BAB) is known color: Dark Magenta. HEX triplet: A0, 0B and AB. RGB value is (160,11,171). Sum of RGB (Red+Green+Blue) = 160+11+171=342 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.78% from 342); Green value is 11 (4.69% from 255 or 3.22% from 342); Blue value is 171 (67.19% from 255 or 50% from 342); Max value from RGB is 171 - color contains mainly: blue. Hex color #A00BAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00BAB is #5FF454. Grayscale: #494949. Windows color (decimal): -6288469 or 11209632. OLE color: 11209632.
HSL color Cylindrical-coordinate representation of color #A00BAB: hue angle of 295.88º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00BAB is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 11 | 171 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.33 |
| HSL | 295.88º | 0.88% | 0.36% | - |
| HSV(B) | 295.88º | 0.94% | 0.67% | - |
| XYZ | 21.97 | 10.65 | 39.43 | - |
| YUV | 73.79 | 182.86 | 189.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 11 | 171 | 0.06 | 0.94 | 0 | 0.33 | 295.88 | 0.88 | 0.36 |
| Hex | A0 | B | AB | 6 | 5E | 0 | 21 | 128 | 58 | 24 |
| Octal | 240 | 13 | 253 | 6 | 136 | 0 | 41 | 450 | 130 | 44 |
| Binary | 10100000 | 1011 | 10101011 | 110 | 1011110 | 0 | 100001 | 100101000 | 1011000 | 100100 |
Color Harmonies of #A00BAB
Complementary color
Monochromatic Colors of #A00BAB
Black with #A00BAB
Text Example
Text Example
White with #A00BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00BAB; }
p { color: rgb(160,11,171); }
H1.HeaderClassName
{
color: #A00BAB;
}
.AnyTagClassName
{
color: #A00BAB;
}
</style>
background-color css
<style>
a { background-color: #A00BAB; }
a { background-color: rgb(160,11,171); }
div.DivClassName
{
background-color: #A00BAB;
}
.BgClassName
{
background-color: #A00BAB;
}
</style>
border-color css
<style>
span { border-color: #A00BAB; }
span { border-color: rgb(160,11,171); }
td.TdClassName
{
border-color: #A00BAB;
}
.TagClassName
{
border-color: #A00BAB;
}
</style>