Shades of Dark Magenta #A40FAD
Tints of Dark Magenta #A40FAD
RGB
CMYK
RGB Variations
Color information
#A40FAD (or 0xA40FAD) is known color: Dark Magenta. HEX triplet: A4, 0F and AD. RGB value is (164,15,173). Sum of RGB (Red+Green+Blue) = 164+15+173=352 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.59% from 352); Green value is 15 (6.25% from 255 or 4.26% from 352); Blue value is 173 (67.97% from 255 or 49.15% from 352); Max value from RGB is 173 - color contains mainly: blue. Hex color #A40FAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40FAD is #5BF052. Grayscale: #4D4D4D. Windows color (decimal): -6025299 or 11341732. OLE color: 11341732.
HSL color Cylindrical-coordinate representation of color #A40FAD: hue angle of 296.58º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A40FAD is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 164 | 15 | 173 | - |
| CMYK | 0.05 | 0.91 | 0 | 0.32 |
| HSL | 296.58º | 0.84% | 0.37% | - |
| HSV(B) | 296.58º | 0.91% | 0.68% | - |
| XYZ | 23.02 | 11.25 | 40.49 | - |
| YUV | 77.56 | 181.86 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 15 | 173 | 0.05 | 0.91 | 0 | 0.32 | 296.58 | 0.84 | 0.37 |
| Hex | A4 | F | AD | 5 | 5B | 0 | 20 | 129 | 54 | 25 |
| Octal | 244 | 17 | 255 | 5 | 133 | 0 | 40 | 451 | 124 | 45 |
| Binary | 10100100 | 1111 | 10101101 | 101 | 1011011 | 0 | 100000 | 100101001 | 1010100 | 100101 |
Color Harmonies of #A40FAD
Complementary color
Monochromatic Colors of #A40FAD
Black with #A40FAD
Text Example
Text Example
White with #A40FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40FAD; }
p { color: rgb(164,15,173); }
H1.HeaderClassName
{
color: #A40FAD;
}
.AnyTagClassName
{
color: #A40FAD;
}
</style>
background-color css
<style>
a { background-color: #A40FAD; }
a { background-color: rgb(164,15,173); }
div.DivClassName
{
background-color: #A40FAD;
}
.BgClassName
{
background-color: #A40FAD;
}
</style>
border-color css
<style>
span { border-color: #A40FAD; }
span { border-color: rgb(164,15,173); }
td.TdClassName
{
border-color: #A40FAD;
}
.TagClassName
{
border-color: #A40FAD;
}
</style>