Shades of Dark Magenta #A10FA6
Tints of Dark Magenta #A10FA6
RGB
CMYK
RGB Variations
Color information
#A10FA6 (or 0xA10FA6) is known color: Dark Magenta. HEX triplet: A1, 0F and A6. RGB value is (161,15,166). Sum of RGB (Red+Green+Blue) = 161+15+166=342 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.08% from 342); Green value is 15 (6.25% from 255 or 4.39% from 342); Blue value is 166 (65.23% from 255 or 48.54% from 342); Max value from RGB is 166 - color contains mainly: blue. Hex color #A10FA6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10FA6 is #5EF059. Grayscale: #4B4B4B. Windows color (decimal): -6221914 or 10882977. OLE color: 10882977.
HSL color Cylindrical-coordinate representation of color #A10FA6: hue angle of 298.01º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A10FA6 is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 161 | 15 | 166 | - |
| CMYK | 0.03 | 0.91 | 0 | 0.35 |
| HSL | 298.01º | 0.83% | 0.35% | - |
| HSV(B) | 298.01º | 0.91% | 0.65% | - |
| XYZ | 21.75 | 10.67 | 36.99 | - |
| YUV | 75.87 | 178.87 | 188.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 15 | 166 | 0.03 | 0.91 | 0 | 0.35 | 298.01 | 0.83 | 0.35 |
| Hex | A1 | F | A6 | 3 | 5B | 0 | 23 | 12A | 53 | 23 |
| Octal | 241 | 17 | 246 | 3 | 133 | 0 | 43 | 452 | 123 | 43 |
| Binary | 10100001 | 1111 | 10100110 | 11 | 1011011 | 0 | 100011 | 100101010 | 1010011 | 100011 |
Color Harmonies of #A10FA6
Complementary color
Monochromatic Colors of #A10FA6
Black with #A10FA6
Text Example
Text Example
White with #A10FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10FA6; }
p { color: rgb(161,15,166); }
H1.HeaderClassName
{
color: #A10FA6;
}
.AnyTagClassName
{
color: #A10FA6;
}
</style>
background-color css
<style>
a { background-color: #A10FA6; }
a { background-color: rgb(161,15,166); }
div.DivClassName
{
background-color: #A10FA6;
}
.BgClassName
{
background-color: #A10FA6;
}
</style>
border-color css
<style>
span { border-color: #A10FA6; }
span { border-color: rgb(161,15,166); }
td.TdClassName
{
border-color: #A10FA6;
}
.TagClassName
{
border-color: #A10FA6;
}
</style>