Shades of Dark Magenta #A6048B
Tints of Dark Magenta #A6048B
RGB
CMYK
RGB Variations
Color information
#A6048B (or 0xA6048B) is known color: Dark Magenta. HEX triplet: A6, 04 and 8B. RGB value is (166,4,139). Sum of RGB (Red+Green+Blue) = 166+4+139=309 (40% of max value = 765). Red value is 166 (65.23% from 255 or 53.72% from 309); Green value is 4 (1.95% from 255 or 1.29% from 309); Blue value is 139 (54.69% from 255 or 44.98% from 309); Max value from RGB is 166 - color contains mainly: red. Hex color #A6048B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6048B is #59FB74. Grayscale: #434343. Windows color (decimal): -5897077 or 9110694. OLE color: 9110694.
HSL color Cylindrical-coordinate representation of color #A6048B: hue angle of 310º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A6048B is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 4 | 139 | - |
| CMYK | 0 | 0.98 | 0.16 | 0.35 |
| HSL | 310º | 0.95% | 0.33% | - |
| HSV(B) | 310º | 0.98% | 0.65% | - |
| XYZ | 20.43 | 10.06 | 25.29 | - |
| YUV | 67.83 | 168.17 | 198.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 4 | 139 | 0 | 0.98 | 0.16 | 0.35 | 310 | 0.95 | 0.33 |
| Hex | A6 | 4 | 8B | 0 | 62 | 10 | 23 | 136 | 5F | 21 |
| Octal | 246 | 4 | 213 | 0 | 142 | 20 | 43 | 466 | 137 | 41 |
| Binary | 10100110 | 100 | 10001011 | 0 | 1100010 | 10000 | 100011 | 100110110 | 1011111 | 100001 |
Color Harmonies of #A6048B
Complementary color
Monochromatic Colors of #A6048B
Black with #A6048B
Text Example
Text Example
White with #A6048B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6048B; }
p { color: rgb(166,4,139); }
H1.HeaderClassName
{
color: #A6048B;
}
.AnyTagClassName
{
color: #A6048B;
}
</style>
background-color css
<style>
a { background-color: #A6048B; }
a { background-color: rgb(166,4,139); }
div.DivClassName
{
background-color: #A6048B;
}
.BgClassName
{
background-color: #A6048B;
}
</style>
border-color css
<style>
span { border-color: #A6048B; }
span { border-color: rgb(166,4,139); }
td.TdClassName
{
border-color: #A6048B;
}
.TagClassName
{
border-color: #A6048B;
}
</style>