Shades of Dark Magenta #A101A6
Tints of Dark Magenta #A101A6
RGB
CMYK
RGB Variations
Color information
#A101A6 (or 0xA101A6) is known color: Dark Magenta. HEX triplet: A1, 01 and A6. RGB value is (161,1,166). Sum of RGB (Red+Green+Blue) = 161+1+166=328 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.09% from 328); Green value is 1 (0.78% from 255 or 0.30% from 328); Blue value is 166 (65.23% from 255 or 50.61% from 328); Max value from RGB is 166 - color contains mainly: blue. Hex color #A101A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A101A6 is #5EFE59. Grayscale: #434343. Windows color (decimal): -6225498 or 10879393. OLE color: 10879393.
HSL color Cylindrical-coordinate representation of color #A101A6: hue angle of 298.18º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A101A6 is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 161 | 1 | 166 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.35 |
| HSL | 298.18º | 0.99% | 0.33% | - |
| HSV(B) | 298.18º | 0.99% | 0.65% | - |
| XYZ | 21.59 | 10.35 | 36.94 | - |
| YUV | 67.65 | 183.51 | 194.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 1 | 166 | 0.03 | 0.99 | 0 | 0.35 | 298.18 | 0.99 | 0.33 |
| Hex | A1 | 1 | A6 | 3 | 63 | 0 | 23 | 12A | 63 | 21 |
| Octal | 241 | 1 | 246 | 3 | 143 | 0 | 43 | 452 | 143 | 41 |
| Binary | 10100001 | 1 | 10100110 | 11 | 1100011 | 0 | 100011 | 100101010 | 1100011 | 100001 |
Color Harmonies of #A101A6
Complementary color
Monochromatic Colors of #A101A6
Black with #A101A6
Text Example
Text Example
White with #A101A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A101A6; }
p { color: rgb(161,1,166); }
H1.HeaderClassName
{
color: #A101A6;
}
.AnyTagClassName
{
color: #A101A6;
}
</style>
background-color css
<style>
a { background-color: #A101A6; }
a { background-color: rgb(161,1,166); }
div.DivClassName
{
background-color: #A101A6;
}
.BgClassName
{
background-color: #A101A6;
}
</style>
border-color css
<style>
span { border-color: #A101A6; }
span { border-color: rgb(161,1,166); }
td.TdClassName
{
border-color: #A101A6;
}
.TagClassName
{
border-color: #A101A6;
}
</style>