Shades of Dark Magenta #A70BAC
Tints of Dark Magenta #A70BAC
RGB
CMYK
RGB Variations
Color information
#A70BAC (or 0xA70BAC) is known color: Dark Magenta. HEX triplet: A7, 0B and AC. RGB value is (167,11,172). Sum of RGB (Red+Green+Blue) = 167+11+172=350 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.71% from 350); Green value is 11 (4.69% from 255 or 3.14% from 350); Blue value is 172 (67.58% from 255 or 49.14% from 350); Max value from RGB is 172 - color contains mainly: blue. Hex color #A70BAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70BAC is #58F453. Grayscale: #4B4B4B. Windows color (decimal): -5829716 or 11275175. OLE color: 11275175.
HSL color Cylindrical-coordinate representation of color #A70BAC: hue angle of 298.14º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A70BAC is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 11 | 172 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.33 |
| HSL | 298.14º | 0.88% | 0.36% | - |
| HSV(B) | 298.14º | 0.94% | 0.67% | - |
| XYZ | 23.5 | 11.43 | 40 | - |
| YUV | 76 | 182.18 | 192.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 11 | 172 | 0.03 | 0.94 | 0 | 0.33 | 298.14 | 0.88 | 0.36 |
| Hex | A7 | B | AC | 3 | 5E | 0 | 21 | 12A | 58 | 24 |
| Octal | 247 | 13 | 254 | 3 | 136 | 0 | 41 | 452 | 130 | 44 |
| Binary | 10100111 | 1011 | 10101100 | 11 | 1011110 | 0 | 100001 | 100101010 | 1011000 | 100100 |
Color Harmonies of #A70BAC
Complementary color
Monochromatic Colors of #A70BAC
Black with #A70BAC
Text Example
Text Example
White with #A70BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70BAC; }
p { color: rgb(167,11,172); }
H1.HeaderClassName
{
color: #A70BAC;
}
.AnyTagClassName
{
color: #A70BAC;
}
</style>
background-color css
<style>
a { background-color: #A70BAC; }
a { background-color: rgb(167,11,172); }
div.DivClassName
{
background-color: #A70BAC;
}
.BgClassName
{
background-color: #A70BAC;
}
</style>
border-color css
<style>
span { border-color: #A70BAC; }
span { border-color: rgb(167,11,172); }
td.TdClassName
{
border-color: #A70BAC;
}
.TagClassName
{
border-color: #A70BAC;
}
</style>