Shades of Dark Magenta #A714AB
Tints of Dark Magenta #A714AB
RGB
CMYK
RGB Variations
Color information
#A714AB (or 0xA714AB) is known color: Dark Magenta. HEX triplet: A7, 14 and AB. RGB value is (167,20,171). Sum of RGB (Red+Green+Blue) = 167+20+171=358 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.65% from 358); Green value is 20 (8.20% from 255 or 5.59% from 358); Blue value is 171 (67.19% from 255 or 47.77% from 358); Max value from RGB is 171 - color contains mainly: blue. Hex color #A714AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A714AB is #58EB54. Grayscale: #505050. Windows color (decimal): -5827413 or 11211943. OLE color: 11211943.
HSL color Cylindrical-coordinate representation of color #A714AB: hue angle of 298.41º 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 #A714AB is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 20 | 171 | - |
| CMYK | 0.02 | 0.88 | 0 | 0.33 |
| HSL | 298.41º | 0.79% | 0.37% | - |
| HSV(B) | 298.41º | 0.88% | 0.67% | - |
| XYZ | 23.54 | 11.66 | 39.54 | - |
| YUV | 81.17 | 178.7 | 189.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 20 | 171 | 0.02 | 0.88 | 0 | 0.33 | 298.41 | 0.79 | 0.37 |
| Hex | A7 | 14 | AB | 2 | 58 | 0 | 21 | 12A | 4F | 25 |
| Octal | 247 | 24 | 253 | 2 | 130 | 0 | 41 | 452 | 117 | 45 |
| Binary | 10100111 | 10100 | 10101011 | 10 | 1011000 | 0 | 100001 | 100101010 | 1001111 | 100101 |
Color Harmonies of #A714AB
Complementary color
Monochromatic Colors of #A714AB
Black with #A714AB
Text Example
Text Example
White with #A714AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A714AB; }
p { color: rgb(167,20,171); }
H1.HeaderClassName
{
color: #A714AB;
}
.AnyTagClassName
{
color: #A714AB;
}
</style>
background-color css
<style>
a { background-color: #A714AB; }
a { background-color: rgb(167,20,171); }
div.DivClassName
{
background-color: #A714AB;
}
.BgClassName
{
background-color: #A714AB;
}
</style>
border-color css
<style>
span { border-color: #A714AB; }
span { border-color: rgb(167,20,171); }
td.TdClassName
{
border-color: #A714AB;
}
.TagClassName
{
border-color: #A714AB;
}
</style>