Shades of Dark Purple #A0178B
Tints of Dark Purple #A0178B
RGB
CMYK
RGB Variations
Color information
#A0178B (or 0xA0178B) is known color: Dark Purple. HEX triplet: A0, 17 and 8B. RGB value is (160,23,139). Sum of RGB (Red+Green+Blue) = 160+23+139=322 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.69% from 322); Green value is 23 (9.38% from 255 or 7.14% from 322); Blue value is 139 (54.69% from 255 or 43.17% from 322); Max value from RGB is 160 - color contains mainly: red. Hex color #A0178B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0178B is #5FE874. Grayscale: #4C4C4C. Windows color (decimal): -6285429 or 9115552. OLE color: 9115552.
HSL color Cylindrical-coordinate representation of color #A0178B: hue angle of 309.2º 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 #A0178B is Cyan = 0, Magento = 0.86, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 23 | 139 | - |
| CMYK | 0 | 0.86 | 0.13 | 0.37 |
| HSL | 309.2º | 0.75% | 0.36% | - |
| HSV(B) | 309.2º | 0.86% | 0.63% | - |
| XYZ | 19.46 | 9.95 | 25.32 | - |
| YUV | 77.19 | 162.89 | 187.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 23 | 139 | 0 | 0.86 | 0.13 | 0.37 | 309.2 | 0.75 | 0.36 |
| Hex | A0 | 17 | 8B | 0 | 56 | D | 25 | 135 | 4B | 24 |
| Octal | 240 | 27 | 213 | 0 | 126 | 15 | 45 | 465 | 113 | 44 |
| Binary | 10100000 | 10111 | 10001011 | 0 | 1010110 | 1101 | 100101 | 100110101 | 1001011 | 100100 |
Color Harmonies of #A0178B
Complementary color
Monochromatic Colors of #A0178B
Black with #A0178B
Text Example
Text Example
White with #A0178B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0178B; }
p { color: rgb(160,23,139); }
H1.HeaderClassName
{
color: #A0178B;
}
.AnyTagClassName
{
color: #A0178B;
}
</style>
background-color css
<style>
a { background-color: #A0178B; }
a { background-color: rgb(160,23,139); }
div.DivClassName
{
background-color: #A0178B;
}
.BgClassName
{
background-color: #A0178B;
}
</style>
border-color css
<style>
span { border-color: #A0178B; }
span { border-color: rgb(160,23,139); }
td.TdClassName
{
border-color: #A0178B;
}
.TagClassName
{
border-color: #A0178B;
}
</style>