Shades of Dark Magenta #A908A1
Tints of Dark Magenta #A908A1
RGB
CMYK
RGB Variations
Color information
#A908A1 (or 0xA908A1) is known color: Dark Magenta. HEX triplet: A9, 08 and A1. RGB value is (169,8,161). Sum of RGB (Red+Green+Blue) = 169+8+161=338 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50% from 338); Green value is 8 (3.52% from 255 or 2.37% from 338); Blue value is 161 (63.28% from 255 or 47.63% from 338); Max value from RGB is 169 - color contains mainly: red. Hex color #A908A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A908A1 is #56F75E. Grayscale: #494949. Windows color (decimal): -5699423 or 10553513. OLE color: 10553513.
HSL color Cylindrical-coordinate representation of color #A908A1: hue angle of 302.98º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A908A1 is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 8 | 161 | - |
| CMYK | 0 | 0.95 | 0.05 | 0.34 |
| HSL | 302.98º | 0.91% | 0.35% | - |
| HSV(B) | 302.98º | 0.95% | 0.66% | - |
| XYZ | 22.88 | 11.18 | 34.67 | - |
| YUV | 73.58 | 177.34 | 196.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 8 | 161 | 0 | 0.95 | 0.05 | 0.34 | 302.98 | 0.91 | 0.35 |
| Hex | A9 | 8 | A1 | 0 | 5F | 5 | 22 | 12F | 5B | 23 |
| Octal | 251 | 10 | 241 | 0 | 137 | 5 | 42 | 457 | 133 | 43 |
| Binary | 10101001 | 1000 | 10100001 | 0 | 1011111 | 101 | 100010 | 100101111 | 1011011 | 100011 |
Color Harmonies of #A908A1
Complementary color
Monochromatic Colors of #A908A1
Black with #A908A1
Text Example
Text Example
White with #A908A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A908A1; }
p { color: rgb(169,8,161); }
H1.HeaderClassName
{
color: #A908A1;
}
.AnyTagClassName
{
color: #A908A1;
}
</style>
background-color css
<style>
a { background-color: #A908A1; }
a { background-color: rgb(169,8,161); }
div.DivClassName
{
background-color: #A908A1;
}
.BgClassName
{
background-color: #A908A1;
}
</style>
border-color css
<style>
span { border-color: #A908A1; }
span { border-color: rgb(169,8,161); }
td.TdClassName
{
border-color: #A908A1;
}
.TagClassName
{
border-color: #A908A1;
}
</style>