Shades of Dark Magenta #A00BAD
Tints of Dark Magenta #A00BAD
RGB
CMYK
RGB Variations
Color information
#A00BAD (or 0xA00BAD) is known color: Dark Magenta. HEX triplet: A0, 0B and AD. RGB value is (160,11,173). Sum of RGB (Red+Green+Blue) = 160+11+173=344 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.51% from 344); Green value is 11 (4.69% from 255 or 3.20% from 344); Blue value is 173 (67.97% from 255 or 50.29% from 344); Max value from RGB is 173 - color contains mainly: blue. Hex color #A00BAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00BAD is #5FF452. Grayscale: #494949. Windows color (decimal): -6288467 or 11340704. OLE color: 11340704.
HSL color Cylindrical-coordinate representation of color #A00BAD: hue angle of 295.19º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00BAD is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 11 | 173 | - |
| CMYK | 0.08 | 0.94 | 0 | 0.32 |
| HSL | 295.19º | 0.88% | 0.36% | - |
| HSV(B) | 295.19º | 0.94% | 0.68% | - |
| XYZ | 22.16 | 10.73 | 40.44 | - |
| YUV | 74.02 | 183.86 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 11 | 173 | 0.08 | 0.94 | 0 | 0.32 | 295.19 | 0.88 | 0.36 |
| Hex | A0 | B | AD | 8 | 5E | 0 | 20 | 127 | 58 | 24 |
| Octal | 240 | 13 | 255 | 10 | 136 | 0 | 40 | 447 | 130 | 44 |
| Binary | 10100000 | 1011 | 10101101 | 1000 | 1011110 | 0 | 100000 | 100100111 | 1011000 | 100100 |
Color Harmonies of #A00BAD
Complementary color
Monochromatic Colors of #A00BAD
Black with #A00BAD
Text Example
Text Example
White with #A00BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00BAD; }
p { color: rgb(160,11,173); }
H1.HeaderClassName
{
color: #A00BAD;
}
.AnyTagClassName
{
color: #A00BAD;
}
</style>
background-color css
<style>
a { background-color: #A00BAD; }
a { background-color: rgb(160,11,173); }
div.DivClassName
{
background-color: #A00BAD;
}
.BgClassName
{
background-color: #A00BAD;
}
</style>
border-color css
<style>
span { border-color: #A00BAD; }
span { border-color: rgb(160,11,173); }
td.TdClassName
{
border-color: #A00BAD;
}
.TagClassName
{
border-color: #A00BAD;
}
</style>