Shades of Dark Purple #A0188B
Tints of Dark Purple #A0188B
RGB
CMYK
RGB Variations
Color information
#A0188B (or 0xA0188B) is known color: Dark Purple. HEX triplet: A0, 18 and 8B. RGB value is (160,24,139). Sum of RGB (Red+Green+Blue) = 160+24+139=323 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.54% from 323); Green value is 24 (9.77% from 255 or 7.43% from 323); Blue value is 139 (54.69% from 255 or 43.03% from 323); Max value from RGB is 160 - color contains mainly: red. Hex color #A0188B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0188B is #5FE774. Grayscale: #4D4D4D. Windows color (decimal): -6285173 or 9115808. OLE color: 9115808.
HSL color Cylindrical-coordinate representation of color #A0188B: hue angle of 309.26º 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 #A0188B is Cyan = 0, Magento = 0.85, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 24 | 139 | - |
| CMYK | 0 | 0.85 | 0.13 | 0.37 |
| HSL | 309.26º | 0.74% | 0.36% | - |
| HSV(B) | 309.26º | 0.85% | 0.63% | - |
| XYZ | 19.48 | 9.99 | 25.33 | - |
| YUV | 77.77 | 162.56 | 186.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 24 | 139 | 0 | 0.85 | 0.13 | 0.37 | 309.26 | 0.74 | 0.36 |
| Hex | A0 | 18 | 8B | 0 | 55 | D | 25 | 135 | 4A | 24 |
| Octal | 240 | 30 | 213 | 0 | 125 | 15 | 45 | 465 | 112 | 44 |
| Binary | 10100000 | 11000 | 10001011 | 0 | 1010101 | 1101 | 100101 | 100110101 | 1001010 | 100100 |
Color Harmonies of #A0188B
Complementary color
Monochromatic Colors of #A0188B
Black with #A0188B
Text Example
Text Example
White with #A0188B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0188B; }
p { color: rgb(160,24,139); }
H1.HeaderClassName
{
color: #A0188B;
}
.AnyTagClassName
{
color: #A0188B;
}
</style>
background-color css
<style>
a { background-color: #A0188B; }
a { background-color: rgb(160,24,139); }
div.DivClassName
{
background-color: #A0188B;
}
.BgClassName
{
background-color: #A0188B;
}
</style>
border-color css
<style>
span { border-color: #A0188B; }
span { border-color: rgb(160,24,139); }
td.TdClassName
{
border-color: #A0188B;
}
.TagClassName
{
border-color: #A0188B;
}
</style>