Shades of Dark Magenta #A105A6
Tints of Dark Magenta #A105A6
RGB
CMYK
RGB Variations
Color information
#A105A6 (or 0xA105A6) is known color: Dark Magenta. HEX triplet: A1, 05 and A6. RGB value is (161,5,166). Sum of RGB (Red+Green+Blue) = 161+5+166=332 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.49% from 332); Green value is 5 (2.34% from 255 or 1.51% from 332); Blue value is 166 (65.23% from 255 or 50% from 332); Max value from RGB is 166 - color contains mainly: blue. Hex color #A105A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A105A6 is #5EFA59. Grayscale: #454545. Windows color (decimal): -6224474 or 10880417. OLE color: 10880417.
HSL color Cylindrical-coordinate representation of color #A105A6: hue angle of 298.14º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A105A6 is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 161 | 5 | 166 | - |
| CMYK | 0.03 | 0.97 | 0 | 0.35 |
| HSL | 298.14º | 0.94% | 0.34% | - |
| HSV(B) | 298.14º | 0.97% | 0.65% | - |
| XYZ | 21.64 | 10.44 | 36.95 | - |
| YUV | 70 | 182.18 | 192.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 5 | 166 | 0.03 | 0.97 | 0 | 0.35 | 298.14 | 0.94 | 0.34 |
| Hex | A1 | 5 | A6 | 3 | 61 | 0 | 23 | 12A | 5E | 22 |
| Octal | 241 | 5 | 246 | 3 | 141 | 0 | 43 | 452 | 136 | 42 |
| Binary | 10100001 | 101 | 10100110 | 11 | 1100001 | 0 | 100011 | 100101010 | 1011110 | 100010 |
Color Harmonies of #A105A6
Complementary color
Monochromatic Colors of #A105A6
Black with #A105A6
Text Example
Text Example
White with #A105A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A105A6; }
p { color: rgb(161,5,166); }
H1.HeaderClassName
{
color: #A105A6;
}
.AnyTagClassName
{
color: #A105A6;
}
</style>
background-color css
<style>
a { background-color: #A105A6; }
a { background-color: rgb(161,5,166); }
div.DivClassName
{
background-color: #A105A6;
}
.BgClassName
{
background-color: #A105A6;
}
</style>
border-color css
<style>
span { border-color: #A105A6; }
span { border-color: rgb(161,5,166); }
td.TdClassName
{
border-color: #A105A6;
}
.TagClassName
{
border-color: #A105A6;
}
</style>