Shades of Dark Purple #A12094
Tints of Dark Purple #A12094
RGB
CMYK
RGB Variations
Color information
#A12094 (or 0xA12094) is known color: Dark Purple. HEX triplet: A1, 20 and 94. RGB value is (161,32,148). Sum of RGB (Red+Green+Blue) = 161+32+148=341 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.21% from 341); Green value is 32 (12.89% from 255 or 9.38% from 341); Blue value is 148 (58.20% from 255 or 43.40% from 341); Max value from RGB is 161 - color contains mainly: red. Hex color #A12094 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12094 is #5EDF6B. Grayscale: #535353. Windows color (decimal): -6217580 or 9707681. OLE color: 9707681.
HSL color Cylindrical-coordinate representation of color #A12094: hue angle of 306.05º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A12094 is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 32 | 148 | - |
| CMYK | 0 | 0.80 | 0.08 | 0.37 |
| HSL | 306.05º | 0.67% | 0.38% | - |
| HSV(B) | 306.05º | 0.8% | 0.63% | - |
| XYZ | 20.56 | 10.75 | 29.01 | - |
| YUV | 83.8 | 164.24 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 32 | 148 | 0 | 0.80 | 0.08 | 0.37 | 306.05 | 0.67 | 0.38 |
| Hex | A1 | 20 | 94 | 0 | 50 | 8 | 25 | 132 | 43 | 26 |
| Octal | 241 | 40 | 224 | 0 | 120 | 10 | 45 | 462 | 103 | 46 |
| Binary | 10100001 | 100000 | 10010100 | 0 | 1010000 | 1000 | 100101 | 100110010 | 1000011 | 100110 |
Color Harmonies of #A12094
Complementary color
Monochromatic Colors of #A12094
Black with #A12094
Text Example
Text Example
White with #A12094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12094; }
p { color: rgb(161,32,148); }
H1.HeaderClassName
{
color: #A12094;
}
.AnyTagClassName
{
color: #A12094;
}
</style>
background-color css
<style>
a { background-color: #A12094; }
a { background-color: rgb(161,32,148); }
div.DivClassName
{
background-color: #A12094;
}
.BgClassName
{
background-color: #A12094;
}
</style>
border-color css
<style>
span { border-color: #A12094; }
span { border-color: rgb(161,32,148); }
td.TdClassName
{
border-color: #A12094;
}
.TagClassName
{
border-color: #A12094;
}
</style>