Shades of Dark Magenta #A107A1
Tints of Dark Magenta #A107A1
RGB
CMYK
RGB Variations
Color information
#A107A1 (or 0xA107A1) is known color: Dark Magenta. HEX triplet: A1, 07 and A1. RGB value is (161,7,161). Sum of RGB (Red+Green+Blue) = 161+7+161=329 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.94% from 329); Green value is 7 (3.12% from 255 or 2.13% from 329); Blue value is 161 (63.28% from 255 or 48.94% from 329); Max value from RGB is 161 - color contains mainly: red, blue. Hex color #A107A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A107A1 is #5EF85E. Grayscale: #464646. Windows color (decimal): -6223967 or 10553249. OLE color: 10553249.
HSL color Cylindrical-coordinate representation of color #A107A1: hue angle of 300º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A107A1 is Cyan = 0, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 7 | 161 | - |
| CMYK | 0 | 0.96 | 0 | 0.37 |
| HSL | 300º | 0.92% | 0.33% | - |
| HSV(B) | 300º | 0.96% | 0.63% | - |
| XYZ | 21.21 | 10.3 | 34.59 | - |
| YUV | 70.6 | 179.02 | 192.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 7 | 161 | 0 | 0.96 | 0 | 0.37 | 300 | 0.92 | 0.33 |
| Hex | A1 | 7 | A1 | 0 | 60 | 0 | 25 | 12C | 5C | 21 |
| Octal | 241 | 7 | 241 | 0 | 140 | 0 | 45 | 454 | 134 | 41 |
| Binary | 10100001 | 111 | 10100001 | 0 | 1100000 | 0 | 100101 | 100101100 | 1011100 | 100001 |
Color Harmonies of #A107A1
Complementary color
Monochromatic Colors of #A107A1
Black with #A107A1
Text Example
Text Example
White with #A107A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A107A1; }
p { color: rgb(161,7,161); }
H1.HeaderClassName
{
color: #A107A1;
}
.AnyTagClassName
{
color: #A107A1;
}
</style>
background-color css
<style>
a { background-color: #A107A1; }
a { background-color: rgb(161,7,161); }
div.DivClassName
{
background-color: #A107A1;
}
.BgClassName
{
background-color: #A107A1;
}
</style>
border-color css
<style>
span { border-color: #A107A1; }
span { border-color: rgb(161,7,161); }
td.TdClassName
{
border-color: #A107A1;
}
.TagClassName
{
border-color: #A107A1;
}
</style>