Shades of Dark Magenta #A40684
Tints of Dark Magenta #A40684
RGB
CMYK
RGB Variations
Color information
#A40684 (or 0xA40684) is known color: Dark Magenta. HEX triplet: A4, 06 and 84. RGB value is (164,6,132). Sum of RGB (Red+Green+Blue) = 164+6+132=302 (40% of max value = 765). Red value is 164 (64.45% from 255 or 54.30% from 302); Green value is 6 (2.73% from 255 or 1.99% from 302); Blue value is 132 (51.95% from 255 or 43.71% from 302); Max value from RGB is 164 - color contains mainly: red. Hex color #A40684 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40684 is #5BF97B. Grayscale: #434343. Windows color (decimal): -6027644 or 8652452. OLE color: 8652452.
HSL color Cylindrical-coordinate representation of color #A40684: hue angle of 312.15º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A40684 is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 6 | 132 | - |
| CMYK | 0 | 0.96 | 0.20 | 0.36 |
| HSL | 312.15º | 0.93% | 0.33% | - |
| HSV(B) | 312.15º | 0.96% | 0.64% | - |
| XYZ | 19.54 | 9.69 | 22.67 | - |
| YUV | 67.61 | 164.35 | 196.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 6 | 132 | 0 | 0.96 | 0.20 | 0.36 | 312.15 | 0.93 | 0.33 |
| Hex | A4 | 6 | 84 | 0 | 60 | 14 | 24 | 138 | 5D | 21 |
| Octal | 244 | 6 | 204 | 0 | 140 | 24 | 44 | 470 | 135 | 41 |
| Binary | 10100100 | 110 | 10000100 | 0 | 1100000 | 10100 | 100100 | 100111000 | 1011101 | 100001 |
Color Harmonies of #A40684
Complementary color
Monochromatic Colors of #A40684
Black with #A40684
Text Example
Text Example
White with #A40684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40684; }
p { color: rgb(164,6,132); }
H1.HeaderClassName
{
color: #A40684;
}
.AnyTagClassName
{
color: #A40684;
}
</style>
background-color css
<style>
a { background-color: #A40684; }
a { background-color: rgb(164,6,132); }
div.DivClassName
{
background-color: #A40684;
}
.BgClassName
{
background-color: #A40684;
}
</style>
border-color css
<style>
span { border-color: #A40684; }
span { border-color: rgb(164,6,132); }
td.TdClassName
{
border-color: #A40684;
}
.TagClassName
{
border-color: #A40684;
}
</style>