Shades of Dark Magenta #A810A1
Tints of Dark Magenta #A810A1
RGB
CMYK
RGB Variations
Color information
#A810A1 (or 0xA810A1) is known color: Dark Magenta. HEX triplet: A8, 10 and A1. RGB value is (168,16,161). Sum of RGB (Red+Green+Blue) = 168+16+161=345 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.70% from 345); Green value is 16 (6.64% from 255 or 4.64% from 345); Blue value is 161 (63.28% from 255 or 46.67% from 345); Max value from RGB is 168 - color contains mainly: red. Hex color #A810A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A810A1 is #57EF5E. Grayscale: #4D4D4D. Windows color (decimal): -5762911 or 10555560. OLE color: 10555560.
HSL color Cylindrical-coordinate representation of color #A810A1: hue angle of 302.76º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A810A1 is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 16 | 161 | - |
| CMYK | 0 | 0.90 | 0.04 | 0.34 |
| HSL | 302.76º | 0.83% | 0.36% | - |
| HSV(B) | 302.76º | 0.9% | 0.66% | - |
| XYZ | 22.77 | 11.27 | 34.69 | - |
| YUV | 77.98 | 174.86 | 192.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 16 | 161 | 0 | 0.90 | 0.04 | 0.34 | 302.76 | 0.83 | 0.36 |
| Hex | A8 | 10 | A1 | 0 | 5A | 4 | 22 | 12F | 53 | 24 |
| Octal | 250 | 20 | 241 | 0 | 132 | 4 | 42 | 457 | 123 | 44 |
| Binary | 10101000 | 10000 | 10100001 | 0 | 1011010 | 100 | 100010 | 100101111 | 1010011 | 100100 |
Color Harmonies of #A810A1
Complementary color
Monochromatic Colors of #A810A1
Black with #A810A1
Text Example
Text Example
White with #A810A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A810A1; }
p { color: rgb(168,16,161); }
H1.HeaderClassName
{
color: #A810A1;
}
.AnyTagClassName
{
color: #A810A1;
}
</style>
background-color css
<style>
a { background-color: #A810A1; }
a { background-color: rgb(168,16,161); }
div.DivClassName
{
background-color: #A810A1;
}
.BgClassName
{
background-color: #A810A1;
}
</style>
border-color css
<style>
span { border-color: #A810A1; }
span { border-color: rgb(168,16,161); }
td.TdClassName
{
border-color: #A810A1;
}
.TagClassName
{
border-color: #A810A1;
}
</style>