Shades of Dark Magenta #A811A1
Tints of Dark Magenta #A811A1
RGB
CMYK
RGB Variations
Color information
#A811A1 (or 0xA811A1) is known color: Dark Magenta. HEX triplet: A8, 11 and A1. RGB value is (168,17,161). Sum of RGB (Red+Green+Blue) = 168+17+161=346 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.55% from 346); Green value is 17 (7.03% from 255 or 4.91% from 346); Blue value is 161 (63.28% from 255 or 46.53% from 346); Max value from RGB is 168 - color contains mainly: red. Hex color #A811A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A811A1 is #57EE5E. Grayscale: #4E4E4E. Windows color (decimal): -5762655 or 10555816. OLE color: 10555816.
HSL color Cylindrical-coordinate representation of color #A811A1: hue angle of 302.78º degrees, saturation: 0.82, 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 #A811A1 is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 17 | 161 | - |
| CMYK | 0 | 0.90 | 0.04 | 0.34 |
| HSL | 302.78º | 0.82% | 0.36% | - |
| HSV(B) | 302.78º | 0.9% | 0.66% | - |
| XYZ | 22.78 | 11.3 | 34.7 | - |
| YUV | 78.57 | 174.53 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 17 | 161 | 0 | 0.90 | 0.04 | 0.34 | 302.78 | 0.82 | 0.36 |
| Hex | A8 | 11 | A1 | 0 | 5A | 4 | 22 | 12F | 52 | 24 |
| Octal | 250 | 21 | 241 | 0 | 132 | 4 | 42 | 457 | 122 | 44 |
| Binary | 10101000 | 10001 | 10100001 | 0 | 1011010 | 100 | 100010 | 100101111 | 1010010 | 100100 |
Color Harmonies of #A811A1
Complementary color
Monochromatic Colors of #A811A1
Black with #A811A1
Text Example
Text Example
White with #A811A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A811A1; }
p { color: rgb(168,17,161); }
H1.HeaderClassName
{
color: #A811A1;
}
.AnyTagClassName
{
color: #A811A1;
}
</style>
background-color css
<style>
a { background-color: #A811A1; }
a { background-color: rgb(168,17,161); }
div.DivClassName
{
background-color: #A811A1;
}
.BgClassName
{
background-color: #A811A1;
}
</style>
border-color css
<style>
span { border-color: #A811A1; }
span { border-color: rgb(168,17,161); }
td.TdClassName
{
border-color: #A811A1;
}
.TagClassName
{
border-color: #A811A1;
}
</style>