Shades of Dark Magenta #A81FA1
Tints of Dark Magenta #A81FA1
RGB
CMYK
RGB Variations
Color information
#A81FA1 (or 0xA81FA1) is known color: Dark Magenta. HEX triplet: A8, 1F and A1. RGB value is (168,31,161). Sum of RGB (Red+Green+Blue) = 168+31+161=360 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.67% from 360); Green value is 31 (12.5% from 255 or 8.61% from 360); Blue value is 161 (63.28% from 255 or 44.72% from 360); Max value from RGB is 168 - color contains mainly: red. Hex color #A81FA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A81FA1 is #57E05E. Grayscale: #565656. Windows color (decimal): -5759071 or 10559400. OLE color: 10559400.
HSL color Cylindrical-coordinate representation of color #A81FA1: hue angle of 303.07º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A81FA1 is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 31 | 161 | - |
| CMYK | 0 | 0.82 | 0.04 | 0.34 |
| HSL | 303.07º | 0.69% | 0.39% | - |
| HSV(B) | 303.07º | 0.82% | 0.66% | - |
| XYZ | 23.07 | 11.88 | 34.79 | - |
| YUV | 86.78 | 169.89 | 185.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 31 | 161 | 0 | 0.82 | 0.04 | 0.34 | 303.07 | 0.69 | 0.39 |
| Hex | A8 | 1F | A1 | 0 | 52 | 4 | 22 | 12F | 45 | 27 |
| Octal | 250 | 37 | 241 | 0 | 122 | 4 | 42 | 457 | 105 | 47 |
| Binary | 10101000 | 11111 | 10100001 | 0 | 1010010 | 100 | 100010 | 100101111 | 1000101 | 100111 |
Color Harmonies of #A81FA1
Complementary color
Monochromatic Colors of #A81FA1
Black with #A81FA1
Text Example
Text Example
White with #A81FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81FA1; }
p { color: rgb(168,31,161); }
H1.HeaderClassName
{
color: #A81FA1;
}
.AnyTagClassName
{
color: #A81FA1;
}
</style>
background-color css
<style>
a { background-color: #A81FA1; }
a { background-color: rgb(168,31,161); }
div.DivClassName
{
background-color: #A81FA1;
}
.BgClassName
{
background-color: #A81FA1;
}
</style>
border-color css
<style>
span { border-color: #A81FA1; }
span { border-color: rgb(168,31,161); }
td.TdClassName
{
border-color: #A81FA1;
}
.TagClassName
{
border-color: #A81FA1;
}
</style>