Shades of Dark Purple #A0167C
Tints of Dark Purple #A0167C
RGB
CMYK
RGB Variations
Color information
#A0167C (or 0xA0167C) is known color: Dark Purple. HEX triplet: A0, 16 and 7C. RGB value is (160,22,124). Sum of RGB (Red+Green+Blue) = 160+22+124=306 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.29% from 306); Green value is 22 (8.98% from 255 or 7.19% from 306); Blue value is 124 (48.83% from 255 or 40.52% from 306); Max value from RGB is 160 - color contains mainly: red. Hex color #A0167C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0167C is #5FE983. Grayscale: #4A4A4A. Windows color (decimal): -6285700 or 8132256. OLE color: 8132256.
HSL color Cylindrical-coordinate representation of color #A0167C: hue angle of 315.65º 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 #A0167C is Cyan = 0, Magento = 0.86, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 22 | 124 | - |
| CMYK | 0 | 0.86 | 0.22 | 0.37 |
| HSL | 315.65º | 0.76% | 0.36% | - |
| HSV(B) | 315.65º | 0.86% | 0.63% | - |
| XYZ | 18.42 | 9.5 | 19.93 | - |
| YUV | 74.89 | 155.72 | 188.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 22 | 124 | 0 | 0.86 | 0.22 | 0.37 | 315.65 | 0.76 | 0.36 |
| Hex | A0 | 16 | 7C | 0 | 56 | 16 | 25 | 13C | 4C | 24 |
| Octal | 240 | 26 | 174 | 0 | 126 | 26 | 45 | 474 | 114 | 44 |
| Binary | 10100000 | 10110 | 1111100 | 0 | 1010110 | 10110 | 100101 | 100111100 | 1001100 | 100100 |
Color Harmonies of #A0167C
Complementary color
Monochromatic Colors of #A0167C
Black with #A0167C
Text Example
Text Example
White with #A0167C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0167C; }
p { color: rgb(160,22,124); }
H1.HeaderClassName
{
color: #A0167C;
}
.AnyTagClassName
{
color: #A0167C;
}
</style>
background-color css
<style>
a { background-color: #A0167C; }
a { background-color: rgb(160,22,124); }
div.DivClassName
{
background-color: #A0167C;
}
.BgClassName
{
background-color: #A0167C;
}
</style>
border-color css
<style>
span { border-color: #A0167C; }
span { border-color: rgb(160,22,124); }
td.TdClassName
{
border-color: #A0167C;
}
.TagClassName
{
border-color: #A0167C;
}
</style>