Shades of Dark Purple #A0198C
Tints of Dark Purple #A0198C
RGB
CMYK
RGB Variations
Color information
#A0198C (or 0xA0198C) is known color: Dark Purple. HEX triplet: A0, 19 and 8C. RGB value is (160,25,140). Sum of RGB (Red+Green+Blue) = 160+25+140=325 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.23% from 325); Green value is 25 (10.16% from 255 or 7.69% from 325); Blue value is 140 (55.08% from 255 or 43.08% from 325); Max value from RGB is 160 - color contains mainly: red. Hex color #A0198C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0198C is #5FE673. Grayscale: #4E4E4E. Windows color (decimal): -6284916 or 9181600. OLE color: 9181600.
HSL color Cylindrical-coordinate representation of color #A0198C: hue angle of 308.89º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A0198C is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 25 | 140 | - |
| CMYK | 0 | 0.84 | 0.12 | 0.37 |
| HSL | 308.89º | 0.73% | 0.36% | - |
| HSV(B) | 308.89º | 0.84% | 0.63% | - |
| XYZ | 19.58 | 10.06 | 25.72 | - |
| YUV | 78.48 | 162.73 | 186.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 25 | 140 | 0 | 0.84 | 0.12 | 0.37 | 308.89 | 0.73 | 0.36 |
| Hex | A0 | 19 | 8C | 0 | 54 | C | 25 | 135 | 49 | 24 |
| Octal | 240 | 31 | 214 | 0 | 124 | 14 | 45 | 465 | 111 | 44 |
| Binary | 10100000 | 11001 | 10001100 | 0 | 1010100 | 1100 | 100101 | 100110101 | 1001001 | 100100 |
Color Harmonies of #A0198C
Complementary color
Monochromatic Colors of #A0198C
Black with #A0198C
Text Example
Text Example
White with #A0198C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0198C; }
p { color: rgb(160,25,140); }
H1.HeaderClassName
{
color: #A0198C;
}
.AnyTagClassName
{
color: #A0198C;
}
</style>
background-color css
<style>
a { background-color: #A0198C; }
a { background-color: rgb(160,25,140); }
div.DivClassName
{
background-color: #A0198C;
}
.BgClassName
{
background-color: #A0198C;
}
</style>
border-color css
<style>
span { border-color: #A0198C; }
span { border-color: rgb(160,25,140); }
td.TdClassName
{
border-color: #A0198C;
}
.TagClassName
{
border-color: #A0198C;
}
</style>