Shades of Dark Purple #A0147B
Tints of Dark Purple #A0147B
RGB
CMYK
RGB Variations
Color information
#A0147B (or 0xA0147B) is known color: Dark Purple. HEX triplet: A0, 14 and 7B. RGB value is (160,20,123). Sum of RGB (Red+Green+Blue) = 160+20+123=303 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.81% from 303); Green value is 20 (8.20% from 255 or 6.60% from 303); Blue value is 123 (48.44% from 255 or 40.59% from 303); Max value from RGB is 160 - color contains mainly: red. Hex color #A0147B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0147B is #5FEB84. Grayscale: #494949. Windows color (decimal): -6286213 or 8066208. OLE color: 8066208.
HSL color Cylindrical-coordinate representation of color #A0147B: hue angle of 315.86º 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 #A0147B is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 20 | 123 | - |
| CMYK | 0 | 0.88 | 0.23 | 0.37 |
| HSL | 315.86º | 0.78% | 0.35% | - |
| HSV(B) | 315.86º | 0.88% | 0.63% | - |
| XYZ | 18.32 | 9.4 | 19.59 | - |
| YUV | 73.6 | 155.88 | 189.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 20 | 123 | 0 | 0.88 | 0.23 | 0.37 | 315.86 | 0.78 | 0.35 |
| Hex | A0 | 14 | 7B | 0 | 58 | 17 | 25 | 13C | 4E | 23 |
| Octal | 240 | 24 | 173 | 0 | 130 | 27 | 45 | 474 | 116 | 43 |
| Binary | 10100000 | 10100 | 1111011 | 0 | 1011000 | 10111 | 100101 | 100111100 | 1001110 | 100011 |
Color Harmonies of #A0147B
Complementary color
Monochromatic Colors of #A0147B
Black with #A0147B
Text Example
Text Example
White with #A0147B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0147B; }
p { color: rgb(160,20,123); }
H1.HeaderClassName
{
color: #A0147B;
}
.AnyTagClassName
{
color: #A0147B;
}
</style>
background-color css
<style>
a { background-color: #A0147B; }
a { background-color: rgb(160,20,123); }
div.DivClassName
{
background-color: #A0147B;
}
.BgClassName
{
background-color: #A0147B;
}
</style>
border-color css
<style>
span { border-color: #A0147B; }
span { border-color: rgb(160,20,123); }
td.TdClassName
{
border-color: #A0147B;
}
.TagClassName
{
border-color: #A0147B;
}
</style>