Shades of Dark Magenta #A916A8
Tints of Dark Magenta #A916A8
RGB
CMYK
RGB Variations
Color information
#A916A8 (or 0xA916A8) is known color: Dark Magenta. HEX triplet: A9, 16 and A8. RGB value is (169,22,168). Sum of RGB (Red+Green+Blue) = 169+22+168=359 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.08% from 359); Green value is 22 (8.98% from 255 or 6.13% from 359); Blue value is 168 (66.02% from 255 or 46.80% from 359); Max value from RGB is 169 - color contains mainly: red. Hex color #A916A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A916A8 is #56E957. Grayscale: #525252. Windows color (decimal): -5695832 or 11015849. OLE color: 11015849.
HSL color Cylindrical-coordinate representation of color #A916A8: hue angle of 300.41º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A916A8 is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 22 | 168 | - |
| CMYK | 0 | 0.87 | 0.01 | 0.34 |
| HSL | 300.41º | 0.77% | 0.37% | - |
| HSV(B) | 300.41º | 0.87% | 0.66% | - |
| XYZ | 23.72 | 11.84 | 38.08 | - |
| YUV | 82.6 | 176.2 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 22 | 168 | 0 | 0.87 | 0.01 | 0.34 | 300.41 | 0.77 | 0.37 |
| Hex | A9 | 16 | A8 | 0 | 57 | 1 | 22 | 12C | 4D | 25 |
| Octal | 251 | 26 | 250 | 0 | 127 | 1 | 42 | 454 | 115 | 45 |
| Binary | 10101001 | 10110 | 10101000 | 0 | 1010111 | 1 | 100010 | 100101100 | 1001101 | 100101 |
Color Harmonies of #A916A8
Complementary color
Monochromatic Colors of #A916A8
Black with #A916A8
Text Example
Text Example
White with #A916A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A916A8; }
p { color: rgb(169,22,168); }
H1.HeaderClassName
{
color: #A916A8;
}
.AnyTagClassName
{
color: #A916A8;
}
</style>
background-color css
<style>
a { background-color: #A916A8; }
a { background-color: rgb(169,22,168); }
div.DivClassName
{
background-color: #A916A8;
}
.BgClassName
{
background-color: #A916A8;
}
</style>
border-color css
<style>
span { border-color: #A916A8; }
span { border-color: rgb(169,22,168); }
td.TdClassName
{
border-color: #A916A8;
}
.TagClassName
{
border-color: #A916A8;
}
</style>