Shades of Dark Magenta #A7069D
Tints of Dark Magenta #A7069D
RGB
CMYK
RGB Variations
Color information
#A7069D (or 0xA7069D) is known color: Dark Magenta. HEX triplet: A7, 06 and 9D. RGB value is (167,6,157). Sum of RGB (Red+Green+Blue) = 167+6+157=330 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.61% from 330); Green value is 6 (2.73% from 255 or 1.82% from 330); Blue value is 157 (61.72% from 255 or 47.58% from 330); Max value from RGB is 167 - color contains mainly: red. Hex color #A7069D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A7069D is #58F962. Grayscale: #464646. Windows color (decimal): -5831011 or 10290855. OLE color: 10290855.
HSL color Cylindrical-coordinate representation of color #A7069D: hue angle of 303.73º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A7069D is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 6 | 157 | - |
| CMYK | 0 | 0.96 | 0.06 | 0.35 |
| HSL | 303.73º | 0.93% | 0.34% | - |
| HSV(B) | 303.73º | 0.96% | 0.65% | - |
| XYZ | 22.09 | 10.78 | 32.81 | - |
| YUV | 71.35 | 176.34 | 196.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 6 | 157 | 0 | 0.96 | 0.06 | 0.35 | 303.73 | 0.93 | 0.34 |
| Hex | A7 | 6 | 9D | 0 | 60 | 6 | 23 | 130 | 5D | 22 |
| Octal | 247 | 6 | 235 | 0 | 140 | 6 | 43 | 460 | 135 | 42 |
| Binary | 10100111 | 110 | 10011101 | 0 | 1100000 | 110 | 100011 | 100110000 | 1011101 | 100010 |
Color Harmonies of #A7069D
Complementary color
Monochromatic Colors of #A7069D
Black with #A7069D
Text Example
Text Example
White with #A7069D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7069D; }
p { color: rgb(167,6,157); }
H1.HeaderClassName
{
color: #A7069D;
}
.AnyTagClassName
{
color: #A7069D;
}
</style>
background-color css
<style>
a { background-color: #A7069D; }
a { background-color: rgb(167,6,157); }
div.DivClassName
{
background-color: #A7069D;
}
.BgClassName
{
background-color: #A7069D;
}
</style>
border-color css
<style>
span { border-color: #A7069D; }
span { border-color: rgb(167,6,157); }
td.TdClassName
{
border-color: #A7069D;
}
.TagClassName
{
border-color: #A7069D;
}
</style>