Shades of Dark Magenta #A00CAB
Tints of Dark Magenta #A00CAB
RGB
CMYK
RGB Variations
Color information
#A00CAB (or 0xA00CAB) is known color: Dark Magenta. HEX triplet: A0, 0C and AB. RGB value is (160,12,171). Sum of RGB (Red+Green+Blue) = 160+12+171=343 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.65% from 343); Green value is 12 (5.08% from 255 or 3.50% from 343); Blue value is 171 (67.19% from 255 or 49.85% from 343); Max value from RGB is 171 - color contains mainly: blue. Hex color #A00CAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00CAB is #5FF354. Grayscale: #494949. Windows color (decimal): -6288213 or 11209888. OLE color: 11209888.
HSL color Cylindrical-coordinate representation of color #A00CAB: hue angle of 295.85º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A00CAB is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 12 | 171 | - |
| CMYK | 0.06 | 0.93 | 0 | 0.33 |
| HSL | 295.85º | 0.87% | 0.36% | - |
| HSV(B) | 295.85º | 0.93% | 0.67% | - |
| XYZ | 21.98 | 10.68 | 39.43 | - |
| YUV | 74.38 | 182.53 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 12 | 171 | 0.06 | 0.93 | 0 | 0.33 | 295.85 | 0.87 | 0.36 |
| Hex | A0 | C | AB | 6 | 5D | 0 | 21 | 128 | 57 | 24 |
| Octal | 240 | 14 | 253 | 6 | 135 | 0 | 41 | 450 | 127 | 44 |
| Binary | 10100000 | 1100 | 10101011 | 110 | 1011101 | 0 | 100001 | 100101000 | 1010111 | 100100 |
Color Harmonies of #A00CAB
Complementary color
Monochromatic Colors of #A00CAB
Black with #A00CAB
Text Example
Text Example
White with #A00CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00CAB; }
p { color: rgb(160,12,171); }
H1.HeaderClassName
{
color: #A00CAB;
}
.AnyTagClassName
{
color: #A00CAB;
}
</style>
background-color css
<style>
a { background-color: #A00CAB; }
a { background-color: rgb(160,12,171); }
div.DivClassName
{
background-color: #A00CAB;
}
.BgClassName
{
background-color: #A00CAB;
}
</style>
border-color css
<style>
span { border-color: #A00CAB; }
span { border-color: rgb(160,12,171); }
td.TdClassName
{
border-color: #A00CAB;
}
.TagClassName
{
border-color: #A00CAB;
}
</style>