Shades of Dark Purple #A0198B
Tints of Dark Purple #A0198B
RGB
CMYK
RGB Variations
Color information
#A0198B (or 0xA0198B) is known color: Dark Purple. HEX triplet: A0, 19 and 8B. RGB value is (160,25,139). Sum of RGB (Red+Green+Blue) = 160+25+139=324 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.38% from 324); Green value is 25 (10.16% from 255 or 7.72% from 324); Blue value is 139 (54.69% from 255 or 42.90% from 324); Max value from RGB is 160 - color contains mainly: red. Hex color #A0198B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0198B is #5FE674. Grayscale: #4E4E4E. Windows color (decimal): -6284917 or 9116064. OLE color: 9116064.
HSL color Cylindrical-coordinate representation of color #A0198B: hue angle of 309.33º 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 #A0198B is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 25 | 139 | - |
| CMYK | 0 | 0.84 | 0.13 | 0.37 |
| HSL | 309.33º | 0.73% | 0.36% | - |
| HSV(B) | 309.33º | 0.84% | 0.63% | - |
| XYZ | 19.51 | 10.03 | 25.33 | - |
| YUV | 78.36 | 162.23 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 25 | 139 | 0 | 0.84 | 0.13 | 0.37 | 309.33 | 0.73 | 0.36 |
| Hex | A0 | 19 | 8B | 0 | 54 | D | 25 | 135 | 49 | 24 |
| Octal | 240 | 31 | 213 | 0 | 124 | 15 | 45 | 465 | 111 | 44 |
| Binary | 10100000 | 11001 | 10001011 | 0 | 1010100 | 1101 | 100101 | 100110101 | 1001001 | 100100 |
Color Harmonies of #A0198B
Complementary color
Monochromatic Colors of #A0198B
Black with #A0198B
Text Example
Text Example
White with #A0198B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0198B; }
p { color: rgb(160,25,139); }
H1.HeaderClassName
{
color: #A0198B;
}
.AnyTagClassName
{
color: #A0198B;
}
</style>
background-color css
<style>
a { background-color: #A0198B; }
a { background-color: rgb(160,25,139); }
div.DivClassName
{
background-color: #A0198B;
}
.BgClassName
{
background-color: #A0198B;
}
</style>
border-color css
<style>
span { border-color: #A0198B; }
span { border-color: rgb(160,25,139); }
td.TdClassName
{
border-color: #A0198B;
}
.TagClassName
{
border-color: #A0198B;
}
</style>