Shades of Dark Purple #A12476
Tints of Dark Purple #A12476
RGB
CMYK
RGB Variations
Color information
#A12476 (or 0xA12476) is known color: Dark Purple. HEX triplet: A1, 24 and 76. RGB value is (161,36,118). Sum of RGB (Red+Green+Blue) = 161+36+118=315 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.11% from 315); Green value is 36 (14.45% from 255 or 11.43% from 315); Blue value is 118 (46.48% from 255 or 37.46% from 315); Max value from RGB is 161 - color contains mainly: red. Hex color #A12476 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12476 is #5EDB89. Grayscale: #525252. Windows color (decimal): -6216586 or 7742625. OLE color: 7742625.
HSL color Cylindrical-coordinate representation of color #A12476: hue angle of 320.64º 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 #A12476 is Cyan = 0, Magento = 0.78, Yellow = 0.27 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 36 | 118 | - |
| CMYK | 0 | 0.78 | 0.27 | 0.37 |
| HSL | 320.64º | 0.63% | 0.39% | - |
| HSV(B) | 320.64º | 0.78% | 0.63% | - |
| XYZ | 18.6 | 10.15 | 18.12 | - |
| YUV | 82.72 | 147.91 | 183.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 36 | 118 | 0 | 0.78 | 0.27 | 0.37 | 320.64 | 0.63 | 0.39 |
| Hex | A1 | 24 | 76 | 0 | 4E | 1B | 25 | 141 | 3F | 27 |
| Octal | 241 | 44 | 166 | 0 | 116 | 33 | 45 | 501 | 77 | 47 |
| Binary | 10100001 | 100100 | 1110110 | 0 | 1001110 | 11011 | 100101 | 101000001 | 111111 | 100111 |
Color Harmonies of #A12476
Complementary color
Monochromatic Colors of #A12476
Black with #A12476
Text Example
Text Example
White with #A12476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12476; }
p { color: rgb(161,36,118); }
H1.HeaderClassName
{
color: #A12476;
}
.AnyTagClassName
{
color: #A12476;
}
</style>
background-color css
<style>
a { background-color: #A12476; }
a { background-color: rgb(161,36,118); }
div.DivClassName
{
background-color: #A12476;
}
.BgClassName
{
background-color: #A12476;
}
</style>
border-color css
<style>
span { border-color: #A12476; }
span { border-color: rgb(161,36,118); }
td.TdClassName
{
border-color: #A12476;
}
.TagClassName
{
border-color: #A12476;
}
</style>