Shades of Dark Purple #A0188C
Tints of Dark Purple #A0188C
RGB
CMYK
RGB Variations
Color information
#A0188C (or 0xA0188C) is known color: Dark Purple. HEX triplet: A0, 18 and 8C. RGB value is (160,24,140). Sum of RGB (Red+Green+Blue) = 160+24+140=324 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.38% from 324); Green value is 24 (9.77% from 255 or 7.41% from 324); Blue value is 140 (55.08% from 255 or 43.21% from 324); Max value from RGB is 160 - color contains mainly: red. Hex color #A0188C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0188C is #5FE773. Grayscale: #4D4D4D. Windows color (decimal): -6285172 or 9181344. OLE color: 9181344.
HSL color Cylindrical-coordinate representation of color #A0188C: hue angle of 308.82º 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 #A0188C is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 24 | 140 | - |
| CMYK | 0 | 0.85 | 0.12 | 0.37 |
| HSL | 308.82º | 0.74% | 0.36% | - |
| HSV(B) | 308.82º | 0.85% | 0.63% | - |
| XYZ | 19.56 | 10.02 | 25.71 | - |
| YUV | 77.89 | 163.06 | 186.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 24 | 140 | 0 | 0.85 | 0.12 | 0.37 | 308.82 | 0.74 | 0.36 |
| Hex | A0 | 18 | 8C | 0 | 55 | C | 25 | 135 | 4A | 24 |
| Octal | 240 | 30 | 214 | 0 | 125 | 14 | 45 | 465 | 112 | 44 |
| Binary | 10100000 | 11000 | 10001100 | 0 | 1010101 | 1100 | 100101 | 100110101 | 1001010 | 100100 |
Color Harmonies of #A0188C
Complementary color
Monochromatic Colors of #A0188C
Black with #A0188C
Text Example
Text Example
White with #A0188C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0188C; }
p { color: rgb(160,24,140); }
H1.HeaderClassName
{
color: #A0188C;
}
.AnyTagClassName
{
color: #A0188C;
}
</style>
background-color css
<style>
a { background-color: #A0188C; }
a { background-color: rgb(160,24,140); }
div.DivClassName
{
background-color: #A0188C;
}
.BgClassName
{
background-color: #A0188C;
}
</style>
border-color css
<style>
span { border-color: #A0188C; }
span { border-color: rgb(160,24,140); }
td.TdClassName
{
border-color: #A0188C;
}
.TagClassName
{
border-color: #A0188C;
}
</style>