Shades of Dark Magenta #A811A3
Tints of Dark Magenta #A811A3
RGB
CMYK
RGB Variations
Color information
#A811A3 (or 0xA811A3) is known color: Dark Magenta. HEX triplet: A8, 11 and A3. RGB value is (168,17,163). Sum of RGB (Red+Green+Blue) = 168+17+163=348 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.28% from 348); Green value is 17 (7.03% from 255 or 4.89% from 348); Blue value is 163 (64.06% from 255 or 46.84% from 348); Max value from RGB is 168 - color contains mainly: red. Hex color #A811A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A811A3 is #57EE5C. Grayscale: #4E4E4E. Windows color (decimal): -5762653 or 10686888. OLE color: 10686888.
HSL color Cylindrical-coordinate representation of color #A811A3: hue angle of 301.99º 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 #A811A3 is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 17 | 163 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.34 |
| HSL | 301.99º | 0.82% | 0.36% | - |
| HSV(B) | 301.99º | 0.9% | 0.66% | - |
| XYZ | 22.96 | 11.37 | 35.63 | - |
| YUV | 78.79 | 175.53 | 191.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 17 | 163 | 0 | 0.90 | 0.03 | 0.34 | 301.99 | 0.82 | 0.36 |
| Hex | A8 | 11 | A3 | 0 | 5A | 3 | 22 | 12E | 52 | 24 |
| Octal | 250 | 21 | 243 | 0 | 132 | 3 | 42 | 456 | 122 | 44 |
| Binary | 10101000 | 10001 | 10100011 | 0 | 1011010 | 11 | 100010 | 100101110 | 1010010 | 100100 |
Color Harmonies of #A811A3
Complementary color
Monochromatic Colors of #A811A3
Black with #A811A3
Text Example
Text Example
White with #A811A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A811A3; }
p { color: rgb(168,17,163); }
H1.HeaderClassName
{
color: #A811A3;
}
.AnyTagClassName
{
color: #A811A3;
}
</style>
background-color css
<style>
a { background-color: #A811A3; }
a { background-color: rgb(168,17,163); }
div.DivClassName
{
background-color: #A811A3;
}
.BgClassName
{
background-color: #A811A3;
}
</style>
border-color css
<style>
span { border-color: #A811A3; }
span { border-color: rgb(168,17,163); }
td.TdClassName
{
border-color: #A811A3;
}
.TagClassName
{
border-color: #A811A3;
}
</style>