Shades of Dark Purple #A12484
Tints of Dark Purple #A12484
RGB
CMYK
RGB Variations
Color information
#A12484 (or 0xA12484) is known color: Dark Purple. HEX triplet: A1, 24 and 84. RGB value is (161,36,132). Sum of RGB (Red+Green+Blue) = 161+36+132=329 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.94% from 329); Green value is 36 (14.45% from 255 or 10.94% from 329); Blue value is 132 (51.95% from 255 or 40.12% from 329); Max value from RGB is 161 - color contains mainly: red. Hex color #A12484 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12484 is #5EDB7B. Grayscale: #545454. Windows color (decimal): -6216572 or 8660129. OLE color: 8660129.
HSL color Cylindrical-coordinate representation of color #A12484: hue angle of 313.92º 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 #A12484 is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 36 | 132 | - |
| CMYK | 0 | 0.78 | 0.18 | 0.37 |
| HSL | 313.92º | 0.63% | 0.39% | - |
| HSV(B) | 313.92º | 0.78% | 0.63% | - |
| XYZ | 19.49 | 10.5 | 22.83 | - |
| YUV | 84.32 | 154.91 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 36 | 132 | 0 | 0.78 | 0.18 | 0.37 | 313.92 | 0.63 | 0.39 |
| Hex | A1 | 24 | 84 | 0 | 4E | 12 | 25 | 13A | 3F | 27 |
| Octal | 241 | 44 | 204 | 0 | 116 | 22 | 45 | 472 | 77 | 47 |
| Binary | 10100001 | 100100 | 10000100 | 0 | 1001110 | 10010 | 100101 | 100111010 | 111111 | 100111 |
Color Harmonies of #A12484
Complementary color
Monochromatic Colors of #A12484
Black with #A12484
Text Example
Text Example
White with #A12484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12484; }
p { color: rgb(161,36,132); }
H1.HeaderClassName
{
color: #A12484;
}
.AnyTagClassName
{
color: #A12484;
}
</style>
background-color css
<style>
a { background-color: #A12484; }
a { background-color: rgb(161,36,132); }
div.DivClassName
{
background-color: #A12484;
}
.BgClassName
{
background-color: #A12484;
}
</style>
border-color css
<style>
span { border-color: #A12484; }
span { border-color: rgb(161,36,132); }
td.TdClassName
{
border-color: #A12484;
}
.TagClassName
{
border-color: #A12484;
}
</style>