Shades of Dark Magenta #A816AD
Tints of Dark Magenta #A816AD
RGB
CMYK
RGB Variations
Color information
#A816AD (or 0xA816AD) is known color: Dark Magenta. HEX triplet: A8, 16 and AD. RGB value is (168,22,173). Sum of RGB (Red+Green+Blue) = 168+22+173=363 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.28% from 363); Green value is 22 (8.98% from 255 or 6.06% from 363); Blue value is 173 (67.97% from 255 or 47.66% from 363); Max value from RGB is 173 - color contains mainly: blue. Hex color #A816AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A816AD is #57E952. Grayscale: #525252. Windows color (decimal): -5761363 or 11343528. OLE color: 11343528.
HSL color Cylindrical-coordinate representation of color #A816AD: hue angle of 298.01º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A816AD is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 22 | 173 | - |
| CMYK | 0.03 | 0.87 | 0 | 0.32 |
| HSL | 298.01º | 0.77% | 0.38% | - |
| HSV(B) | 298.01º | 0.87% | 0.68% | - |
| XYZ | 23.98 | 11.92 | 40.57 | - |
| YUV | 82.87 | 178.87 | 188.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 22 | 173 | 0.03 | 0.87 | 0 | 0.32 | 298.01 | 0.77 | 0.38 |
| Hex | A8 | 16 | AD | 3 | 57 | 0 | 20 | 12A | 4D | 26 |
| Octal | 250 | 26 | 255 | 3 | 127 | 0 | 40 | 452 | 115 | 46 |
| Binary | 10101000 | 10110 | 10101101 | 11 | 1010111 | 0 | 100000 | 100101010 | 1001101 | 100110 |
Color Harmonies of #A816AD
Complementary color
Monochromatic Colors of #A816AD
Black with #A816AD
Text Example
Text Example
White with #A816AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A816AD; }
p { color: rgb(168,22,173); }
H1.HeaderClassName
{
color: #A816AD;
}
.AnyTagClassName
{
color: #A816AD;
}
</style>
background-color css
<style>
a { background-color: #A816AD; }
a { background-color: rgb(168,22,173); }
div.DivClassName
{
background-color: #A816AD;
}
.BgClassName
{
background-color: #A816AD;
}
</style>
border-color css
<style>
span { border-color: #A816AD; }
span { border-color: rgb(168,22,173); }
td.TdClassName
{
border-color: #A816AD;
}
.TagClassName
{
border-color: #A816AD;
}
</style>