Shades of Dark Purple #A0198D
Tints of Dark Purple #A0198D
RGB
CMYK
RGB Variations
Color information
#A0198D (or 0xA0198D) is known color: Dark Purple. HEX triplet: A0, 19 and 8D. RGB value is (160,25,141). Sum of RGB (Red+Green+Blue) = 160+25+141=326 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.08% from 326); Green value is 25 (10.16% from 255 or 7.67% from 326); Blue value is 141 (55.47% from 255 or 43.25% from 326); Max value from RGB is 160 - color contains mainly: red. Hex color #A0198D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0198D is #5FE672. Grayscale: #4E4E4E. Windows color (decimal): -6284915 or 9247136. OLE color: 9247136.
HSL color Cylindrical-coordinate representation of color #A0198D: hue angle of 308.44º 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 #A0198D is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 25 | 141 | - |
| CMYK | 0 | 0.84 | 0.12 | 0.37 |
| HSL | 308.44º | 0.73% | 0.36% | - |
| HSV(B) | 308.44º | 0.84% | 0.63% | - |
| XYZ | 19.65 | 10.09 | 26.11 | - |
| YUV | 78.59 | 163.23 | 186.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 25 | 141 | 0 | 0.84 | 0.12 | 0.37 | 308.44 | 0.73 | 0.36 |
| Hex | A0 | 19 | 8D | 0 | 54 | C | 25 | 134 | 49 | 24 |
| Octal | 240 | 31 | 215 | 0 | 124 | 14 | 45 | 464 | 111 | 44 |
| Binary | 10100000 | 11001 | 10001101 | 0 | 1010100 | 1100 | 100101 | 100110100 | 1001001 | 100100 |
Color Harmonies of #A0198D
Complementary color
Monochromatic Colors of #A0198D
Black with #A0198D
Text Example
Text Example
White with #A0198D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0198D; }
p { color: rgb(160,25,141); }
H1.HeaderClassName
{
color: #A0198D;
}
.AnyTagClassName
{
color: #A0198D;
}
</style>
background-color css
<style>
a { background-color: #A0198D; }
a { background-color: rgb(160,25,141); }
div.DivClassName
{
background-color: #A0198D;
}
.BgClassName
{
background-color: #A0198D;
}
</style>
border-color css
<style>
span { border-color: #A0198D; }
span { border-color: rgb(160,25,141); }
td.TdClassName
{
border-color: #A0198D;
}
.TagClassName
{
border-color: #A0198D;
}
</style>