Shades of Dark Purple #A0167E
Tints of Dark Purple #A0167E
RGB
CMYK
RGB Variations
Color information
#A0167E (or 0xA0167E) is known color: Dark Purple. HEX triplet: A0, 16 and 7E. RGB value is (160,22,126). Sum of RGB (Red+Green+Blue) = 160+22+126=308 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.95% from 308); Green value is 22 (8.98% from 255 or 7.14% from 308); Blue value is 126 (49.61% from 255 or 40.91% from 308); Max value from RGB is 160 - color contains mainly: red. Hex color #A0167E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0167E is #5FE981. Grayscale: #4A4A4A. Windows color (decimal): -6285698 or 8263328. OLE color: 8263328.
HSL color Cylindrical-coordinate representation of color #A0167E: hue angle of 314.78º 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 #A0167E is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 22 | 126 | - |
| CMYK | 0 | 0.86 | 0.21 | 0.37 |
| HSL | 314.78º | 0.76% | 0.36% | - |
| HSV(B) | 314.78º | 0.86% | 0.63% | - |
| XYZ | 18.55 | 9.55 | 20.61 | - |
| YUV | 75.12 | 156.72 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 22 | 126 | 0 | 0.86 | 0.21 | 0.37 | 314.78 | 0.76 | 0.36 |
| Hex | A0 | 16 | 7E | 0 | 56 | 15 | 25 | 13B | 4C | 24 |
| Octal | 240 | 26 | 176 | 0 | 126 | 25 | 45 | 473 | 114 | 44 |
| Binary | 10100000 | 10110 | 1111110 | 0 | 1010110 | 10101 | 100101 | 100111011 | 1001100 | 100100 |
Color Harmonies of #A0167E
Complementary color
Monochromatic Colors of #A0167E
Black with #A0167E
Text Example
Text Example
White with #A0167E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0167E; }
p { color: rgb(160,22,126); }
H1.HeaderClassName
{
color: #A0167E;
}
.AnyTagClassName
{
color: #A0167E;
}
</style>
background-color css
<style>
a { background-color: #A0167E; }
a { background-color: rgb(160,22,126); }
div.DivClassName
{
background-color: #A0167E;
}
.BgClassName
{
background-color: #A0167E;
}
</style>
border-color css
<style>
span { border-color: #A0167E; }
span { border-color: rgb(160,22,126); }
td.TdClassName
{
border-color: #A0167E;
}
.TagClassName
{
border-color: #A0167E;
}
</style>