Shades of Dark Magenta #A40BA7
Tints of Dark Magenta #A40BA7
RGB
CMYK
RGB Variations
Color information
#A40BA7 (or 0xA40BA7) is known color: Dark Magenta. HEX triplet: A4, 0B and A7. RGB value is (164,11,167). Sum of RGB (Red+Green+Blue) = 164+11+167=342 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.95% from 342); Green value is 11 (4.69% from 255 or 3.22% from 342); Blue value is 167 (65.62% from 255 or 48.83% from 342); Max value from RGB is 167 - color contains mainly: blue. Hex color #A40BA7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40BA7 is #5BF458. Grayscale: #4A4A4A. Windows color (decimal): -6026329 or 10947492. OLE color: 10947492.
HSL color Cylindrical-coordinate representation of color #A40BA7: hue angle of 298.85º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A40BA7 is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 164 | 11 | 167 | - |
| CMYK | 0.02 | 0.93 | 0 | 0.35 |
| HSL | 298.85º | 0.88% | 0.35% | - |
| HSV(B) | 298.85º | 0.93% | 0.65% | - |
| XYZ | 22.4 | 10.92 | 37.49 | - |
| YUV | 74.53 | 180.19 | 191.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 11 | 167 | 0.02 | 0.93 | 0 | 0.35 | 298.85 | 0.88 | 0.35 |
| Hex | A4 | B | A7 | 2 | 5D | 0 | 23 | 12B | 58 | 23 |
| Octal | 244 | 13 | 247 | 2 | 135 | 0 | 43 | 453 | 130 | 43 |
| Binary | 10100100 | 1011 | 10100111 | 10 | 1011101 | 0 | 100011 | 100101011 | 1011000 | 100011 |
Color Harmonies of #A40BA7
Complementary color
Monochromatic Colors of #A40BA7
Black with #A40BA7
Text Example
Text Example
White with #A40BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40BA7; }
p { color: rgb(164,11,167); }
H1.HeaderClassName
{
color: #A40BA7;
}
.AnyTagClassName
{
color: #A40BA7;
}
</style>
background-color css
<style>
a { background-color: #A40BA7; }
a { background-color: rgb(164,11,167); }
div.DivClassName
{
background-color: #A40BA7;
}
.BgClassName
{
background-color: #A40BA7;
}
</style>
border-color css
<style>
span { border-color: #A40BA7; }
span { border-color: rgb(164,11,167); }
td.TdClassName
{
border-color: #A40BA7;
}
.TagClassName
{
border-color: #A40BA7;
}
</style>