Shades of Dark Purple #A41D94
Tints of Dark Purple #A41D94
RGB
CMYK
RGB Variations
Color information
#A41D94 (or 0xA41D94) is known color: Dark Purple. HEX triplet: A4, 1D and 94. RGB value is (164,29,148). Sum of RGB (Red+Green+Blue) = 164+29+148=341 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.09% from 341); Green value is 29 (11.72% from 255 or 8.50% from 341); Blue value is 148 (58.20% from 255 or 43.40% from 341); Max value from RGB is 164 - color contains mainly: red. Hex color #A41D94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41D94 is #5BE26B. Grayscale: #525252. Windows color (decimal): -6021740 or 9706916. OLE color: 9706916.
HSL color Cylindrical-coordinate representation of color #A41D94: hue angle of 307.11º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A41D94 is Cyan = 0, Magento = 0.82, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 29 | 148 | - |
| CMYK | 0 | 0.82 | 0.10 | 0.36 |
| HSL | 307.11º | 0.7% | 0.38% | - |
| HSV(B) | 307.11º | 0.82% | 0.64% | - |
| XYZ | 21.09 | 10.91 | 29.01 | - |
| YUV | 82.93 | 164.73 | 185.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 29 | 148 | 0 | 0.82 | 0.10 | 0.36 | 307.11 | 0.7 | 0.38 |
| Hex | A4 | 1D | 94 | 0 | 52 | A | 24 | 133 | 46 | 26 |
| Octal | 244 | 35 | 224 | 0 | 122 | 12 | 44 | 463 | 106 | 46 |
| Binary | 10100100 | 11101 | 10010100 | 0 | 1010010 | 1010 | 100100 | 100110011 | 1000110 | 100110 |
Color Harmonies of #A41D94
Complementary color
Monochromatic Colors of #A41D94
Black with #A41D94
Text Example
Text Example
White with #A41D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41D94; }
p { color: rgb(164,29,148); }
H1.HeaderClassName
{
color: #A41D94;
}
.AnyTagClassName
{
color: #A41D94;
}
</style>
background-color css
<style>
a { background-color: #A41D94; }
a { background-color: rgb(164,29,148); }
div.DivClassName
{
background-color: #A41D94;
}
.BgClassName
{
background-color: #A41D94;
}
</style>
border-color css
<style>
span { border-color: #A41D94; }
span { border-color: rgb(164,29,148); }
td.TdClassName
{
border-color: #A41D94;
}
.TagClassName
{
border-color: #A41D94;
}
</style>