Shades of Dark Purple #A12896
Tints of Dark Purple #A12896
RGB
CMYK
RGB Variations
Color information
#A12896 (or 0xA12896) is known color: Dark Purple. HEX triplet: A1, 28 and 96. RGB value is (161,40,150). Sum of RGB (Red+Green+Blue) = 161+40+150=351 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.87% from 351); Green value is 40 (16.02% from 255 or 11.40% from 351); Blue value is 150 (58.98% from 255 or 42.74% from 351); Max value from RGB is 161 - color contains mainly: red. Hex color #A12896 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12896 is #5ED769. Grayscale: #585858. Windows color (decimal): -6215530 or 9840801. OLE color: 9840801.
HSL color Cylindrical-coordinate representation of color #A12896: hue angle of 305.45º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A12896 is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 40 | 150 | - |
| CMYK | 0 | 0.75 | 0.07 | 0.37 |
| HSL | 305.45º | 0.6% | 0.39% | - |
| HSV(B) | 305.45º | 0.75% | 0.63% | - |
| XYZ | 20.96 | 11.3 | 29.93 | - |
| YUV | 88.72 | 162.59 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 40 | 150 | 0 | 0.75 | 0.07 | 0.37 | 305.45 | 0.6 | 0.39 |
| Hex | A1 | 28 | 96 | 0 | 4B | 7 | 25 | 131 | 3C | 27 |
| Octal | 241 | 50 | 226 | 0 | 113 | 7 | 45 | 461 | 74 | 47 |
| Binary | 10100001 | 101000 | 10010110 | 0 | 1001011 | 111 | 100101 | 100110001 | 111100 | 100111 |
Color Harmonies of #A12896
Complementary color
Monochromatic Colors of #A12896
Black with #A12896
Text Example
Text Example
White with #A12896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12896; }
p { color: rgb(161,40,150); }
H1.HeaderClassName
{
color: #A12896;
}
.AnyTagClassName
{
color: #A12896;
}
</style>
background-color css
<style>
a { background-color: #A12896; }
a { background-color: rgb(161,40,150); }
div.DivClassName
{
background-color: #A12896;
}
.BgClassName
{
background-color: #A12896;
}
</style>
border-color css
<style>
span { border-color: #A12896; }
span { border-color: rgb(161,40,150); }
td.TdClassName
{
border-color: #A12896;
}
.TagClassName
{
border-color: #A12896;
}
</style>