Shades of Dark Magenta #A811AC
Tints of Dark Magenta #A811AC
RGB
CMYK
RGB Variations
Color information
#A811AC (or 0xA811AC) is known color: Dark Magenta. HEX triplet: A8, 11 and AC. RGB value is (168,17,172). Sum of RGB (Red+Green+Blue) = 168+17+172=357 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.06% from 357); Green value is 17 (7.03% from 255 or 4.76% from 357); Blue value is 172 (67.58% from 255 or 48.18% from 357); Max value from RGB is 172 - color contains mainly: blue. Hex color #A811AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A811AC is #57EE53. Grayscale: #4F4F4F. Windows color (decimal): -5762644 or 11276712. OLE color: 11276712.
HSL color Cylindrical-coordinate representation of color #A811AC: hue angle of 298.45º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A811AC is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 17 | 172 | - |
| CMYK | 0.02 | 0.90 | 0 | 0.33 |
| HSL | 298.45º | 0.82% | 0.37% | - |
| HSV(B) | 298.45º | 0.9% | 0.67% | - |
| XYZ | 23.8 | 11.7 | 40.03 | - |
| YUV | 79.82 | 180.03 | 190.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 17 | 172 | 0.02 | 0.90 | 0 | 0.33 | 298.45 | 0.82 | 0.37 |
| Hex | A8 | 11 | AC | 2 | 5A | 0 | 21 | 12A | 52 | 25 |
| Octal | 250 | 21 | 254 | 2 | 132 | 0 | 41 | 452 | 122 | 45 |
| Binary | 10101000 | 10001 | 10101100 | 10 | 1011010 | 0 | 100001 | 100101010 | 1010010 | 100101 |
Color Harmonies of #A811AC
Complementary color
Monochromatic Colors of #A811AC
Black with #A811AC
Text Example
Text Example
White with #A811AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A811AC; }
p { color: rgb(168,17,172); }
H1.HeaderClassName
{
color: #A811AC;
}
.AnyTagClassName
{
color: #A811AC;
}
</style>
background-color css
<style>
a { background-color: #A811AC; }
a { background-color: rgb(168,17,172); }
div.DivClassName
{
background-color: #A811AC;
}
.BgClassName
{
background-color: #A811AC;
}
</style>
border-color css
<style>
span { border-color: #A811AC; }
span { border-color: rgb(168,17,172); }
td.TdClassName
{
border-color: #A811AC;
}
.TagClassName
{
border-color: #A811AC;
}
</style>