Shades of Dark Magenta #A805A3
Tints of Dark Magenta #A805A3
RGB
CMYK
RGB Variations
Color information
#A805A3 (or 0xA805A3) is known color: Dark Magenta. HEX triplet: A8, 05 and A3. RGB value is (168,5,163). Sum of RGB (Red+Green+Blue) = 168+5+163=336 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50% from 336); Green value is 5 (2.34% from 255 or 1.49% from 336); Blue value is 163 (64.06% from 255 or 48.51% from 336); Max value from RGB is 168 - color contains mainly: red. Hex color #A805A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A805A3 is #57FA5C. Grayscale: #474747. Windows color (decimal): -5765725 or 10683816. OLE color: 10683816.
HSL color Cylindrical-coordinate representation of color #A805A3: hue angle of 301.84º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A805A3 is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 5 | 163 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.34 |
| HSL | 301.84º | 0.94% | 0.34% | - |
| HSV(B) | 301.84º | 0.97% | 0.66% | - |
| XYZ | 22.81 | 11.08 | 35.59 | - |
| YUV | 71.75 | 179.5 | 196.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 5 | 163 | 0 | 0.97 | 0.03 | 0.34 | 301.84 | 0.94 | 0.34 |
| Hex | A8 | 5 | A3 | 0 | 61 | 3 | 22 | 12E | 5E | 22 |
| Octal | 250 | 5 | 243 | 0 | 141 | 3 | 42 | 456 | 136 | 42 |
| Binary | 10101000 | 101 | 10100011 | 0 | 1100001 | 11 | 100010 | 100101110 | 1011110 | 100010 |
Color Harmonies of #A805A3
Complementary color
Monochromatic Colors of #A805A3
Black with #A805A3
Text Example
Text Example
White with #A805A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A805A3; }
p { color: rgb(168,5,163); }
H1.HeaderClassName
{
color: #A805A3;
}
.AnyTagClassName
{
color: #A805A3;
}
</style>
background-color css
<style>
a { background-color: #A805A3; }
a { background-color: rgb(168,5,163); }
div.DivClassName
{
background-color: #A805A3;
}
.BgClassName
{
background-color: #A805A3;
}
</style>
border-color css
<style>
span { border-color: #A805A3; }
span { border-color: rgb(168,5,163); }
td.TdClassName
{
border-color: #A805A3;
}
.TagClassName
{
border-color: #A805A3;
}
</style>