Shades of Dark Magenta #A818A1
Tints of Dark Magenta #A818A1
RGB
CMYK
RGB Variations
Color information
#A818A1 (or 0xA818A1) is known color: Dark Magenta. HEX triplet: A8, 18 and A1. RGB value is (168,24,161). Sum of RGB (Red+Green+Blue) = 168+24+161=353 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.59% from 353); Green value is 24 (9.77% from 255 or 6.80% from 353); Blue value is 161 (63.28% from 255 or 45.61% from 353); Max value from RGB is 168 - color contains mainly: red. Hex color #A818A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A818A1 is #57E75E. Grayscale: #525252. Windows color (decimal): -5760863 or 10557608. OLE color: 10557608.
HSL color Cylindrical-coordinate representation of color #A818A1: hue angle of 302.92º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A818A1 is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 24 | 161 | - |
| CMYK | 0 | 0.86 | 0.04 | 0.34 |
| HSL | 302.92º | 0.75% | 0.38% | - |
| HSV(B) | 302.92º | 0.86% | 0.66% | - |
| XYZ | 22.91 | 11.55 | 34.74 | - |
| YUV | 82.67 | 172.21 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 24 | 161 | 0 | 0.86 | 0.04 | 0.34 | 302.92 | 0.75 | 0.38 |
| Hex | A8 | 18 | A1 | 0 | 56 | 4 | 22 | 12F | 4B | 26 |
| Octal | 250 | 30 | 241 | 0 | 126 | 4 | 42 | 457 | 113 | 46 |
| Binary | 10101000 | 11000 | 10100001 | 0 | 1010110 | 100 | 100010 | 100101111 | 1001011 | 100110 |
Color Harmonies of #A818A1
Complementary color
Monochromatic Colors of #A818A1
Black with #A818A1
Text Example
Text Example
White with #A818A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A818A1; }
p { color: rgb(168,24,161); }
H1.HeaderClassName
{
color: #A818A1;
}
.AnyTagClassName
{
color: #A818A1;
}
</style>
background-color css
<style>
a { background-color: #A818A1; }
a { background-color: rgb(168,24,161); }
div.DivClassName
{
background-color: #A818A1;
}
.BgClassName
{
background-color: #A818A1;
}
</style>
border-color css
<style>
span { border-color: #A818A1; }
span { border-color: rgb(168,24,161); }
td.TdClassName
{
border-color: #A818A1;
}
.TagClassName
{
border-color: #A818A1;
}
</style>