Shades of Dark Purple #A41F96
Tints of Dark Purple #A41F96
RGB
CMYK
RGB Variations
Color information
#A41F96 (or 0xA41F96) is known color: Dark Purple. HEX triplet: A4, 1F and 96. RGB value is (164,31,150). Sum of RGB (Red+Green+Blue) = 164+31+150=345 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.54% from 345); Green value is 31 (12.5% from 255 or 8.99% from 345); Blue value is 150 (58.98% from 255 or 43.48% from 345); Max value from RGB is 164 - color contains mainly: red. Hex color #A41F96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41F96 is #5BE069. Grayscale: #535353. Windows color (decimal): -6021226 or 9838500. OLE color: 9838500.
HSL color Cylindrical-coordinate representation of color #A41F96: hue angle of 306.32º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A41F96 is Cyan = 0, Magento = 0.81, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 31 | 150 | - |
| CMYK | 0 | 0.81 | 0.09 | 0.36 |
| HSL | 306.32º | 0.68% | 0.38% | - |
| HSV(B) | 306.32º | 0.81% | 0.64% | - |
| XYZ | 21.3 | 11.07 | 29.87 | - |
| YUV | 84.33 | 165.06 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 31 | 150 | 0 | 0.81 | 0.09 | 0.36 | 306.32 | 0.68 | 0.38 |
| Hex | A4 | 1F | 96 | 0 | 51 | 9 | 24 | 132 | 44 | 26 |
| Octal | 244 | 37 | 226 | 0 | 121 | 11 | 44 | 462 | 104 | 46 |
| Binary | 10100100 | 11111 | 10010110 | 0 | 1010001 | 1001 | 100100 | 100110010 | 1000100 | 100110 |
Color Harmonies of #A41F96
Complementary color
Monochromatic Colors of #A41F96
Black with #A41F96
Text Example
Text Example
White with #A41F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41F96; }
p { color: rgb(164,31,150); }
H1.HeaderClassName
{
color: #A41F96;
}
.AnyTagClassName
{
color: #A41F96;
}
</style>
background-color css
<style>
a { background-color: #A41F96; }
a { background-color: rgb(164,31,150); }
div.DivClassName
{
background-color: #A41F96;
}
.BgClassName
{
background-color: #A41F96;
}
</style>
border-color css
<style>
span { border-color: #A41F96; }
span { border-color: rgb(164,31,150); }
td.TdClassName
{
border-color: #A41F96;
}
.TagClassName
{
border-color: #A41F96;
}
</style>