Shades of Dark Purple #A12084
Tints of Dark Purple #A12084
RGB
CMYK
RGB Variations
Color information
#A12084 (or 0xA12084) is known color: Dark Purple. HEX triplet: A1, 20 and 84. RGB value is (161,32,132). Sum of RGB (Red+Green+Blue) = 161+32+132=325 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.54% from 325); Green value is 32 (12.89% from 255 or 9.85% from 325); Blue value is 132 (51.95% from 255 or 40.62% from 325); Max value from RGB is 161 - color contains mainly: red. Hex color #A12084 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12084 is #5EDF7B. Grayscale: #515151. Windows color (decimal): -6217596 or 8659105. OLE color: 8659105.
HSL color Cylindrical-coordinate representation of color #A12084: hue angle of 313.49º 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 #A12084 is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 32 | 132 | - |
| CMYK | 0 | 0.80 | 0.18 | 0.37 |
| HSL | 313.49º | 0.67% | 0.38% | - |
| HSV(B) | 313.49º | 0.8% | 0.63% | - |
| XYZ | 19.38 | 10.28 | 22.79 | - |
| YUV | 81.97 | 156.24 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 32 | 132 | 0 | 0.80 | 0.18 | 0.37 | 313.49 | 0.67 | 0.38 |
| Hex | A1 | 20 | 84 | 0 | 50 | 12 | 25 | 139 | 43 | 26 |
| Octal | 241 | 40 | 204 | 0 | 120 | 22 | 45 | 471 | 103 | 46 |
| Binary | 10100001 | 100000 | 10000100 | 0 | 1010000 | 10010 | 100101 | 100111001 | 1000011 | 100110 |
Color Harmonies of #A12084
Complementary color
Monochromatic Colors of #A12084
Black with #A12084
Text Example
Text Example
White with #A12084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12084; }
p { color: rgb(161,32,132); }
H1.HeaderClassName
{
color: #A12084;
}
.AnyTagClassName
{
color: #A12084;
}
</style>
background-color css
<style>
a { background-color: #A12084; }
a { background-color: rgb(161,32,132); }
div.DivClassName
{
background-color: #A12084;
}
.BgClassName
{
background-color: #A12084;
}
</style>
border-color css
<style>
span { border-color: #A12084; }
span { border-color: rgb(161,32,132); }
td.TdClassName
{
border-color: #A12084;
}
.TagClassName
{
border-color: #A12084;
}
</style>