Shades of Dark Purple #A12992
Tints of Dark Purple #A12992
RGB
CMYK
RGB Variations
Color information
#A12992 (or 0xA12992) is known color: Dark Purple. HEX triplet: A1, 29 and 92. RGB value is (161,41,146). Sum of RGB (Red+Green+Blue) = 161+41+146=348 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.26% from 348); Green value is 41 (16.41% from 255 or 11.78% from 348); Blue value is 146 (57.42% from 255 or 41.95% from 348); Max value from RGB is 161 - color contains mainly: red. Hex color #A12992 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12992 is #5ED66D. Grayscale: #585858. Windows color (decimal): -6215278 or 9578913. OLE color: 9578913.
HSL color Cylindrical-coordinate representation of color #A12992: hue angle of 307.5º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A12992 is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 41 | 146 | - |
| CMYK | 0 | 0.75 | 0.09 | 0.37 |
| HSL | 307.5º | 0.59% | 0.4% | - |
| HSV(B) | 307.5º | 0.75% | 0.63% | - |
| XYZ | 20.68 | 11.24 | 28.27 | - |
| YUV | 88.85 | 160.26 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 41 | 146 | 0 | 0.75 | 0.09 | 0.37 | 307.5 | 0.59 | 0.4 |
| Hex | A1 | 29 | 92 | 0 | 4B | 9 | 25 | 134 | 3B | 28 |
| Octal | 241 | 51 | 222 | 0 | 113 | 11 | 45 | 464 | 73 | 50 |
| Binary | 10100001 | 101001 | 10010010 | 0 | 1001011 | 1001 | 100101 | 100110100 | 111011 | 101000 |
Color Harmonies of #A12992
Complementary color
Monochromatic Colors of #A12992
Black with #A12992
Text Example
Text Example
White with #A12992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12992; }
p { color: rgb(161,41,146); }
H1.HeaderClassName
{
color: #A12992;
}
.AnyTagClassName
{
color: #A12992;
}
</style>
background-color css
<style>
a { background-color: #A12992; }
a { background-color: rgb(161,41,146); }
div.DivClassName
{
background-color: #A12992;
}
.BgClassName
{
background-color: #A12992;
}
</style>
border-color css
<style>
span { border-color: #A12992; }
span { border-color: rgb(161,41,146); }
td.TdClassName
{
border-color: #A12992;
}
.TagClassName
{
border-color: #A12992;
}
</style>