Shades of Dark Magenta #A40B98
Tints of Dark Magenta #A40B98
RGB
CMYK
RGB Variations
Color information
#A40B98 (or 0xA40B98) is known color: Dark Magenta. HEX triplet: A4, 0B and 98. RGB value is (164,11,152). Sum of RGB (Red+Green+Blue) = 164+11+152=327 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.15% from 327); Green value is 11 (4.69% from 255 or 3.36% from 327); Blue value is 152 (59.77% from 255 or 46.48% from 327); Max value from RGB is 164 - color contains mainly: red. Hex color #A40B98 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40B98 is #5BF467. Grayscale: #484848. Windows color (decimal): -6026344 or 9964452. OLE color: 9964452.
HSL color Cylindrical-coordinate representation of color #A40B98: hue angle of 304.71º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A40B98 is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 11 | 152 | - |
| CMYK | 0 | 0.93 | 0.07 | 0.36 |
| HSL | 304.71º | 0.87% | 0.34% | - |
| HSV(B) | 304.71º | 0.93% | 0.64% | - |
| XYZ | 21.1 | 10.4 | 30.6 | - |
| YUV | 72.82 | 172.69 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 11 | 152 | 0 | 0.93 | 0.07 | 0.36 | 304.71 | 0.87 | 0.34 |
| Hex | A4 | B | 98 | 0 | 5D | 7 | 24 | 131 | 57 | 22 |
| Octal | 244 | 13 | 230 | 0 | 135 | 7 | 44 | 461 | 127 | 42 |
| Binary | 10100100 | 1011 | 10011000 | 0 | 1011101 | 111 | 100100 | 100110001 | 1010111 | 100010 |
Color Harmonies of #A40B98
Complementary color
Monochromatic Colors of #A40B98
Black with #A40B98
Text Example
Text Example
White with #A40B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40B98; }
p { color: rgb(164,11,152); }
H1.HeaderClassName
{
color: #A40B98;
}
.AnyTagClassName
{
color: #A40B98;
}
</style>
background-color css
<style>
a { background-color: #A40B98; }
a { background-color: rgb(164,11,152); }
div.DivClassName
{
background-color: #A40B98;
}
.BgClassName
{
background-color: #A40B98;
}
</style>
border-color css
<style>
span { border-color: #A40B98; }
span { border-color: rgb(164,11,152); }
td.TdClassName
{
border-color: #A40B98;
}
.TagClassName
{
border-color: #A40B98;
}
</style>