Shades of Dark Purple #A1188B
Tints of Dark Purple #A1188B
RGB
CMYK
RGB Variations
Color information
#A1188B (or 0xA1188B) is known color: Dark Purple. HEX triplet: A1, 18 and 8B. RGB value is (161,24,139). Sum of RGB (Red+Green+Blue) = 161+24+139=324 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.69% from 324); Green value is 24 (9.77% from 255 or 7.41% from 324); Blue value is 139 (54.69% from 255 or 42.90% from 324); Max value from RGB is 161 - color contains mainly: red. Hex color #A1188B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1188B is #5EE774. Grayscale: #4D4D4D. Windows color (decimal): -6219637 or 9115809. OLE color: 9115809.
HSL color Cylindrical-coordinate representation of color #A1188B: hue angle of 309.64º 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 #A1188B is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 24 | 139 | - |
| CMYK | 0 | 0.85 | 0.14 | 0.37 |
| HSL | 309.64º | 0.74% | 0.36% | - |
| HSV(B) | 309.64º | 0.85% | 0.63% | - |
| XYZ | 19.68 | 10.09 | 25.34 | - |
| YUV | 78.07 | 162.39 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 24 | 139 | 0 | 0.85 | 0.14 | 0.37 | 309.64 | 0.74 | 0.36 |
| Hex | A1 | 18 | 8B | 0 | 55 | E | 25 | 136 | 4A | 24 |
| Octal | 241 | 30 | 213 | 0 | 125 | 16 | 45 | 466 | 112 | 44 |
| Binary | 10100001 | 11000 | 10001011 | 0 | 1010101 | 1110 | 100101 | 100110110 | 1001010 | 100100 |
Color Harmonies of #A1188B
Complementary color
Monochromatic Colors of #A1188B
Black with #A1188B
Text Example
Text Example
White with #A1188B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1188B; }
p { color: rgb(161,24,139); }
H1.HeaderClassName
{
color: #A1188B;
}
.AnyTagClassName
{
color: #A1188B;
}
</style>
background-color css
<style>
a { background-color: #A1188B; }
a { background-color: rgb(161,24,139); }
div.DivClassName
{
background-color: #A1188B;
}
.BgClassName
{
background-color: #A1188B;
}
</style>
border-color css
<style>
span { border-color: #A1188B; }
span { border-color: rgb(161,24,139); }
td.TdClassName
{
border-color: #A1188B;
}
.TagClassName
{
border-color: #A1188B;
}
</style>