Shades of Dark Magenta #A805AA
Tints of Dark Magenta #A805AA
RGB
CMYK
RGB Variations
Color information
#A805AA (or 0xA805AA) is known color: Dark Magenta. HEX triplet: A8, 05 and AA. RGB value is (168,5,170). Sum of RGB (Red+Green+Blue) = 168+5+170=343 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.98% from 343); Green value is 5 (2.34% from 255 or 1.46% from 343); Blue value is 170 (66.80% from 255 or 49.56% from 343); Max value from RGB is 170 - color contains mainly: blue. Hex color #A805AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A805AA is #57FA55. Grayscale: #484848. Windows color (decimal): -5765718 or 11142568. OLE color: 11142568.
HSL color Cylindrical-coordinate representation of color #A805AA: hue angle of 299.27º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A805AA is Cyan = 0.01, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 5 | 170 | - |
| CMYK | 0.01 | 0.97 | 0 | 0.33 |
| HSL | 299.27º | 0.94% | 0.34% | - |
| HSV(B) | 299.27º | 0.97% | 0.67% | - |
| XYZ | 23.46 | 11.34 | 38.98 | - |
| YUV | 72.55 | 183 | 196.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 5 | 170 | 0.01 | 0.97 | 0 | 0.33 | 299.27 | 0.94 | 0.34 |
| Hex | A8 | 5 | AA | 1 | 61 | 0 | 21 | 12B | 5E | 22 |
| Octal | 250 | 5 | 252 | 1 | 141 | 0 | 41 | 453 | 136 | 42 |
| Binary | 10101000 | 101 | 10101010 | 1 | 1100001 | 0 | 100001 | 100101011 | 1011110 | 100010 |
Color Harmonies of #A805AA
Complementary color
Monochromatic Colors of #A805AA
Black with #A805AA
Text Example
Text Example
White with #A805AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A805AA; }
p { color: rgb(168,5,170); }
H1.HeaderClassName
{
color: #A805AA;
}
.AnyTagClassName
{
color: #A805AA;
}
</style>
background-color css
<style>
a { background-color: #A805AA; }
a { background-color: rgb(168,5,170); }
div.DivClassName
{
background-color: #A805AA;
}
.BgClassName
{
background-color: #A805AA;
}
</style>
border-color css
<style>
span { border-color: #A805AA; }
span { border-color: rgb(168,5,170); }
td.TdClassName
{
border-color: #A805AA;
}
.TagClassName
{
border-color: #A805AA;
}
</style>