Shades of Dark Magenta #A8009C
Tints of Dark Magenta #A8009C
RGB
CMYK
RGB Variations
Color information
#A8009C (or 0xA8009C) is known color: Dark Magenta. HEX triplet: A8, 00 and 9C. RGB value is (168,0,156). Sum of RGB (Red+Green+Blue) = 168+0+156=324 (42% of max value = 765). Red value is 168 (66.02% from 255 or 51.85% from 324); Green value is 0 (0.39% from 255 or 0% from 324); Blue value is 156 (61.33% from 255 or 48.15% from 324); Max value from RGB is 168 - color contains mainly: red. Hex color #A8009C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8009C is #57FF63. Grayscale: #434343. Windows color (decimal): -5767012 or 10223784. OLE color: 10223784.
HSL color Cylindrical-coordinate representation of color #A8009C: hue angle of 304.29º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A8009C is Cyan = 0, Magento = 1, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 0 | 156 | - |
| CMYK | 0 | 1 | 0.07 | 0.34 |
| HSL | 304.29º | 1% | 0.33% | - |
| HSV(B) | 304.29º | 1% | 0.66% | - |
| XYZ | 22.15 | 10.73 | 32.36 | - |
| YUV | 68.02 | 177.66 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 0 | 156 | 0 | 1 | 0.07 | 0.34 | 304.29 | 1 | 0.33 |
| Hex | A8 | 0 | 9C | 0 | 64 | 7 | 22 | 130 | 64 | 21 |
| Octal | 250 | 0 | 234 | 0 | 144 | 7 | 42 | 460 | 144 | 41 |
| Binary | 10101000 | 0 | 10011100 | 0 | 1100100 | 111 | 100010 | 100110000 | 1100100 | 100001 |
Color Harmonies of #A8009C
Complementary color
Monochromatic Colors of #A8009C
Black with #A8009C
Text Example
Text Example
White with #A8009C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8009C; }
p { color: rgb(168,0,156); }
H1.HeaderClassName
{
color: #A8009C;
}
.AnyTagClassName
{
color: #A8009C;
}
</style>
background-color css
<style>
a { background-color: #A8009C; }
a { background-color: rgb(168,0,156); }
div.DivClassName
{
background-color: #A8009C;
}
.BgClassName
{
background-color: #A8009C;
}
</style>
border-color css
<style>
span { border-color: #A8009C; }
span { border-color: rgb(168,0,156); }
td.TdClassName
{
border-color: #A8009C;
}
.TagClassName
{
border-color: #A8009C;
}
</style>