Shades of Dark Magenta #A10B8F
Tints of Dark Magenta #A10B8F
RGB
CMYK
RGB Variations
Color information
#A10B8F (or 0xA10B8F) is known color: Dark Magenta. HEX triplet: A1, 0B and 8F. RGB value is (161,11,143). Sum of RGB (Red+Green+Blue) = 161+11+143=315 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.11% from 315); Green value is 11 (4.69% from 255 or 3.49% from 315); Blue value is 143 (56.25% from 255 or 45.40% from 315); Max value from RGB is 161 - color contains mainly: red. Hex color #A10B8F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10B8F is #5EF470. Grayscale: #464646. Windows color (decimal): -6222961 or 9374625. OLE color: 9374625.
HSL color Cylindrical-coordinate representation of color #A10B8F: hue angle of 307.2º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A10B8F is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 11 | 143 | - |
| CMYK | 0 | 0.93 | 0.11 | 0.37 |
| HSL | 307.2º | 0.87% | 0.34% | - |
| HSV(B) | 307.2º | 0.93% | 0.63% | - |
| XYZ | 19.78 | 9.8 | 26.84 | - |
| YUV | 70.9 | 168.7 | 192.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 11 | 143 | 0 | 0.93 | 0.11 | 0.37 | 307.2 | 0.87 | 0.34 |
| Hex | A1 | B | 8F | 0 | 5D | B | 25 | 133 | 57 | 22 |
| Octal | 241 | 13 | 217 | 0 | 135 | 13 | 45 | 463 | 127 | 42 |
| Binary | 10100001 | 1011 | 10001111 | 0 | 1011101 | 1011 | 100101 | 100110011 | 1010111 | 100010 |
Color Harmonies of #A10B8F
Complementary color
Monochromatic Colors of #A10B8F
Black with #A10B8F
Text Example
Text Example
White with #A10B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10B8F; }
p { color: rgb(161,11,143); }
H1.HeaderClassName
{
color: #A10B8F;
}
.AnyTagClassName
{
color: #A10B8F;
}
</style>
background-color css
<style>
a { background-color: #A10B8F; }
a { background-color: rgb(161,11,143); }
div.DivClassName
{
background-color: #A10B8F;
}
.BgClassName
{
background-color: #A10B8F;
}
</style>
border-color css
<style>
span { border-color: #A10B8F; }
span { border-color: rgb(161,11,143); }
td.TdClassName
{
border-color: #A10B8F;
}
.TagClassName
{
border-color: #A10B8F;
}
</style>