Shades of Dark Purple #A0147E
Tints of Dark Purple #A0147E
RGB
CMYK
RGB Variations
Color information
#A0147E (or 0xA0147E) is known color: Dark Purple. HEX triplet: A0, 14 and 7E. RGB value is (160,20,126). Sum of RGB (Red+Green+Blue) = 160+20+126=306 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.29% from 306); Green value is 20 (8.20% from 255 or 6.54% from 306); Blue value is 126 (49.61% from 255 or 41.18% from 306); Max value from RGB is 160 - color contains mainly: red. Hex color #A0147E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0147E is #5FEB81. Grayscale: #494949. Windows color (decimal): -6286210 or 8262816. OLE color: 8262816.
HSL color Cylindrical-coordinate representation of color #A0147E: hue angle of 314.57º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A0147E is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 20 | 126 | - |
| CMYK | 0 | 0.88 | 0.21 | 0.37 |
| HSL | 314.57º | 0.78% | 0.35% | - |
| HSV(B) | 314.57º | 0.88% | 0.63% | - |
| XYZ | 18.51 | 9.48 | 20.59 | - |
| YUV | 73.94 | 157.38 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 20 | 126 | 0 | 0.88 | 0.21 | 0.37 | 314.57 | 0.78 | 0.35 |
| Hex | A0 | 14 | 7E | 0 | 58 | 15 | 25 | 13B | 4E | 23 |
| Octal | 240 | 24 | 176 | 0 | 130 | 25 | 45 | 473 | 116 | 43 |
| Binary | 10100000 | 10100 | 1111110 | 0 | 1011000 | 10101 | 100101 | 100111011 | 1001110 | 100011 |
Color Harmonies of #A0147E
Complementary color
Monochromatic Colors of #A0147E
Black with #A0147E
Text Example
Text Example
White with #A0147E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0147E; }
p { color: rgb(160,20,126); }
H1.HeaderClassName
{
color: #A0147E;
}
.AnyTagClassName
{
color: #A0147E;
}
</style>
background-color css
<style>
a { background-color: #A0147E; }
a { background-color: rgb(160,20,126); }
div.DivClassName
{
background-color: #A0147E;
}
.BgClassName
{
background-color: #A0147E;
}
</style>
border-color css
<style>
span { border-color: #A0147E; }
span { border-color: rgb(160,20,126); }
td.TdClassName
{
border-color: #A0147E;
}
.TagClassName
{
border-color: #A0147E;
}
</style>