Shades of Dark Magenta #A00FAB
Tints of Dark Magenta #A00FAB
RGB
CMYK
RGB Variations
Color information
#A00FAB (or 0xA00FAB) is known color: Dark Magenta. HEX triplet: A0, 0F and AB. RGB value is (160,15,171). Sum of RGB (Red+Green+Blue) = 160+15+171=346 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.24% from 346); Green value is 15 (6.25% from 255 or 4.34% from 346); Blue value is 171 (67.19% from 255 or 49.42% from 346); Max value from RGB is 171 - color contains mainly: blue. Hex color #A00FAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00FAB is #5FF054. Grayscale: #4B4B4B. Windows color (decimal): -6287445 or 11210656. OLE color: 11210656.
HSL color Cylindrical-coordinate representation of color #A00FAB: hue angle of 295.77º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A00FAB is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 15 | 171 | - |
| CMYK | 0.06 | 0.91 | 0 | 0.33 |
| HSL | 295.77º | 0.84% | 0.36% | - |
| HSV(B) | 295.77º | 0.91% | 0.67% | - |
| XYZ | 22.02 | 10.76 | 39.44 | - |
| YUV | 76.14 | 181.54 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 15 | 171 | 0.06 | 0.91 | 0 | 0.33 | 295.77 | 0.84 | 0.36 |
| Hex | A0 | F | AB | 6 | 5B | 0 | 21 | 128 | 54 | 24 |
| Octal | 240 | 17 | 253 | 6 | 133 | 0 | 41 | 450 | 124 | 44 |
| Binary | 10100000 | 1111 | 10101011 | 110 | 1011011 | 0 | 100001 | 100101000 | 1010100 | 100100 |
Color Harmonies of #A00FAB
Complementary color
Monochromatic Colors of #A00FAB
Black with #A00FAB
Text Example
Text Example
White with #A00FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00FAB; }
p { color: rgb(160,15,171); }
H1.HeaderClassName
{
color: #A00FAB;
}
.AnyTagClassName
{
color: #A00FAB;
}
</style>
background-color css
<style>
a { background-color: #A00FAB; }
a { background-color: rgb(160,15,171); }
div.DivClassName
{
background-color: #A00FAB;
}
.BgClassName
{
background-color: #A00FAB;
}
</style>
border-color css
<style>
span { border-color: #A00FAB; }
span { border-color: rgb(160,15,171); }
td.TdClassName
{
border-color: #A00FAB;
}
.TagClassName
{
border-color: #A00FAB;
}
</style>