Shades of Dark Magenta #A707AB
Tints of Dark Magenta #A707AB
RGB
CMYK
RGB Variations
Color information
#A707AB (or 0xA707AB) is known color: Dark Magenta. HEX triplet: A7, 07 and AB. RGB value is (167,7,171). Sum of RGB (Red+Green+Blue) = 167+7+171=345 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.41% from 345); Green value is 7 (3.12% from 255 or 2.03% from 345); Blue value is 171 (67.19% from 255 or 49.57% from 345); Max value from RGB is 171 - color contains mainly: blue. Hex color #A707AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A707AB is #58F854. Grayscale: #494949. Windows color (decimal): -5830741 or 11208615. OLE color: 11208615.
HSL color Cylindrical-coordinate representation of color #A707AB: hue angle of 298.54º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A707AB is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 7 | 171 | - |
| CMYK | 0.02 | 0.96 | 0 | 0.33 |
| HSL | 298.54º | 0.92% | 0.35% | - |
| HSV(B) | 298.54º | 0.96% | 0.67% | - |
| XYZ | 23.36 | 11.31 | 39.48 | - |
| YUV | 73.54 | 183.01 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 7 | 171 | 0.02 | 0.96 | 0 | 0.33 | 298.54 | 0.92 | 0.35 |
| Hex | A7 | 7 | AB | 2 | 60 | 0 | 21 | 12B | 5C | 23 |
| Octal | 247 | 7 | 253 | 2 | 140 | 0 | 41 | 453 | 134 | 43 |
| Binary | 10100111 | 111 | 10101011 | 10 | 1100000 | 0 | 100001 | 100101011 | 1011100 | 100011 |
Color Harmonies of #A707AB
Complementary color
Monochromatic Colors of #A707AB
Black with #A707AB
Text Example
Text Example
White with #A707AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A707AB; }
p { color: rgb(167,7,171); }
H1.HeaderClassName
{
color: #A707AB;
}
.AnyTagClassName
{
color: #A707AB;
}
</style>
background-color css
<style>
a { background-color: #A707AB; }
a { background-color: rgb(167,7,171); }
div.DivClassName
{
background-color: #A707AB;
}
.BgClassName
{
background-color: #A707AB;
}
</style>
border-color css
<style>
span { border-color: #A707AB; }
span { border-color: rgb(167,7,171); }
td.TdClassName
{
border-color: #A707AB;
}
.TagClassName
{
border-color: #A707AB;
}
</style>