Shades of Dark Magenta #A1048B
Tints of Dark Magenta #A1048B
RGB
CMYK
RGB Variations
Color information
#A1048B (or 0xA1048B) is known color: Dark Magenta. HEX triplet: A1, 04 and 8B. RGB value is (161,4,139). Sum of RGB (Red+Green+Blue) = 161+4+139=304 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.96% from 304); Green value is 4 (1.95% from 255 or 1.32% from 304); Blue value is 139 (54.69% from 255 or 45.72% from 304); Max value from RGB is 161 - color contains mainly: red. Hex color #A1048B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1048B is #5EFB74. Grayscale: #414141. Windows color (decimal): -6224757 or 9110689. OLE color: 9110689.
HSL color Cylindrical-coordinate representation of color #A1048B: hue angle of 308.41º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A1048B is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 4 | 139 | - |
| CMYK | 0 | 0.98 | 0.14 | 0.37 |
| HSL | 308.41º | 0.95% | 0.32% | - |
| HSV(B) | 308.41º | 0.98% | 0.63% | - |
| XYZ | 19.4 | 9.53 | 25.24 | - |
| YUV | 66.33 | 169.01 | 195.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 4 | 139 | 0 | 0.98 | 0.14 | 0.37 | 308.41 | 0.95 | 0.32 |
| Hex | A1 | 4 | 8B | 0 | 62 | E | 25 | 134 | 5F | 20 |
| Octal | 241 | 4 | 213 | 0 | 142 | 16 | 45 | 464 | 137 | 40 |
| Binary | 10100001 | 100 | 10001011 | 0 | 1100010 | 1110 | 100101 | 100110100 | 1011111 | 100000 |
Color Harmonies of #A1048B
Complementary color
Monochromatic Colors of #A1048B
Black with #A1048B
Text Example
Text Example
White with #A1048B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1048B; }
p { color: rgb(161,4,139); }
H1.HeaderClassName
{
color: #A1048B;
}
.AnyTagClassName
{
color: #A1048B;
}
</style>
background-color css
<style>
a { background-color: #A1048B; }
a { background-color: rgb(161,4,139); }
div.DivClassName
{
background-color: #A1048B;
}
.BgClassName
{
background-color: #A1048B;
}
</style>
border-color css
<style>
span { border-color: #A1048B; }
span { border-color: rgb(161,4,139); }
td.TdClassName
{
border-color: #A1048B;
}
.TagClassName
{
border-color: #A1048B;
}
</style>