Shades of Dark Magenta #A81FA4
Tints of Dark Magenta #A81FA4
RGB
CMYK
RGB Variations
Color information
#A81FA4 (or 0xA81FA4) is known color: Dark Magenta. HEX triplet: A8, 1F and A4. RGB value is (168,31,164). Sum of RGB (Red+Green+Blue) = 168+31+164=363 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.28% from 363); Green value is 31 (12.5% from 255 or 8.54% from 363); Blue value is 164 (64.45% from 255 or 45.18% from 363); Max value from RGB is 168 - color contains mainly: red. Hex color #A81FA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A81FA4 is #57E05B. Grayscale: #565656. Windows color (decimal): -5759068 or 10756008. OLE color: 10756008.
HSL color Cylindrical-coordinate representation of color #A81FA4: hue angle of 301.75º 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 #A81FA4 is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 31 | 164 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.34 |
| HSL | 301.75º | 0.69% | 0.39% | - |
| HSV(B) | 301.75º | 0.82% | 0.66% | - |
| XYZ | 23.34 | 11.99 | 36.21 | - |
| YUV | 87.13 | 171.39 | 185.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 31 | 164 | 0 | 0.82 | 0.02 | 0.34 | 301.75 | 0.69 | 0.39 |
| Hex | A8 | 1F | A4 | 0 | 52 | 2 | 22 | 12E | 45 | 27 |
| Octal | 250 | 37 | 244 | 0 | 122 | 2 | 42 | 456 | 105 | 47 |
| Binary | 10101000 | 11111 | 10100100 | 0 | 1010010 | 10 | 100010 | 100101110 | 1000101 | 100111 |
Color Harmonies of #A81FA4
Complementary color
Monochromatic Colors of #A81FA4
Black with #A81FA4
Text Example
Text Example
White with #A81FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81FA4; }
p { color: rgb(168,31,164); }
H1.HeaderClassName
{
color: #A81FA4;
}
.AnyTagClassName
{
color: #A81FA4;
}
</style>
background-color css
<style>
a { background-color: #A81FA4; }
a { background-color: rgb(168,31,164); }
div.DivClassName
{
background-color: #A81FA4;
}
.BgClassName
{
background-color: #A81FA4;
}
</style>
border-color css
<style>
span { border-color: #A81FA4; }
span { border-color: rgb(168,31,164); }
td.TdClassName
{
border-color: #A81FA4;
}
.TagClassName
{
border-color: #A81FA4;
}
</style>