Shades of Dark Purple #A0177A
Tints of Dark Purple #A0177A
RGB
CMYK
RGB Variations
Color information
#A0177A (or 0xA0177A) is known color: Dark Purple. HEX triplet: A0, 17 and 7A. RGB value is (160,23,122). Sum of RGB (Red+Green+Blue) = 160+23+122=305 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.46% from 305); Green value is 23 (9.38% from 255 or 7.54% from 305); Blue value is 122 (48.05% from 255 or 40% from 305); Max value from RGB is 160 - color contains mainly: red. Hex color #A0177A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0177A is #5FE885. Grayscale: #4A4A4A. Windows color (decimal): -6285446 or 8001440. OLE color: 8001440.
HSL color Cylindrical-coordinate representation of color #A0177A: hue angle of 316.64º degrees, saturation: 0.75, 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 #A0177A is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 23 | 122 | - |
| CMYK | 0 | 0.86 | 0.24 | 0.37 |
| HSL | 316.64º | 0.75% | 0.36% | - |
| HSV(B) | 316.64º | 0.86% | 0.63% | - |
| XYZ | 18.32 | 9.49 | 19.28 | - |
| YUV | 75.25 | 154.39 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 23 | 122 | 0 | 0.86 | 0.24 | 0.37 | 316.64 | 0.75 | 0.36 |
| Hex | A0 | 17 | 7A | 0 | 56 | 18 | 25 | 13D | 4B | 24 |
| Octal | 240 | 27 | 172 | 0 | 126 | 30 | 45 | 475 | 113 | 44 |
| Binary | 10100000 | 10111 | 1111010 | 0 | 1010110 | 11000 | 100101 | 100111101 | 1001011 | 100100 |
Color Harmonies of #A0177A
Complementary color
Monochromatic Colors of #A0177A
Black with #A0177A
Text Example
Text Example
White with #A0177A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0177A; }
p { color: rgb(160,23,122); }
H1.HeaderClassName
{
color: #A0177A;
}
.AnyTagClassName
{
color: #A0177A;
}
</style>
background-color css
<style>
a { background-color: #A0177A; }
a { background-color: rgb(160,23,122); }
div.DivClassName
{
background-color: #A0177A;
}
.BgClassName
{
background-color: #A0177A;
}
</style>
border-color css
<style>
span { border-color: #A0177A; }
span { border-color: rgb(160,23,122); }
td.TdClassName
{
border-color: #A0177A;
}
.TagClassName
{
border-color: #A0177A;
}
</style>