Shades of Dark Magenta #A109AD
Tints of Dark Magenta #A109AD
RGB
CMYK
RGB Variations
Color information
#A109AD (or 0xA109AD) is known color: Dark Magenta. HEX triplet: A1, 09 and AD. RGB value is (161,9,173). Sum of RGB (Red+Green+Blue) = 161+9+173=343 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.94% from 343); Green value is 9 (3.91% from 255 or 2.62% from 343); Blue value is 173 (67.97% from 255 or 50.44% from 343); Max value from RGB is 173 - color contains mainly: blue. Hex color #A109AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A109AD is #5EF652. Grayscale: #484848. Windows color (decimal): -6223443 or 11340193. OLE color: 11340193.
HSL color Cylindrical-coordinate representation of color #A109AD: hue angle of 295.61º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A109AD is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 9 | 173 | - |
| CMYK | 0.07 | 0.95 | 0 | 0.32 |
| HSL | 295.61º | 0.9% | 0.36% | - |
| HSV(B) | 295.61º | 0.95% | 0.68% | - |
| XYZ | 22.34 | 10.79 | 40.44 | - |
| YUV | 73.14 | 184.36 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 9 | 173 | 0.07 | 0.95 | 0 | 0.32 | 295.61 | 0.9 | 0.36 |
| Hex | A1 | 9 | AD | 7 | 5F | 0 | 20 | 128 | 5A | 24 |
| Octal | 241 | 11 | 255 | 7 | 137 | 0 | 40 | 450 | 132 | 44 |
| Binary | 10100001 | 1001 | 10101101 | 111 | 1011111 | 0 | 100000 | 100101000 | 1011010 | 100100 |
Color Harmonies of #A109AD
Complementary color
Monochromatic Colors of #A109AD
Black with #A109AD
Text Example
Text Example
White with #A109AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A109AD; }
p { color: rgb(161,9,173); }
H1.HeaderClassName
{
color: #A109AD;
}
.AnyTagClassName
{
color: #A109AD;
}
</style>
background-color css
<style>
a { background-color: #A109AD; }
a { background-color: rgb(161,9,173); }
div.DivClassName
{
background-color: #A109AD;
}
.BgClassName
{
background-color: #A109AD;
}
</style>
border-color css
<style>
span { border-color: #A109AD; }
span { border-color: rgb(161,9,173); }
td.TdClassName
{
border-color: #A109AD;
}
.TagClassName
{
border-color: #A109AD;
}
</style>