Shades of Dark Magenta #A81AA3
Tints of Dark Magenta #A81AA3
RGB
CMYK
RGB Variations
Color information
#A81AA3 (or 0xA81AA3) is known color: Dark Magenta. HEX triplet: A8, 1A and A3. RGB value is (168,26,163). Sum of RGB (Red+Green+Blue) = 168+26+163=357 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.06% from 357); Green value is 26 (10.55% from 255 or 7.28% from 357); Blue value is 163 (64.06% from 255 or 45.66% from 357); Max value from RGB is 168 - color contains mainly: red. Hex color #A81AA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A81AA3 is #57E55C. Grayscale: #535353. Windows color (decimal): -5760349 or 10689192. OLE color: 10689192.
HSL color Cylindrical-coordinate representation of color #A81AA3: hue angle of 302.11º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A81AA3 is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 26 | 163 | - |
| CMYK | 0 | 0.85 | 0.03 | 0.34 |
| HSL | 302.11º | 0.73% | 0.38% | - |
| HSV(B) | 302.11º | 0.85% | 0.66% | - |
| XYZ | 23.13 | 11.71 | 35.69 | - |
| YUV | 84.08 | 172.54 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 26 | 163 | 0 | 0.85 | 0.03 | 0.34 | 302.11 | 0.73 | 0.38 |
| Hex | A8 | 1A | A3 | 0 | 55 | 3 | 22 | 12E | 49 | 26 |
| Octal | 250 | 32 | 243 | 0 | 125 | 3 | 42 | 456 | 111 | 46 |
| Binary | 10101000 | 11010 | 10100011 | 0 | 1010101 | 11 | 100010 | 100101110 | 1001001 | 100110 |
Color Harmonies of #A81AA3
Complementary color
Monochromatic Colors of #A81AA3
Black with #A81AA3
Text Example
Text Example
White with #A81AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81AA3; }
p { color: rgb(168,26,163); }
H1.HeaderClassName
{
color: #A81AA3;
}
.AnyTagClassName
{
color: #A81AA3;
}
</style>
background-color css
<style>
a { background-color: #A81AA3; }
a { background-color: rgb(168,26,163); }
div.DivClassName
{
background-color: #A81AA3;
}
.BgClassName
{
background-color: #A81AA3;
}
</style>
border-color css
<style>
span { border-color: #A81AA3; }
span { border-color: rgb(168,26,163); }
td.TdClassName
{
border-color: #A81AA3;
}
.TagClassName
{
border-color: #A81AA3;
}
</style>