Shades of Dark Magenta #A40FA7
Tints of Dark Magenta #A40FA7
RGB
CMYK
RGB Variations
Color information
#A40FA7 (or 0xA40FA7) is known color: Dark Magenta. HEX triplet: A4, 0F and A7. RGB value is (164,15,167). Sum of RGB (Red+Green+Blue) = 164+15+167=346 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.40% from 346); Green value is 15 (6.25% from 255 or 4.34% from 346); Blue value is 167 (65.62% from 255 or 48.27% from 346); Max value from RGB is 167 - color contains mainly: blue. Hex color #A40FA7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40FA7 is #5BF058. Grayscale: #4C4C4C. Windows color (decimal): -6025305 or 10948516. OLE color: 10948516.
HSL color Cylindrical-coordinate representation of color #A40FA7: hue angle of 298.82º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A40FA7 is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 164 | 15 | 167 | - |
| CMYK | 0.02 | 0.91 | 0 | 0.35 |
| HSL | 298.82º | 0.84% | 0.36% | - |
| HSV(B) | 298.82º | 0.91% | 0.65% | - |
| XYZ | 22.46 | 11.02 | 37.5 | - |
| YUV | 76.88 | 178.86 | 190.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 15 | 167 | 0.02 | 0.91 | 0 | 0.35 | 298.82 | 0.84 | 0.36 |
| Hex | A4 | F | A7 | 2 | 5B | 0 | 23 | 12B | 54 | 24 |
| Octal | 244 | 17 | 247 | 2 | 133 | 0 | 43 | 453 | 124 | 44 |
| Binary | 10100100 | 1111 | 10100111 | 10 | 1011011 | 0 | 100011 | 100101011 | 1010100 | 100100 |
Color Harmonies of #A40FA7
Complementary color
Monochromatic Colors of #A40FA7
Black with #A40FA7
Text Example
Text Example
White with #A40FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40FA7; }
p { color: rgb(164,15,167); }
H1.HeaderClassName
{
color: #A40FA7;
}
.AnyTagClassName
{
color: #A40FA7;
}
</style>
background-color css
<style>
a { background-color: #A40FA7; }
a { background-color: rgb(164,15,167); }
div.DivClassName
{
background-color: #A40FA7;
}
.BgClassName
{
background-color: #A40FA7;
}
</style>
border-color css
<style>
span { border-color: #A40FA7; }
span { border-color: rgb(164,15,167); }
td.TdClassName
{
border-color: #A40FA7;
}
.TagClassName
{
border-color: #A40FA7;
}
</style>