Shades of Dark Purple #A12478
Tints of Dark Purple #A12478
RGB
CMYK
RGB Variations
Color information
#A12478 (or 0xA12478) is known color: Dark Purple. HEX triplet: A1, 24 and 78. RGB value is (161,36,120). Sum of RGB (Red+Green+Blue) = 161+36+120=317 (41% of max value = 765). Red value is 161 (63.28% from 255 or 50.79% from 317); Green value is 36 (14.45% from 255 or 11.36% from 317); Blue value is 120 (47.27% from 255 or 37.85% from 317); Max value from RGB is 161 - color contains mainly: red. Hex color #A12478 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12478 is #5EDB87. Grayscale: #525252. Windows color (decimal): -6216584 or 7873697. OLE color: 7873697.
HSL color Cylindrical-coordinate representation of color #A12478: hue angle of 319.68º 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 #A12478 is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 36 | 120 | - |
| CMYK | 0 | 0.78 | 0.25 | 0.37 |
| HSL | 319.68º | 0.63% | 0.39% | - |
| HSV(B) | 319.68º | 0.78% | 0.63% | - |
| XYZ | 18.72 | 10.19 | 18.75 | - |
| YUV | 82.95 | 148.91 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 36 | 120 | 0 | 0.78 | 0.25 | 0.37 | 319.68 | 0.63 | 0.39 |
| Hex | A1 | 24 | 78 | 0 | 4E | 19 | 25 | 140 | 3F | 27 |
| Octal | 241 | 44 | 170 | 0 | 116 | 31 | 45 | 500 | 77 | 47 |
| Binary | 10100001 | 100100 | 1111000 | 0 | 1001110 | 11001 | 100101 | 101000000 | 111111 | 100111 |
Color Harmonies of #A12478
Complementary color
Monochromatic Colors of #A12478
Black with #A12478
Text Example
Text Example
White with #A12478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12478; }
p { color: rgb(161,36,120); }
H1.HeaderClassName
{
color: #A12478;
}
.AnyTagClassName
{
color: #A12478;
}
</style>
background-color css
<style>
a { background-color: #A12478; }
a { background-color: rgb(161,36,120); }
div.DivClassName
{
background-color: #A12478;
}
.BgClassName
{
background-color: #A12478;
}
</style>
border-color css
<style>
span { border-color: #A12478; }
span { border-color: rgb(161,36,120); }
td.TdClassName
{
border-color: #A12478;
}
.TagClassName
{
border-color: #A12478;
}
</style>