Shades of Dark Purple #A0187F
Tints of Dark Purple #A0187F
RGB
CMYK
RGB Variations
Color information
#A0187F (or 0xA0187F) is known color: Dark Purple. HEX triplet: A0, 18 and 7F. RGB value is (160,24,127). Sum of RGB (Red+Green+Blue) = 160+24+127=311 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.45% from 311); Green value is 24 (9.77% from 255 or 7.72% from 311); Blue value is 127 (50% from 255 or 40.84% from 311); Max value from RGB is 160 - color contains mainly: red. Hex color #A0187F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0187F is #5FE780. Grayscale: #4C4C4C. Windows color (decimal): -6285185 or 8329376. OLE color: 8329376.
HSL color Cylindrical-coordinate representation of color #A0187F: hue angle of 314.56º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A0187F is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 24 | 127 | - |
| CMYK | 0 | 0.85 | 0.21 | 0.37 |
| HSL | 314.56º | 0.74% | 0.36% | - |
| HSV(B) | 314.56º | 0.85% | 0.63% | - |
| XYZ | 18.65 | 9.66 | 20.96 | - |
| YUV | 76.41 | 156.56 | 187.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 24 | 127 | 0 | 0.85 | 0.21 | 0.37 | 314.56 | 0.74 | 0.36 |
| Hex | A0 | 18 | 7F | 0 | 55 | 15 | 25 | 13B | 4A | 24 |
| Octal | 240 | 30 | 177 | 0 | 125 | 25 | 45 | 473 | 112 | 44 |
| Binary | 10100000 | 11000 | 1111111 | 0 | 1010101 | 10101 | 100101 | 100111011 | 1001010 | 100100 |
Color Harmonies of #A0187F
Complementary color
Monochromatic Colors of #A0187F
Black with #A0187F
Text Example
Text Example
White with #A0187F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0187F; }
p { color: rgb(160,24,127); }
H1.HeaderClassName
{
color: #A0187F;
}
.AnyTagClassName
{
color: #A0187F;
}
</style>
background-color css
<style>
a { background-color: #A0187F; }
a { background-color: rgb(160,24,127); }
div.DivClassName
{
background-color: #A0187F;
}
.BgClassName
{
background-color: #A0187F;
}
</style>
border-color css
<style>
span { border-color: #A0187F; }
span { border-color: rgb(160,24,127); }
td.TdClassName
{
border-color: #A0187F;
}
.TagClassName
{
border-color: #A0187F;
}
</style>