Shades of Dark Purple #A12193
Tints of Dark Purple #A12193
RGB
CMYK
RGB Variations
Color information
#A12193 (or 0xA12193) is known color: Dark Purple. HEX triplet: A1, 21 and 93. RGB value is (161,33,147). Sum of RGB (Red+Green+Blue) = 161+33+147=341 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.21% from 341); Green value is 33 (13.28% from 255 or 9.68% from 341); Blue value is 147 (57.81% from 255 or 43.11% from 341); Max value from RGB is 161 - color contains mainly: red. Hex color #A12193 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12193 is #5EDE6C. Grayscale: #535353. Windows color (decimal): -6217325 or 9642401. OLE color: 9642401.
HSL color Cylindrical-coordinate representation of color #A12193: hue angle of 306.56º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A12193 is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 33 | 147 | - |
| CMYK | 0 | 0.80 | 0.09 | 0.37 |
| HSL | 306.56º | 0.66% | 0.38% | - |
| HSV(B) | 306.56º | 0.8% | 0.63% | - |
| XYZ | 20.51 | 10.77 | 28.6 | - |
| YUV | 84.27 | 163.41 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 33 | 147 | 0 | 0.80 | 0.09 | 0.37 | 306.56 | 0.66 | 0.38 |
| Hex | A1 | 21 | 93 | 0 | 50 | 9 | 25 | 133 | 42 | 26 |
| Octal | 241 | 41 | 223 | 0 | 120 | 11 | 45 | 463 | 102 | 46 |
| Binary | 10100001 | 100001 | 10010011 | 0 | 1010000 | 1001 | 100101 | 100110011 | 1000010 | 100110 |
Color Harmonies of #A12193
Complementary color
Monochromatic Colors of #A12193
Black with #A12193
Text Example
Text Example
White with #A12193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12193; }
p { color: rgb(161,33,147); }
H1.HeaderClassName
{
color: #A12193;
}
.AnyTagClassName
{
color: #A12193;
}
</style>
background-color css
<style>
a { background-color: #A12193; }
a { background-color: rgb(161,33,147); }
div.DivClassName
{
background-color: #A12193;
}
.BgClassName
{
background-color: #A12193;
}
</style>
border-color css
<style>
span { border-color: #A12193; }
span { border-color: rgb(161,33,147); }
td.TdClassName
{
border-color: #A12193;
}
.TagClassName
{
border-color: #A12193;
}
</style>