Shades of Dark Magenta #A908A4
Tints of Dark Magenta #A908A4
RGB
CMYK
RGB Variations
Color information
#A908A4 (or 0xA908A4) is known color: Dark Magenta. HEX triplet: A9, 08 and A4. RGB value is (169,8,164). Sum of RGB (Red+Green+Blue) = 169+8+164=341 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.56% from 341); Green value is 8 (3.52% from 255 or 2.35% from 341); Blue value is 164 (64.45% from 255 or 48.09% from 341); Max value from RGB is 169 - color contains mainly: red. Hex color #A908A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A908A4 is #56F75B. Grayscale: #494949. Windows color (decimal): -5699420 or 10750121. OLE color: 10750121.
HSL color Cylindrical-coordinate representation of color #A908A4: hue angle of 301.86º 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 #A908A4 is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 8 | 164 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.34 |
| HSL | 301.86º | 0.91% | 0.35% | - |
| HSV(B) | 301.86º | 0.95% | 0.66% | - |
| XYZ | 23.15 | 11.29 | 36.08 | - |
| YUV | 73.92 | 178.84 | 195.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 8 | 164 | 0 | 0.95 | 0.03 | 0.34 | 301.86 | 0.91 | 0.35 |
| Hex | A9 | 8 | A4 | 0 | 5F | 3 | 22 | 12E | 5B | 23 |
| Octal | 251 | 10 | 244 | 0 | 137 | 3 | 42 | 456 | 133 | 43 |
| Binary | 10101001 | 1000 | 10100100 | 0 | 1011111 | 11 | 100010 | 100101110 | 1011011 | 100011 |
Color Harmonies of #A908A4
Complementary color
Monochromatic Colors of #A908A4
Black with #A908A4
Text Example
Text Example
White with #A908A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A908A4; }
p { color: rgb(169,8,164); }
H1.HeaderClassName
{
color: #A908A4;
}
.AnyTagClassName
{
color: #A908A4;
}
</style>
background-color css
<style>
a { background-color: #A908A4; }
a { background-color: rgb(169,8,164); }
div.DivClassName
{
background-color: #A908A4;
}
.BgClassName
{
background-color: #A908A4;
}
</style>
border-color css
<style>
span { border-color: #A908A4; }
span { border-color: rgb(169,8,164); }
td.TdClassName
{
border-color: #A908A4;
}
.TagClassName
{
border-color: #A908A4;
}
</style>