Shades of Dark Magenta #A40892
Tints of Dark Magenta #A40892
RGB
CMYK
RGB Variations
Color information
#A40892 (or 0xA40892) is known color: Dark Magenta. HEX triplet: A4, 08 and 92. RGB value is (164,8,146). Sum of RGB (Red+Green+Blue) = 164+8+146=318 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.57% from 318); Green value is 8 (3.52% from 255 or 2.52% from 318); Blue value is 146 (57.42% from 255 or 45.91% from 318); Max value from RGB is 164 - color contains mainly: red. Hex color #A40892 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40892 is #5BF76D. Grayscale: #454545. Windows color (decimal): -6027118 or 9570468. OLE color: 9570468.
HSL color Cylindrical-coordinate representation of color #A40892: hue angle of 306.92º 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 #A40892 is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 8 | 146 | - |
| CMYK | 0 | 0.95 | 0.11 | 0.36 |
| HSL | 306.92º | 0.91% | 0.34% | - |
| HSV(B) | 306.92º | 0.95% | 0.64% | - |
| XYZ | 20.58 | 10.14 | 28.07 | - |
| YUV | 70.38 | 170.68 | 194.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 8 | 146 | 0 | 0.95 | 0.11 | 0.36 | 306.92 | 0.91 | 0.34 |
| Hex | A4 | 8 | 92 | 0 | 5F | B | 24 | 133 | 5B | 22 |
| Octal | 244 | 10 | 222 | 0 | 137 | 13 | 44 | 463 | 133 | 42 |
| Binary | 10100100 | 1000 | 10010010 | 0 | 1011111 | 1011 | 100100 | 100110011 | 1011011 | 100010 |
Color Harmonies of #A40892
Complementary color
Monochromatic Colors of #A40892
Black with #A40892
Text Example
Text Example
White with #A40892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40892; }
p { color: rgb(164,8,146); }
H1.HeaderClassName
{
color: #A40892;
}
.AnyTagClassName
{
color: #A40892;
}
</style>
background-color css
<style>
a { background-color: #A40892; }
a { background-color: rgb(164,8,146); }
div.DivClassName
{
background-color: #A40892;
}
.BgClassName
{
background-color: #A40892;
}
</style>
border-color css
<style>
span { border-color: #A40892; }
span { border-color: rgb(164,8,146); }
td.TdClassName
{
border-color: #A40892;
}
.TagClassName
{
border-color: #A40892;
}
</style>