Shades of Dark Magenta #A00BA6
Tints of Dark Magenta #A00BA6
RGB
CMYK
RGB Variations
Color information
#A00BA6 (or 0xA00BA6) is known color: Dark Magenta. HEX triplet: A0, 0B and A6. RGB value is (160,11,166). Sum of RGB (Red+Green+Blue) = 160+11+166=337 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.48% from 337); Green value is 11 (4.69% from 255 or 3.26% from 337); Blue value is 166 (65.23% from 255 or 49.26% from 337); Max value from RGB is 166 - color contains mainly: blue. Hex color #A00BA6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00BA6 is #5FF459. Grayscale: #484848. Windows color (decimal): -6288474 or 10881952. OLE color: 10881952.
HSL color Cylindrical-coordinate representation of color #A00BA6: hue angle of 297.68º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A00BA6 is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 160 | 11 | 166 | - |
| CMYK | 0.04 | 0.93 | 0 | 0.35 |
| HSL | 297.68º | 0.88% | 0.35% | - |
| HSV(B) | 297.68º | 0.93% | 0.65% | - |
| XYZ | 21.5 | 10.47 | 36.96 | - |
| YUV | 73.22 | 180.36 | 189.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 11 | 166 | 0.04 | 0.93 | 0 | 0.35 | 297.68 | 0.88 | 0.35 |
| Hex | A0 | B | A6 | 4 | 5D | 0 | 23 | 12A | 58 | 23 |
| Octal | 240 | 13 | 246 | 4 | 135 | 0 | 43 | 452 | 130 | 43 |
| Binary | 10100000 | 1011 | 10100110 | 100 | 1011101 | 0 | 100011 | 100101010 | 1011000 | 100011 |
Color Harmonies of #A00BA6
Complementary color
Monochromatic Colors of #A00BA6
Black with #A00BA6
Text Example
Text Example
White with #A00BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00BA6; }
p { color: rgb(160,11,166); }
H1.HeaderClassName
{
color: #A00BA6;
}
.AnyTagClassName
{
color: #A00BA6;
}
</style>
background-color css
<style>
a { background-color: #A00BA6; }
a { background-color: rgb(160,11,166); }
div.DivClassName
{
background-color: #A00BA6;
}
.BgClassName
{
background-color: #A00BA6;
}
</style>
border-color css
<style>
span { border-color: #A00BA6; }
span { border-color: rgb(160,11,166); }
td.TdClassName
{
border-color: #A00BA6;
}
.TagClassName
{
border-color: #A00BA6;
}
</style>