Shades of Dark Purple #A1198E
Tints of Dark Purple #A1198E
RGB
CMYK
RGB Variations
Color information
#A1198E (or 0xA1198E) is known color: Dark Purple. HEX triplet: A1, 19 and 8E. RGB value is (161,25,142). Sum of RGB (Red+Green+Blue) = 161+25+142=328 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.09% from 328); Green value is 25 (10.16% from 255 or 7.62% from 328); Blue value is 142 (55.86% from 255 or 43.29% from 328); Max value from RGB is 161 - color contains mainly: red. Hex color #A1198E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1198E is #5EE671. Grayscale: #4E4E4E. Windows color (decimal): -6219378 or 9312673. OLE color: 9312673.
HSL color Cylindrical-coordinate representation of color #A1198E: hue angle of 308.38º 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 #A1198E is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 25 | 142 | - |
| CMYK | 0 | 0.84 | 0.12 | 0.37 |
| HSL | 308.38º | 0.73% | 0.36% | - |
| HSV(B) | 308.38º | 0.84% | 0.63% | - |
| XYZ | 19.93 | 10.23 | 26.51 | - |
| YUV | 79 | 163.56 | 186.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 25 | 142 | 0 | 0.84 | 0.12 | 0.37 | 308.38 | 0.73 | 0.36 |
| Hex | A1 | 19 | 8E | 0 | 54 | C | 25 | 134 | 49 | 24 |
| Octal | 241 | 31 | 216 | 0 | 124 | 14 | 45 | 464 | 111 | 44 |
| Binary | 10100001 | 11001 | 10001110 | 0 | 1010100 | 1100 | 100101 | 100110100 | 1001001 | 100100 |
Color Harmonies of #A1198E
Complementary color
Monochromatic Colors of #A1198E
Black with #A1198E
Text Example
Text Example
White with #A1198E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1198E; }
p { color: rgb(161,25,142); }
H1.HeaderClassName
{
color: #A1198E;
}
.AnyTagClassName
{
color: #A1198E;
}
</style>
background-color css
<style>
a { background-color: #A1198E; }
a { background-color: rgb(161,25,142); }
div.DivClassName
{
background-color: #A1198E;
}
.BgClassName
{
background-color: #A1198E;
}
</style>
border-color css
<style>
span { border-color: #A1198E; }
span { border-color: rgb(161,25,142); }
td.TdClassName
{
border-color: #A1198E;
}
.TagClassName
{
border-color: #A1198E;
}
</style>