Shades of Dark Purple #A12097
Tints of Dark Purple #A12097
RGB
CMYK
RGB Variations
Color information
#A12097 (or 0xA12097) is known color: Dark Purple. HEX triplet: A1, 20 and 97. RGB value is (161,32,151). Sum of RGB (Red+Green+Blue) = 161+32+151=344 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.80% from 344); Green value is 32 (12.89% from 255 or 9.30% from 344); Blue value is 151 (59.38% from 255 or 43.90% from 344); Max value from RGB is 161 - color contains mainly: red. Hex color #A12097 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12097 is #5EDF68. Grayscale: #535353. Windows color (decimal): -6217577 or 9904289. OLE color: 9904289.
HSL color Cylindrical-coordinate representation of color #A12097: hue angle of 304.65º degrees, saturation: 0.67, 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 #A12097 is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 32 | 151 | - |
| CMYK | 0 | 0.80 | 0.06 | 0.37 |
| HSL | 304.65º | 0.67% | 0.38% | - |
| HSV(B) | 304.65º | 0.8% | 0.63% | - |
| XYZ | 20.8 | 10.84 | 30.28 | - |
| YUV | 84.14 | 165.74 | 182.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 32 | 151 | 0 | 0.80 | 0.06 | 0.37 | 304.65 | 0.67 | 0.38 |
| Hex | A1 | 20 | 97 | 0 | 50 | 6 | 25 | 131 | 43 | 26 |
| Octal | 241 | 40 | 227 | 0 | 120 | 6 | 45 | 461 | 103 | 46 |
| Binary | 10100001 | 100000 | 10010111 | 0 | 1010000 | 110 | 100101 | 100110001 | 1000011 | 100110 |
Color Harmonies of #A12097
Complementary color
Monochromatic Colors of #A12097
Black with #A12097
Text Example
Text Example
White with #A12097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12097; }
p { color: rgb(161,32,151); }
H1.HeaderClassName
{
color: #A12097;
}
.AnyTagClassName
{
color: #A12097;
}
</style>
background-color css
<style>
a { background-color: #A12097; }
a { background-color: rgb(161,32,151); }
div.DivClassName
{
background-color: #A12097;
}
.BgClassName
{
background-color: #A12097;
}
</style>
border-color css
<style>
span { border-color: #A12097; }
span { border-color: rgb(161,32,151); }
td.TdClassName
{
border-color: #A12097;
}
.TagClassName
{
border-color: #A12097;
}
</style>