Shades of Dark Magenta #A7069B
Tints of Dark Magenta #A7069B
RGB
CMYK
RGB Variations
Color information
#A7069B (or 0xA7069B) is known color: Dark Magenta. HEX triplet: A7, 06 and 9B. RGB value is (167,6,155). Sum of RGB (Red+Green+Blue) = 167+6+155=328 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.91% from 328); Green value is 6 (2.73% from 255 or 1.83% from 328); Blue value is 155 (60.94% from 255 or 47.26% from 328); Max value from RGB is 167 - color contains mainly: red. Hex color #A7069B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A7069B is #58F964. Grayscale: #464646. Windows color (decimal): -5831013 or 10159783. OLE color: 10159783.
HSL color Cylindrical-coordinate representation of color #A7069B: hue angle of 304.47º 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 #A7069B is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 6 | 155 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.35 |
| HSL | 304.47º | 0.93% | 0.34% | - |
| HSV(B) | 304.47º | 0.96% | 0.65% | - |
| XYZ | 21.92 | 10.71 | 31.92 | - |
| YUV | 71.13 | 175.34 | 196.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 6 | 155 | 0 | 0.96 | 0.07 | 0.35 | 304.47 | 0.93 | 0.34 |
| Hex | A7 | 6 | 9B | 0 | 60 | 7 | 23 | 130 | 5D | 22 |
| Octal | 247 | 6 | 233 | 0 | 140 | 7 | 43 | 460 | 135 | 42 |
| Binary | 10100111 | 110 | 10011011 | 0 | 1100000 | 111 | 100011 | 100110000 | 1011101 | 100010 |
Color Harmonies of #A7069B
Complementary color
Monochromatic Colors of #A7069B
Black with #A7069B
Text Example
Text Example
White with #A7069B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7069B; }
p { color: rgb(167,6,155); }
H1.HeaderClassName
{
color: #A7069B;
}
.AnyTagClassName
{
color: #A7069B;
}
</style>
background-color css
<style>
a { background-color: #A7069B; }
a { background-color: rgb(167,6,155); }
div.DivClassName
{
background-color: #A7069B;
}
.BgClassName
{
background-color: #A7069B;
}
</style>
border-color css
<style>
span { border-color: #A7069B; }
span { border-color: rgb(167,6,155); }
td.TdClassName
{
border-color: #A7069B;
}
.TagClassName
{
border-color: #A7069B;
}
</style>