Shades of Dark Purple #A0187E
Tints of Dark Purple #A0187E
RGB
CMYK
RGB Variations
Color information
#A0187E (or 0xA0187E) is known color: Dark Purple. HEX triplet: A0, 18 and 7E. RGB value is (160,24,126). Sum of RGB (Red+Green+Blue) = 160+24+126=310 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.61% from 310); Green value is 24 (9.77% from 255 or 7.74% from 310); Blue value is 126 (49.61% from 255 or 40.65% from 310); Max value from RGB is 160 - color contains mainly: red. Hex color #A0187E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0187E is #5FE781. Grayscale: #4C4C4C. Windows color (decimal): -6285186 or 8263840. OLE color: 8263840.
HSL color Cylindrical-coordinate representation of color #A0187E: hue angle of 315º 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 #A0187E is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 24 | 126 | - |
| CMYK | 0 | 0.85 | 0.21 | 0.37 |
| HSL | 315º | 0.74% | 0.36% | - |
| HSV(B) | 315º | 0.85% | 0.63% | - |
| XYZ | 18.59 | 9.63 | 20.62 | - |
| YUV | 76.29 | 156.06 | 187.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 24 | 126 | 0 | 0.85 | 0.21 | 0.37 | 315 | 0.74 | 0.36 |
| Hex | A0 | 18 | 7E | 0 | 55 | 15 | 25 | 13B | 4A | 24 |
| Octal | 240 | 30 | 176 | 0 | 125 | 25 | 45 | 473 | 112 | 44 |
| Binary | 10100000 | 11000 | 1111110 | 0 | 1010101 | 10101 | 100101 | 100111011 | 1001010 | 100100 |
Color Harmonies of #A0187E
Complementary color
Monochromatic Colors of #A0187E
Black with #A0187E
Text Example
Text Example
White with #A0187E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0187E; }
p { color: rgb(160,24,126); }
H1.HeaderClassName
{
color: #A0187E;
}
.AnyTagClassName
{
color: #A0187E;
}
</style>
background-color css
<style>
a { background-color: #A0187E; }
a { background-color: rgb(160,24,126); }
div.DivClassName
{
background-color: #A0187E;
}
.BgClassName
{
background-color: #A0187E;
}
</style>
border-color css
<style>
span { border-color: #A0187E; }
span { border-color: rgb(160,24,126); }
td.TdClassName
{
border-color: #A0187E;
}
.TagClassName
{
border-color: #A0187E;
}
</style>