Shades of Dark Purple #A12482
Tints of Dark Purple #A12482
RGB
CMYK
RGB Variations
Color information
#A12482 (or 0xA12482) is known color: Dark Purple. HEX triplet: A1, 24 and 82. RGB value is (161,36,130). Sum of RGB (Red+Green+Blue) = 161+36+130=327 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.24% from 327); Green value is 36 (14.45% from 255 or 11.01% from 327); Blue value is 130 (51.17% from 255 or 39.76% from 327); Max value from RGB is 161 - color contains mainly: red. Hex color #A12482 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12482 is #5EDB7D. Grayscale: #535353. Windows color (decimal): -6216574 or 8529057. OLE color: 8529057.
HSL color Cylindrical-coordinate representation of color #A12482: hue angle of 314.88º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A12482 is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 36 | 130 | - |
| CMYK | 0 | 0.78 | 0.19 | 0.37 |
| HSL | 314.88º | 0.63% | 0.39% | - |
| HSV(B) | 314.88º | 0.78% | 0.63% | - |
| XYZ | 19.36 | 10.45 | 22.12 | - |
| YUV | 84.09 | 153.91 | 182.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 36 | 130 | 0 | 0.78 | 0.19 | 0.37 | 314.88 | 0.63 | 0.39 |
| Hex | A1 | 24 | 82 | 0 | 4E | 13 | 25 | 13B | 3F | 27 |
| Octal | 241 | 44 | 202 | 0 | 116 | 23 | 45 | 473 | 77 | 47 |
| Binary | 10100001 | 100100 | 10000010 | 0 | 1001110 | 10011 | 100101 | 100111011 | 111111 | 100111 |
Color Harmonies of #A12482
Complementary color
Monochromatic Colors of #A12482
Black with #A12482
Text Example
Text Example
White with #A12482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12482; }
p { color: rgb(161,36,130); }
H1.HeaderClassName
{
color: #A12482;
}
.AnyTagClassName
{
color: #A12482;
}
</style>
background-color css
<style>
a { background-color: #A12482; }
a { background-color: rgb(161,36,130); }
div.DivClassName
{
background-color: #A12482;
}
.BgClassName
{
background-color: #A12482;
}
</style>
border-color css
<style>
span { border-color: #A12482; }
span { border-color: rgb(161,36,130); }
td.TdClassName
{
border-color: #A12482;
}
.TagClassName
{
border-color: #A12482;
}
</style>