Shades of Dark Magenta #A407AC
Tints of Dark Magenta #A407AC
RGB
CMYK
RGB Variations
Color information
#A407AC (or 0xA407AC) is known color: Dark Magenta. HEX triplet: A4, 07 and AC. RGB value is (164,7,172). Sum of RGB (Red+Green+Blue) = 164+7+172=343 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.81% from 343); Green value is 7 (3.12% from 255 or 2.04% from 343); Blue value is 172 (67.58% from 255 or 50.15% from 343); Max value from RGB is 172 - color contains mainly: blue. Hex color #A407AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A407AC is #5BF853. Grayscale: #484848. Windows color (decimal): -6027348 or 11274148. OLE color: 11274148.
HSL color Cylindrical-coordinate representation of color #A407AC: hue angle of 297.09º 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 #A407AC is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 7 | 172 | - |
| CMYK | 0.05 | 0.96 | 0 | 0.33 |
| HSL | 297.09º | 0.92% | 0.35% | - |
| HSV(B) | 297.09º | 0.96% | 0.67% | - |
| XYZ | 22.83 | 11.02 | 39.95 | - |
| YUV | 72.75 | 184.01 | 193.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 7 | 172 | 0.05 | 0.96 | 0 | 0.33 | 297.09 | 0.92 | 0.35 |
| Hex | A4 | 7 | AC | 5 | 60 | 0 | 21 | 129 | 5C | 23 |
| Octal | 244 | 7 | 254 | 5 | 140 | 0 | 41 | 451 | 134 | 43 |
| Binary | 10100100 | 111 | 10101100 | 101 | 1100000 | 0 | 100001 | 100101001 | 1011100 | 100011 |
Color Harmonies of #A407AC
Complementary color
Monochromatic Colors of #A407AC
Black with #A407AC
Text Example
Text Example
White with #A407AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A407AC; }
p { color: rgb(164,7,172); }
H1.HeaderClassName
{
color: #A407AC;
}
.AnyTagClassName
{
color: #A407AC;
}
</style>
background-color css
<style>
a { background-color: #A407AC; }
a { background-color: rgb(164,7,172); }
div.DivClassName
{
background-color: #A407AC;
}
.BgClassName
{
background-color: #A407AC;
}
</style>
border-color css
<style>
span { border-color: #A407AC; }
span { border-color: rgb(164,7,172); }
td.TdClassName
{
border-color: #A407AC;
}
.TagClassName
{
border-color: #A407AC;
}
</style>