Shades of Dark Purple #A12082
Tints of Dark Purple #A12082
RGB
CMYK
RGB Variations
Color information
#A12082 (or 0xA12082) is known color: Dark Purple. HEX triplet: A1, 20 and 82. RGB value is (161,32,130). Sum of RGB (Red+Green+Blue) = 161+32+130=323 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.85% from 323); Green value is 32 (12.89% from 255 or 9.91% from 323); Blue value is 130 (51.17% from 255 or 40.25% from 323); Max value from RGB is 161 - color contains mainly: red. Hex color #A12082 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12082 is #5EDF7D. Grayscale: #515151. Windows color (decimal): -6217598 or 8528033. OLE color: 8528033.
HSL color Cylindrical-coordinate representation of color #A12082: hue angle of 314.42º 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 #A12082 is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 32 | 130 | - |
| CMYK | 0 | 0.80 | 0.19 | 0.37 |
| HSL | 314.42º | 0.67% | 0.38% | - |
| HSV(B) | 314.42º | 0.8% | 0.63% | - |
| XYZ | 19.24 | 10.22 | 22.08 | - |
| YUV | 81.74 | 155.24 | 184.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 32 | 130 | 0 | 0.80 | 0.19 | 0.37 | 314.42 | 0.67 | 0.38 |
| Hex | A1 | 20 | 82 | 0 | 50 | 13 | 25 | 13A | 43 | 26 |
| Octal | 241 | 40 | 202 | 0 | 120 | 23 | 45 | 472 | 103 | 46 |
| Binary | 10100001 | 100000 | 10000010 | 0 | 1010000 | 10011 | 100101 | 100111010 | 1000011 | 100110 |
Color Harmonies of #A12082
Complementary color
Monochromatic Colors of #A12082
Black with #A12082
Text Example
Text Example
White with #A12082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12082; }
p { color: rgb(161,32,130); }
H1.HeaderClassName
{
color: #A12082;
}
.AnyTagClassName
{
color: #A12082;
}
</style>
background-color css
<style>
a { background-color: #A12082; }
a { background-color: rgb(161,32,130); }
div.DivClassName
{
background-color: #A12082;
}
.BgClassName
{
background-color: #A12082;
}
</style>
border-color css
<style>
span { border-color: #A12082; }
span { border-color: rgb(161,32,130); }
td.TdClassName
{
border-color: #A12082;
}
.TagClassName
{
border-color: #A12082;
}
</style>