Shades of Dark Magenta #A8169C
Tints of Dark Magenta #A8169C
RGB
CMYK
RGB Variations
Color information
#A8169C (or 0xA8169C) is known color: Dark Magenta. HEX triplet: A8, 16 and 9C. RGB value is (168,22,156). Sum of RGB (Red+Green+Blue) = 168+22+156=346 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.55% from 346); Green value is 22 (8.98% from 255 or 6.36% from 346); Blue value is 156 (61.33% from 255 or 45.09% from 346); Max value from RGB is 168 - color contains mainly: red. Hex color #A8169C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8169C is #57E963. Grayscale: #505050. Windows color (decimal): -5761380 or 10229416. OLE color: 10229416.
HSL color Cylindrical-coordinate representation of color #A8169C: hue angle of 304.93º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A8169C is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 22 | 156 | - |
| CMYK | 0 | 0.87 | 0.07 | 0.34 |
| HSL | 304.93º | 0.77% | 0.37% | - |
| HSV(B) | 304.93º | 0.87% | 0.66% | - |
| XYZ | 22.44 | 11.3 | 32.45 | - |
| YUV | 80.93 | 170.37 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 22 | 156 | 0 | 0.87 | 0.07 | 0.34 | 304.93 | 0.77 | 0.37 |
| Hex | A8 | 16 | 9C | 0 | 57 | 7 | 22 | 131 | 4D | 25 |
| Octal | 250 | 26 | 234 | 0 | 127 | 7 | 42 | 461 | 115 | 45 |
| Binary | 10101000 | 10110 | 10011100 | 0 | 1010111 | 111 | 100010 | 100110001 | 1001101 | 100101 |
Color Harmonies of #A8169C
Complementary color
Monochromatic Colors of #A8169C
Black with #A8169C
Text Example
Text Example
White with #A8169C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8169C; }
p { color: rgb(168,22,156); }
H1.HeaderClassName
{
color: #A8169C;
}
.AnyTagClassName
{
color: #A8169C;
}
</style>
background-color css
<style>
a { background-color: #A8169C; }
a { background-color: rgb(168,22,156); }
div.DivClassName
{
background-color: #A8169C;
}
.BgClassName
{
background-color: #A8169C;
}
</style>
border-color css
<style>
span { border-color: #A8169C; }
span { border-color: rgb(168,22,156); }
td.TdClassName
{
border-color: #A8169C;
}
.TagClassName
{
border-color: #A8169C;
}
</style>