Shades of Dark Magenta #A906A3
Tints of Dark Magenta #A906A3
RGB
CMYK
RGB Variations
Color information
#A906A3 (or 0xA906A3) is known color: Dark Magenta. HEX triplet: A9, 06 and A3. RGB value is (169,6,163). Sum of RGB (Red+Green+Blue) = 169+6+163=338 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50% from 338); Green value is 6 (2.73% from 255 or 1.78% from 338); Blue value is 163 (64.06% from 255 or 48.22% from 338); Max value from RGB is 169 - color contains mainly: red. Hex color #A906A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A906A3 is #56F95C. Grayscale: #484848. Windows color (decimal): -5699933 or 10684073. OLE color: 10684073.
HSL color Cylindrical-coordinate representation of color #A906A3: hue angle of 302.21º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A906A3 is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 6 | 163 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.34 |
| HSL | 302.21º | 0.93% | 0.34% | - |
| HSV(B) | 302.21º | 0.96% | 0.66% | - |
| XYZ | 23.04 | 11.21 | 35.6 | - |
| YUV | 72.64 | 179 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 6 | 163 | 0 | 0.96 | 0.04 | 0.34 | 302.21 | 0.93 | 0.34 |
| Hex | A9 | 6 | A3 | 0 | 60 | 4 | 22 | 12E | 5D | 22 |
| Octal | 251 | 6 | 243 | 0 | 140 | 4 | 42 | 456 | 135 | 42 |
| Binary | 10101001 | 110 | 10100011 | 0 | 1100000 | 100 | 100010 | 100101110 | 1011101 | 100010 |
Color Harmonies of #A906A3
Complementary color
Monochromatic Colors of #A906A3
Black with #A906A3
Text Example
Text Example
White with #A906A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A906A3; }
p { color: rgb(169,6,163); }
H1.HeaderClassName
{
color: #A906A3;
}
.AnyTagClassName
{
color: #A906A3;
}
</style>
background-color css
<style>
a { background-color: #A906A3; }
a { background-color: rgb(169,6,163); }
div.DivClassName
{
background-color: #A906A3;
}
.BgClassName
{
background-color: #A906A3;
}
</style>
border-color css
<style>
span { border-color: #A906A3; }
span { border-color: rgb(169,6,163); }
td.TdClassName
{
border-color: #A906A3;
}
.TagClassName
{
border-color: #A906A3;
}
</style>