Shades of Dark Purple #A0157C
Tints of Dark Purple #A0157C
RGB
CMYK
RGB Variations
Color information
#A0157C (or 0xA0157C) is known color: Dark Purple. HEX triplet: A0, 15 and 7C. RGB value is (160,21,124). Sum of RGB (Red+Green+Blue) = 160+21+124=305 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.46% from 305); Green value is 21 (8.59% from 255 or 6.89% from 305); Blue value is 124 (48.83% from 255 or 40.66% from 305); Max value from RGB is 160 - color contains mainly: red. Hex color #A0157C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0157C is #5FEA83. Grayscale: #4A4A4A. Windows color (decimal): -6285956 or 8132000. OLE color: 8132000.
HSL color Cylindrical-coordinate representation of color #A0157C: hue angle of 315.54º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A0157C is Cyan = 0, Magento = 0.87, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 21 | 124 | - |
| CMYK | 0 | 0.87 | 0.22 | 0.37 |
| HSL | 315.54º | 0.77% | 0.35% | - |
| HSV(B) | 315.54º | 0.87% | 0.63% | - |
| XYZ | 18.4 | 9.47 | 19.93 | - |
| YUV | 74.3 | 156.05 | 189.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 21 | 124 | 0 | 0.87 | 0.22 | 0.37 | 315.54 | 0.77 | 0.35 |
| Hex | A0 | 15 | 7C | 0 | 57 | 16 | 25 | 13C | 4D | 23 |
| Octal | 240 | 25 | 174 | 0 | 127 | 26 | 45 | 474 | 115 | 43 |
| Binary | 10100000 | 10101 | 1111100 | 0 | 1010111 | 10110 | 100101 | 100111100 | 1001101 | 100011 |
Color Harmonies of #A0157C
Complementary color
Monochromatic Colors of #A0157C
Black with #A0157C
Text Example
Text Example
White with #A0157C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0157C; }
p { color: rgb(160,21,124); }
H1.HeaderClassName
{
color: #A0157C;
}
.AnyTagClassName
{
color: #A0157C;
}
</style>
background-color css
<style>
a { background-color: #A0157C; }
a { background-color: rgb(160,21,124); }
div.DivClassName
{
background-color: #A0157C;
}
.BgClassName
{
background-color: #A0157C;
}
</style>
border-color css
<style>
span { border-color: #A0157C; }
span { border-color: rgb(160,21,124); }
td.TdClassName
{
border-color: #A0157C;
}
.TagClassName
{
border-color: #A0157C;
}
</style>