Shades of Dark Magenta #A114AB
Tints of Dark Magenta #A114AB
RGB
CMYK
RGB Variations
Color information
#A114AB (or 0xA114AB) is known color: Dark Magenta. HEX triplet: A1, 14 and AB. RGB value is (161,20,171). Sum of RGB (Red+Green+Blue) = 161+20+171=352 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.74% from 352); Green value is 20 (8.20% from 255 or 5.68% from 352); Blue value is 171 (67.19% from 255 or 48.58% from 352); Max value from RGB is 171 - color contains mainly: blue. Hex color #A114AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A114AB is #5EEB54. Grayscale: #4E4E4E. Windows color (decimal): -6220629 or 11211937. OLE color: 11211937.
HSL color Cylindrical-coordinate representation of color #A114AB: hue angle of 296.03º 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 #A114AB is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 20 | 171 | - |
| CMYK | 0.06 | 0.88 | 0 | 0.33 |
| HSL | 296.03º | 0.79% | 0.37% | - |
| HSV(B) | 296.03º | 0.88% | 0.67% | - |
| XYZ | 22.3 | 11.02 | 39.48 | - |
| YUV | 79.37 | 179.71 | 186.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 20 | 171 | 0.06 | 0.88 | 0 | 0.33 | 296.03 | 0.79 | 0.37 |
| Hex | A1 | 14 | AB | 6 | 58 | 0 | 21 | 128 | 4F | 25 |
| Octal | 241 | 24 | 253 | 6 | 130 | 0 | 41 | 450 | 117 | 45 |
| Binary | 10100001 | 10100 | 10101011 | 110 | 1011000 | 0 | 100001 | 100101000 | 1001111 | 100101 |
Color Harmonies of #A114AB
Complementary color
Monochromatic Colors of #A114AB
Black with #A114AB
Text Example
Text Example
White with #A114AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A114AB; }
p { color: rgb(161,20,171); }
H1.HeaderClassName
{
color: #A114AB;
}
.AnyTagClassName
{
color: #A114AB;
}
</style>
background-color css
<style>
a { background-color: #A114AB; }
a { background-color: rgb(161,20,171); }
div.DivClassName
{
background-color: #A114AB;
}
.BgClassName
{
background-color: #A114AB;
}
</style>
border-color css
<style>
span { border-color: #A114AB; }
span { border-color: rgb(161,20,171); }
td.TdClassName
{
border-color: #A114AB;
}
.TagClassName
{
border-color: #A114AB;
}
</style>