Shades of Dark Magenta #A811A4
Tints of Dark Magenta #A811A4
RGB
CMYK
RGB Variations
Color information
#A811A4 (or 0xA811A4) is known color: Dark Magenta. HEX triplet: A8, 11 and A4. RGB value is (168,17,164). Sum of RGB (Red+Green+Blue) = 168+17+164=349 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.14% from 349); Green value is 17 (7.03% from 255 or 4.87% from 349); Blue value is 164 (64.45% from 255 or 46.99% from 349); Max value from RGB is 168 - color contains mainly: red. Hex color #A811A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A811A4 is #57EE5B. Grayscale: #4E4E4E. Windows color (decimal): -5762652 or 10752424. OLE color: 10752424.
HSL color Cylindrical-coordinate representation of color #A811A4: hue angle of 301.59º 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 #A811A4 is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 17 | 164 | - |
| CMYK | 0 | 0.90 | 0.02 | 0.34 |
| HSL | 301.59º | 0.82% | 0.36% | - |
| HSV(B) | 301.59º | 0.9% | 0.66% | - |
| XYZ | 23.05 | 11.41 | 36.11 | - |
| YUV | 78.91 | 176.03 | 191.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 17 | 164 | 0 | 0.90 | 0.02 | 0.34 | 301.59 | 0.82 | 0.36 |
| Hex | A8 | 11 | A4 | 0 | 5A | 2 | 22 | 12E | 52 | 24 |
| Octal | 250 | 21 | 244 | 0 | 132 | 2 | 42 | 456 | 122 | 44 |
| Binary | 10101000 | 10001 | 10100100 | 0 | 1011010 | 10 | 100010 | 100101110 | 1010010 | 100100 |
Color Harmonies of #A811A4
Complementary color
Monochromatic Colors of #A811A4
Black with #A811A4
Text Example
Text Example
White with #A811A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A811A4; }
p { color: rgb(168,17,164); }
H1.HeaderClassName
{
color: #A811A4;
}
.AnyTagClassName
{
color: #A811A4;
}
</style>
background-color css
<style>
a { background-color: #A811A4; }
a { background-color: rgb(168,17,164); }
div.DivClassName
{
background-color: #A811A4;
}
.BgClassName
{
background-color: #A811A4;
}
</style>
border-color css
<style>
span { border-color: #A811A4; }
span { border-color: rgb(168,17,164); }
td.TdClassName
{
border-color: #A811A4;
}
.TagClassName
{
border-color: #A811A4;
}
</style>