Shades of Dark Magenta #A7009B
Tints of Dark Magenta #A7009B
RGB
CMYK
RGB Variations
Color information
#A7009B (or 0xA7009B) is known color: Dark Magenta. HEX triplet: A7, 00 and 9B. RGB value is (167,0,155). Sum of RGB (Red+Green+Blue) = 167+0+155=322 (42% of max value = 765). Red value is 167 (65.62% from 255 or 51.86% from 322); Green value is 0 (0.39% from 255 or 0% from 322); Blue value is 155 (60.94% from 255 or 48.14% from 322); Max value from RGB is 167 - color contains mainly: red. Hex color #A7009B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A7009B is #58FF64. Grayscale: #434343. Windows color (decimal): -5832549 or 10158247. OLE color: 10158247.
HSL color Cylindrical-coordinate representation of color #A7009B: hue angle of 304.31º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A7009B is Cyan = 0, Magento = 1, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 0 | 155 | - |
| CMYK | 0 | 1 | 0.07 | 0.35 |
| HSL | 304.31º | 1% | 0.33% | - |
| HSV(B) | 304.31º | 1% | 0.65% | - |
| XYZ | 21.85 | 10.58 | 31.9 | - |
| YUV | 67.6 | 177.33 | 198.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 0 | 155 | 0 | 1 | 0.07 | 0.35 | 304.31 | 1 | 0.33 |
| Hex | A7 | 0 | 9B | 0 | 64 | 7 | 23 | 130 | 64 | 21 |
| Octal | 247 | 0 | 233 | 0 | 144 | 7 | 43 | 460 | 144 | 41 |
| Binary | 10100111 | 0 | 10011011 | 0 | 1100100 | 111 | 100011 | 100110000 | 1100100 | 100001 |
Color Harmonies of #A7009B
Complementary color
Monochromatic Colors of #A7009B
Black with #A7009B
Text Example
Text Example
White with #A7009B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7009B; }
p { color: rgb(167,0,155); }
H1.HeaderClassName
{
color: #A7009B;
}
.AnyTagClassName
{
color: #A7009B;
}
</style>
background-color css
<style>
a { background-color: #A7009B; }
a { background-color: rgb(167,0,155); }
div.DivClassName
{
background-color: #A7009B;
}
.BgClassName
{
background-color: #A7009B;
}
</style>
border-color css
<style>
span { border-color: #A7009B; }
span { border-color: rgb(167,0,155); }
td.TdClassName
{
border-color: #A7009B;
}
.TagClassName
{
border-color: #A7009B;
}
</style>