Shades of Dark Magenta #A70BAA
Tints of Dark Magenta #A70BAA
RGB
CMYK
RGB Variations
Color information
#A70BAA (or 0xA70BAA) is known color: Dark Magenta. HEX triplet: A7, 0B and AA. RGB value is (167,11,170). Sum of RGB (Red+Green+Blue) = 167+11+170=348 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.99% from 348); Green value is 11 (4.69% from 255 or 3.16% from 348); Blue value is 170 (66.80% from 255 or 48.85% from 348); Max value from RGB is 170 - color contains mainly: blue. Hex color #A70BAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70BAA is #58F455. Grayscale: #4B4B4B. Windows color (decimal): -5829718 or 11144103. OLE color: 11144103.
HSL color Cylindrical-coordinate representation of color #A70BAA: hue angle of 298.87º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A70BAA is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 11 | 170 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.33 |
| HSL | 298.87º | 0.88% | 0.35% | - |
| HSV(B) | 298.87º | 0.94% | 0.67% | - |
| XYZ | 23.31 | 11.36 | 38.99 | - |
| YUV | 75.77 | 181.18 | 193.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 11 | 170 | 0.02 | 0.94 | 0 | 0.33 | 298.87 | 0.88 | 0.35 |
| Hex | A7 | B | AA | 2 | 5E | 0 | 21 | 12B | 58 | 23 |
| Octal | 247 | 13 | 252 | 2 | 136 | 0 | 41 | 453 | 130 | 43 |
| Binary | 10100111 | 1011 | 10101010 | 10 | 1011110 | 0 | 100001 | 100101011 | 1011000 | 100011 |
Color Harmonies of #A70BAA
Complementary color
Monochromatic Colors of #A70BAA
Black with #A70BAA
Text Example
Text Example
White with #A70BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70BAA; }
p { color: rgb(167,11,170); }
H1.HeaderClassName
{
color: #A70BAA;
}
.AnyTagClassName
{
color: #A70BAA;
}
</style>
background-color css
<style>
a { background-color: #A70BAA; }
a { background-color: rgb(167,11,170); }
div.DivClassName
{
background-color: #A70BAA;
}
.BgClassName
{
background-color: #A70BAA;
}
</style>
border-color css
<style>
span { border-color: #A70BAA; }
span { border-color: rgb(167,11,170); }
td.TdClassName
{
border-color: #A70BAA;
}
.TagClassName
{
border-color: #A70BAA;
}
</style>