Shades of Dark Magenta #A70999
Tints of Dark Magenta #A70999
RGB
CMYK
RGB Variations
Color information
#A70999 (or 0xA70999) is known color: Dark Magenta. HEX triplet: A7, 09 and 99. RGB value is (167,9,153). Sum of RGB (Red+Green+Blue) = 167+9+153=329 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.76% from 329); Green value is 9 (3.91% from 255 or 2.74% from 329); Blue value is 153 (60.16% from 255 or 46.50% from 329); Max value from RGB is 167 - color contains mainly: red. Hex color #A70999 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70999 is #58F666. Grayscale: #484848. Windows color (decimal): -5830247 or 10029479. OLE color: 10029479.
HSL color Cylindrical-coordinate representation of color #A70999: hue angle of 305.32º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A70999 is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 9 | 153 | - |
| CMYK | 0 | 0.95 | 0.08 | 0.35 |
| HSL | 305.32º | 0.9% | 0.35% | - |
| HSV(B) | 305.32º | 0.95% | 0.65% | - |
| XYZ | 21.78 | 10.71 | 31.06 | - |
| YUV | 72.66 | 173.35 | 195.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 9 | 153 | 0 | 0.95 | 0.08 | 0.35 | 305.32 | 0.9 | 0.35 |
| Hex | A7 | 9 | 99 | 0 | 5F | 8 | 23 | 131 | 5A | 23 |
| Octal | 247 | 11 | 231 | 0 | 137 | 10 | 43 | 461 | 132 | 43 |
| Binary | 10100111 | 1001 | 10011001 | 0 | 1011111 | 1000 | 100011 | 100110001 | 1011010 | 100011 |
Color Harmonies of #A70999
Complementary color
Monochromatic Colors of #A70999
Black with #A70999
Text Example
Text Example
White with #A70999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70999; }
p { color: rgb(167,9,153); }
H1.HeaderClassName
{
color: #A70999;
}
.AnyTagClassName
{
color: #A70999;
}
</style>
background-color css
<style>
a { background-color: #A70999; }
a { background-color: rgb(167,9,153); }
div.DivClassName
{
background-color: #A70999;
}
.BgClassName
{
background-color: #A70999;
}
</style>
border-color css
<style>
span { border-color: #A70999; }
span { border-color: rgb(167,9,153); }
td.TdClassName
{
border-color: #A70999;
}
.TagClassName
{
border-color: #A70999;
}
</style>