Shades of Dark Magenta #A40898
Tints of Dark Magenta #A40898
RGB
CMYK
RGB Variations
Color information
#A40898 (or 0xA40898) is known color: Dark Magenta. HEX triplet: A4, 08 and 98. RGB value is (164,8,152). Sum of RGB (Red+Green+Blue) = 164+8+152=324 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.62% from 324); Green value is 8 (3.52% from 255 or 2.47% from 324); Blue value is 152 (59.77% from 255 or 46.91% from 324); Max value from RGB is 164 - color contains mainly: red. Hex color #A40898 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40898 is #5BF767. Grayscale: #464646. Windows color (decimal): -6027112 or 9963684. OLE color: 9963684.
HSL color Cylindrical-coordinate representation of color #A40898: hue angle of 304.62º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A40898 is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 8 | 152 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.36 |
| HSL | 304.62º | 0.91% | 0.34% | - |
| HSV(B) | 304.62º | 0.95% | 0.64% | - |
| XYZ | 21.06 | 10.33 | 30.59 | - |
| YUV | 71.06 | 173.68 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 8 | 152 | 0 | 0.95 | 0.07 | 0.36 | 304.62 | 0.91 | 0.34 |
| Hex | A4 | 8 | 98 | 0 | 5F | 7 | 24 | 131 | 5B | 22 |
| Octal | 244 | 10 | 230 | 0 | 137 | 7 | 44 | 461 | 133 | 42 |
| Binary | 10100100 | 1000 | 10011000 | 0 | 1011111 | 111 | 100100 | 100110001 | 1011011 | 100010 |
Color Harmonies of #A40898
Complementary color
Monochromatic Colors of #A40898
Black with #A40898
Text Example
Text Example
White with #A40898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40898; }
p { color: rgb(164,8,152); }
H1.HeaderClassName
{
color: #A40898;
}
.AnyTagClassName
{
color: #A40898;
}
</style>
background-color css
<style>
a { background-color: #A40898; }
a { background-color: rgb(164,8,152); }
div.DivClassName
{
background-color: #A40898;
}
.BgClassName
{
background-color: #A40898;
}
</style>
border-color css
<style>
span { border-color: #A40898; }
span { border-color: rgb(164,8,152); }
td.TdClassName
{
border-color: #A40898;
}
.TagClassName
{
border-color: #A40898;
}
</style>