Shades of Dark Magenta #A10FAC
Tints of Dark Magenta #A10FAC
RGB
CMYK
RGB Variations
Color information
#A10FAC (or 0xA10FAC) is known color: Dark Magenta. HEX triplet: A1, 0F and AC. RGB value is (161,15,172). Sum of RGB (Red+Green+Blue) = 161+15+172=348 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.26% from 348); Green value is 15 (6.25% from 255 or 4.31% from 348); Blue value is 172 (67.58% from 255 or 49.43% from 348); Max value from RGB is 172 - color contains mainly: blue. Hex color #A10FAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10FAC is #5EF053. Grayscale: #4C4C4C. Windows color (decimal): -6221908 or 11276193. OLE color: 11276193.
HSL color Cylindrical-coordinate representation of color #A10FAC: hue angle of 295.8º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A10FAC is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 15 | 172 | - |
| CMYK | 0.06 | 0.91 | 0 | 0.33 |
| HSL | 295.8º | 0.84% | 0.37% | - |
| HSV(B) | 295.8º | 0.91% | 0.67% | - |
| XYZ | 22.32 | 10.9 | 39.96 | - |
| YUV | 76.55 | 181.87 | 188.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 15 | 172 | 0.06 | 0.91 | 0 | 0.33 | 295.8 | 0.84 | 0.37 |
| Hex | A1 | F | AC | 6 | 5B | 0 | 21 | 128 | 54 | 25 |
| Octal | 241 | 17 | 254 | 6 | 133 | 0 | 41 | 450 | 124 | 45 |
| Binary | 10100001 | 1111 | 10101100 | 110 | 1011011 | 0 | 100001 | 100101000 | 1010100 | 100101 |
Color Harmonies of #A10FAC
Complementary color
Monochromatic Colors of #A10FAC
Black with #A10FAC
Text Example
Text Example
White with #A10FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10FAC; }
p { color: rgb(161,15,172); }
H1.HeaderClassName
{
color: #A10FAC;
}
.AnyTagClassName
{
color: #A10FAC;
}
</style>
background-color css
<style>
a { background-color: #A10FAC; }
a { background-color: rgb(161,15,172); }
div.DivClassName
{
background-color: #A10FAC;
}
.BgClassName
{
background-color: #A10FAC;
}
</style>
border-color css
<style>
span { border-color: #A10FAC; }
span { border-color: rgb(161,15,172); }
td.TdClassName
{
border-color: #A10FAC;
}
.TagClassName
{
border-color: #A10FAC;
}
</style>