Shades of Dark Magenta #A805AD
Tints of Dark Magenta #A805AD
RGB
CMYK
RGB Variations
Color information
#A805AD (or 0xA805AD) is known color: Dark Magenta. HEX triplet: A8, 05 and AD. RGB value is (168,5,173). Sum of RGB (Red+Green+Blue) = 168+5+173=346 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.55% from 346); Green value is 5 (2.34% from 255 or 1.45% from 346); Blue value is 173 (67.97% from 255 or 50% from 346); Max value from RGB is 173 - color contains mainly: blue. Hex color #A805AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A805AD is #57FA52. Grayscale: #484848. Windows color (decimal): -5765715 or 11339176. OLE color: 11339176.
HSL color Cylindrical-coordinate representation of color #A805AD: hue angle of 298.21º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A805AD is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 5 | 173 | - |
| CMYK | 0.03 | 0.97 | 0 | 0.32 |
| HSL | 298.21º | 0.94% | 0.35% | - |
| HSV(B) | 298.21º | 0.97% | 0.68% | - |
| XYZ | 23.75 | 11.45 | 40.49 | - |
| YUV | 72.89 | 184.5 | 195.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 5 | 173 | 0.03 | 0.97 | 0 | 0.32 | 298.21 | 0.94 | 0.35 |
| Hex | A8 | 5 | AD | 3 | 61 | 0 | 20 | 12A | 5E | 23 |
| Octal | 250 | 5 | 255 | 3 | 141 | 0 | 40 | 452 | 136 | 43 |
| Binary | 10101000 | 101 | 10101101 | 11 | 1100001 | 0 | 100000 | 100101010 | 1011110 | 100011 |
Color Harmonies of #A805AD
Complementary color
Monochromatic Colors of #A805AD
Black with #A805AD
Text Example
Text Example
White with #A805AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A805AD; }
p { color: rgb(168,5,173); }
H1.HeaderClassName
{
color: #A805AD;
}
.AnyTagClassName
{
color: #A805AD;
}
</style>
background-color css
<style>
a { background-color: #A805AD; }
a { background-color: rgb(168,5,173); }
div.DivClassName
{
background-color: #A805AD;
}
.BgClassName
{
background-color: #A805AD;
}
</style>
border-color css
<style>
span { border-color: #A805AD; }
span { border-color: rgb(168,5,173); }
td.TdClassName
{
border-color: #A805AD;
}
.TagClassName
{
border-color: #A805AD;
}
</style>