Shades of Dark Purple #A0188D
Tints of Dark Purple #A0188D
RGB
CMYK
RGB Variations
Color information
#A0188D (or 0xA0188D) is known color: Dark Purple. HEX triplet: A0, 18 and 8D. RGB value is (160,24,141). Sum of RGB (Red+Green+Blue) = 160+24+141=325 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.23% from 325); Green value is 24 (9.77% from 255 or 7.38% from 325); Blue value is 141 (55.47% from 255 or 43.38% from 325); Max value from RGB is 160 - color contains mainly: red. Hex color #A0188D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0188D is #5FE772. Grayscale: #4D4D4D. Windows color (decimal): -6285171 or 9246880. OLE color: 9246880.
HSL color Cylindrical-coordinate representation of color #A0188D: hue angle of 308.38º 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 #A0188D is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 24 | 141 | - |
| CMYK | 0 | 0.85 | 0.12 | 0.37 |
| HSL | 308.38º | 0.74% | 0.36% | - |
| HSV(B) | 308.38º | 0.85% | 0.63% | - |
| XYZ | 19.63 | 10.05 | 26.1 | - |
| YUV | 78 | 163.56 | 186.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 24 | 141 | 0 | 0.85 | 0.12 | 0.37 | 308.38 | 0.74 | 0.36 |
| Hex | A0 | 18 | 8D | 0 | 55 | C | 25 | 134 | 4A | 24 |
| Octal | 240 | 30 | 215 | 0 | 125 | 14 | 45 | 464 | 112 | 44 |
| Binary | 10100000 | 11000 | 10001101 | 0 | 1010101 | 1100 | 100101 | 100110100 | 1001010 | 100100 |
Color Harmonies of #A0188D
Complementary color
Monochromatic Colors of #A0188D
Black with #A0188D
Text Example
Text Example
White with #A0188D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0188D; }
p { color: rgb(160,24,141); }
H1.HeaderClassName
{
color: #A0188D;
}
.AnyTagClassName
{
color: #A0188D;
}
</style>
background-color css
<style>
a { background-color: #A0188D; }
a { background-color: rgb(160,24,141); }
div.DivClassName
{
background-color: #A0188D;
}
.BgClassName
{
background-color: #A0188D;
}
</style>
border-color css
<style>
span { border-color: #A0188D; }
span { border-color: rgb(160,24,141); }
td.TdClassName
{
border-color: #A0188D;
}
.TagClassName
{
border-color: #A0188D;
}
</style>