Shades of Dark Magenta #A816A8
Tints of Dark Magenta #A816A8
RGB
CMYK
RGB Variations
Color information
#A816A8 (or 0xA816A8) is known color: Dark Magenta. HEX triplet: A8, 16 and A8. RGB value is (168,22,168). Sum of RGB (Red+Green+Blue) = 168+22+168=358 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.93% from 358); Green value is 22 (8.98% from 255 or 6.15% from 358); Blue value is 168 (66.02% from 255 or 46.93% from 358); Max value from RGB is 168 - color contains mainly: red, blue. Hex color #A816A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A816A8 is #57E957. Grayscale: #515151. Windows color (decimal): -5761368 or 11015848. OLE color: 11015848.
HSL color Cylindrical-coordinate representation of color #A816A8: hue angle of 300º 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 #A816A8 is Cyan = 0, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 22 | 168 | - |
| CMYK | 0 | 0.87 | 0 | 0.34 |
| HSL | 300º | 0.77% | 0.37% | - |
| HSV(B) | 300º | 0.87% | 0.66% | - |
| XYZ | 23.5 | 11.73 | 38.07 | - |
| YUV | 82.3 | 176.37 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 22 | 168 | 0 | 0.87 | 0 | 0.34 | 300 | 0.77 | 0.37 |
| Hex | A8 | 16 | A8 | 0 | 57 | 0 | 22 | 12C | 4D | 25 |
| Octal | 250 | 26 | 250 | 0 | 127 | 0 | 42 | 454 | 115 | 45 |
| Binary | 10101000 | 10110 | 10101000 | 0 | 1010111 | 0 | 100010 | 100101100 | 1001101 | 100101 |
Color Harmonies of #A816A8
Complementary color
Monochromatic Colors of #A816A8
Black with #A816A8
Text Example
Text Example
White with #A816A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A816A8; }
p { color: rgb(168,22,168); }
H1.HeaderClassName
{
color: #A816A8;
}
.AnyTagClassName
{
color: #A816A8;
}
</style>
background-color css
<style>
a { background-color: #A816A8; }
a { background-color: rgb(168,22,168); }
div.DivClassName
{
background-color: #A816A8;
}
.BgClassName
{
background-color: #A816A8;
}
</style>
border-color css
<style>
span { border-color: #A816A8; }
span { border-color: rgb(168,22,168); }
td.TdClassName
{
border-color: #A816A8;
}
.TagClassName
{
border-color: #A816A8;
}
</style>