Shades of Dark Magenta #A908AC
Tints of Dark Magenta #A908AC
RGB
CMYK
RGB Variations
Color information
#A908AC (or 0xA908AC) is known color: Dark Magenta. HEX triplet: A9, 08 and AC. RGB value is (169,8,172). Sum of RGB (Red+Green+Blue) = 169+8+172=349 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.42% from 349); Green value is 8 (3.52% from 255 or 2.29% from 349); Blue value is 172 (67.58% from 255 or 49.28% from 349); Max value from RGB is 172 - color contains mainly: blue. Hex color #A908AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A908AC is #56F753. Grayscale: #4A4A4A. Windows color (decimal): -5699412 or 11274409. OLE color: 11274409.
HSL color Cylindrical-coordinate representation of color #A908AC: hue angle of 298.9º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A908AC is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 8 | 172 | - |
| CMYK | 0.02 | 0.95 | 0 | 0.33 |
| HSL | 298.9º | 0.91% | 0.35% | - |
| HSV(B) | 298.9º | 0.95% | 0.67% | - |
| XYZ | 23.9 | 11.59 | 40.01 | - |
| YUV | 74.84 | 182.84 | 195.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 8 | 172 | 0.02 | 0.95 | 0 | 0.33 | 298.9 | 0.91 | 0.35 |
| Hex | A9 | 8 | AC | 2 | 5F | 0 | 21 | 12B | 5B | 23 |
| Octal | 251 | 10 | 254 | 2 | 137 | 0 | 41 | 453 | 133 | 43 |
| Binary | 10101001 | 1000 | 10101100 | 10 | 1011111 | 0 | 100001 | 100101011 | 1011011 | 100011 |
Color Harmonies of #A908AC
Complementary color
Monochromatic Colors of #A908AC
Black with #A908AC
Text Example
Text Example
White with #A908AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A908AC; }
p { color: rgb(169,8,172); }
H1.HeaderClassName
{
color: #A908AC;
}
.AnyTagClassName
{
color: #A908AC;
}
</style>
background-color css
<style>
a { background-color: #A908AC; }
a { background-color: rgb(169,8,172); }
div.DivClassName
{
background-color: #A908AC;
}
.BgClassName
{
background-color: #A908AC;
}
</style>
border-color css
<style>
span { border-color: #A908AC; }
span { border-color: rgb(169,8,172); }
td.TdClassName
{
border-color: #A908AC;
}
.TagClassName
{
border-color: #A908AC;
}
</style>