Shades of Dark Magenta #A0168C
Tints of Dark Magenta #A0168C
RGB
CMYK
RGB Variations
Color information
#A0168C (or 0xA0168C) is known color: Dark Magenta. HEX triplet: A0, 16 and 8C. RGB value is (160,22,140). Sum of RGB (Red+Green+Blue) = 160+22+140=322 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.69% from 322); Green value is 22 (8.98% from 255 or 6.83% from 322); Blue value is 140 (55.08% from 255 or 43.48% from 322); Max value from RGB is 160 - color contains mainly: red. Hex color #A0168C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0168C is #5FE973. Grayscale: #4C4C4C. Windows color (decimal): -6285684 or 9180832. OLE color: 9180832.
HSL color Cylindrical-coordinate representation of color #A0168C: hue angle of 308.7º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A0168C is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 22 | 140 | - |
| CMYK | 0 | 0.86 | 0.12 | 0.37 |
| HSL | 308.7º | 0.76% | 0.36% | - |
| HSV(B) | 308.7º | 0.86% | 0.63% | - |
| XYZ | 19.52 | 9.94 | 25.7 | - |
| YUV | 76.71 | 163.72 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 22 | 140 | 0 | 0.86 | 0.12 | 0.37 | 308.7 | 0.76 | 0.36 |
| Hex | A0 | 16 | 8C | 0 | 56 | C | 25 | 135 | 4C | 24 |
| Octal | 240 | 26 | 214 | 0 | 126 | 14 | 45 | 465 | 114 | 44 |
| Binary | 10100000 | 10110 | 10001100 | 0 | 1010110 | 1100 | 100101 | 100110101 | 1001100 | 100100 |
Color Harmonies of #A0168C
Complementary color
Monochromatic Colors of #A0168C
Black with #A0168C
Text Example
Text Example
White with #A0168C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0168C; }
p { color: rgb(160,22,140); }
H1.HeaderClassName
{
color: #A0168C;
}
.AnyTagClassName
{
color: #A0168C;
}
</style>
background-color css
<style>
a { background-color: #A0168C; }
a { background-color: rgb(160,22,140); }
div.DivClassName
{
background-color: #A0168C;
}
.BgClassName
{
background-color: #A0168C;
}
</style>
border-color css
<style>
span { border-color: #A0168C; }
span { border-color: rgb(160,22,140); }
td.TdClassName
{
border-color: #A0168C;
}
.TagClassName
{
border-color: #A0168C;
}
</style>