Shades of Dark Magenta #A718AB
Tints of Dark Magenta #A718AB
RGB
CMYK
RGB Variations
Color information
#A718AB (or 0xA718AB) is known color: Dark Magenta. HEX triplet: A7, 18 and AB. RGB value is (167,24,171). Sum of RGB (Red+Green+Blue) = 167+24+171=362 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.13% from 362); Green value is 24 (9.77% from 255 or 6.63% from 362); Blue value is 171 (67.19% from 255 or 47.24% from 362); Max value from RGB is 171 - color contains mainly: blue. Hex color #A718AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A718AB is #58E754. Grayscale: #535353. Windows color (decimal): -5826389 or 11212967. OLE color: 11212967.
HSL color Cylindrical-coordinate representation of color #A718AB: hue angle of 298.37º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A718AB is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 24 | 171 | - |
| CMYK | 0.02 | 0.86 | 0 | 0.33 |
| HSL | 298.37º | 0.75% | 0.38% | - |
| HSV(B) | 298.37º | 0.86% | 0.67% | - |
| XYZ | 23.61 | 11.81 | 39.56 | - |
| YUV | 83.52 | 177.38 | 187.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 24 | 171 | 0.02 | 0.86 | 0 | 0.33 | 298.37 | 0.75 | 0.38 |
| Hex | A7 | 18 | AB | 2 | 56 | 0 | 21 | 12A | 4B | 26 |
| Octal | 247 | 30 | 253 | 2 | 126 | 0 | 41 | 452 | 113 | 46 |
| Binary | 10100111 | 11000 | 10101011 | 10 | 1010110 | 0 | 100001 | 100101010 | 1001011 | 100110 |
Color Harmonies of #A718AB
Complementary color
Monochromatic Colors of #A718AB
Black with #A718AB
Text Example
Text Example
White with #A718AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A718AB; }
p { color: rgb(167,24,171); }
H1.HeaderClassName
{
color: #A718AB;
}
.AnyTagClassName
{
color: #A718AB;
}
</style>
background-color css
<style>
a { background-color: #A718AB; }
a { background-color: rgb(167,24,171); }
div.DivClassName
{
background-color: #A718AB;
}
.BgClassName
{
background-color: #A718AB;
}
</style>
border-color css
<style>
span { border-color: #A718AB; }
span { border-color: rgb(167,24,171); }
td.TdClassName
{
border-color: #A718AB;
}
.TagClassName
{
border-color: #A718AB;
}
</style>