Shades of Dark Magenta #A014AB
Tints of Dark Magenta #A014AB
RGB
CMYK
RGB Variations
Color information
#A014AB (or 0xA014AB) is known color: Dark Magenta. HEX triplet: A0, 14 and AB. RGB value is (160,20,171). Sum of RGB (Red+Green+Blue) = 160+20+171=351 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.58% from 351); Green value is 20 (8.20% from 255 or 5.70% from 351); Blue value is 171 (67.19% from 255 or 48.72% from 351); Max value from RGB is 171 - color contains mainly: blue. Hex color #A014AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A014AB is #5FEB54. Grayscale: #4E4E4E. Windows color (decimal): -6286165 or 11211936. OLE color: 11211936.
HSL color Cylindrical-coordinate representation of color #A014AB: hue angle of 295.63º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A014AB is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 20 | 171 | - |
| CMYK | 0.06 | 0.88 | 0 | 0.33 |
| HSL | 295.63º | 0.79% | 0.37% | - |
| HSV(B) | 295.63º | 0.88% | 0.67% | - |
| XYZ | 22.1 | 10.91 | 39.47 | - |
| YUV | 79.07 | 179.88 | 185.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 20 | 171 | 0.06 | 0.88 | 0 | 0.33 | 295.63 | 0.79 | 0.37 |
| Hex | A0 | 14 | AB | 6 | 58 | 0 | 21 | 128 | 4F | 25 |
| Octal | 240 | 24 | 253 | 6 | 130 | 0 | 41 | 450 | 117 | 45 |
| Binary | 10100000 | 10100 | 10101011 | 110 | 1011000 | 0 | 100001 | 100101000 | 1001111 | 100101 |
Color Harmonies of #A014AB
Complementary color
Monochromatic Colors of #A014AB
Black with #A014AB
Text Example
Text Example
White with #A014AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A014AB; }
p { color: rgb(160,20,171); }
H1.HeaderClassName
{
color: #A014AB;
}
.AnyTagClassName
{
color: #A014AB;
}
</style>
background-color css
<style>
a { background-color: #A014AB; }
a { background-color: rgb(160,20,171); }
div.DivClassName
{
background-color: #A014AB;
}
.BgClassName
{
background-color: #A014AB;
}
</style>
border-color css
<style>
span { border-color: #A014AB; }
span { border-color: rgb(160,20,171); }
td.TdClassName
{
border-color: #A014AB;
}
.TagClassName
{
border-color: #A014AB;
}
</style>