Shades of Dark Magenta #A0168F
Tints of Dark Magenta #A0168F
RGB
CMYK
RGB Variations
Color information
#A0168F (or 0xA0168F) is known color: Dark Magenta. HEX triplet: A0, 16 and 8F. RGB value is (160,22,143). Sum of RGB (Red+Green+Blue) = 160+22+143=325 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.23% from 325); Green value is 22 (8.98% from 255 or 6.77% from 325); Blue value is 143 (56.25% from 255 or 44% from 325); Max value from RGB is 160 - color contains mainly: red. Hex color #A0168F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0168F is #5FE970. Grayscale: #4C4C4C. Windows color (decimal): -6285681 or 9377440. OLE color: 9377440.
HSL color Cylindrical-coordinate representation of color #A0168F: hue angle of 307.39º 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 #A0168F is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 22 | 143 | - |
| CMYK | 0 | 0.86 | 0.11 | 0.37 |
| HSL | 307.39º | 0.76% | 0.36% | - |
| HSV(B) | 307.39º | 0.86% | 0.63% | - |
| XYZ | 19.74 | 10.03 | 26.88 | - |
| YUV | 77.06 | 165.22 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 22 | 143 | 0 | 0.86 | 0.11 | 0.37 | 307.39 | 0.76 | 0.36 |
| Hex | A0 | 16 | 8F | 0 | 56 | B | 25 | 133 | 4C | 24 |
| Octal | 240 | 26 | 217 | 0 | 126 | 13 | 45 | 463 | 114 | 44 |
| Binary | 10100000 | 10110 | 10001111 | 0 | 1010110 | 1011 | 100101 | 100110011 | 1001100 | 100100 |
Color Harmonies of #A0168F
Complementary color
Monochromatic Colors of #A0168F
Black with #A0168F
Text Example
Text Example
White with #A0168F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0168F; }
p { color: rgb(160,22,143); }
H1.HeaderClassName
{
color: #A0168F;
}
.AnyTagClassName
{
color: #A0168F;
}
</style>
background-color css
<style>
a { background-color: #A0168F; }
a { background-color: rgb(160,22,143); }
div.DivClassName
{
background-color: #A0168F;
}
.BgClassName
{
background-color: #A0168F;
}
</style>
border-color css
<style>
span { border-color: #A0168F; }
span { border-color: rgb(160,22,143); }
td.TdClassName
{
border-color: #A0168F;
}
.TagClassName
{
border-color: #A0168F;
}
</style>