Shades of Dark Purple #A41A7E
Tints of Dark Purple #A41A7E
RGB
CMYK
RGB Variations
Color information
#A41A7E (or 0xA41A7E) is known color: Dark Purple. HEX triplet: A4, 1A and 7E. RGB value is (164,26,126). Sum of RGB (Red+Green+Blue) = 164+26+126=316 (41% of max value = 765). Red value is 164 (64.45% from 255 or 51.90% from 316); Green value is 26 (10.55% from 255 or 8.23% from 316); Blue value is 126 (49.61% from 255 or 39.87% from 316); Max value from RGB is 164 - color contains mainly: red. Hex color #A41A7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A41A7E is #5BE581. Grayscale: #4E4E4E. Windows color (decimal): -6022530 or 8264356. OLE color: 8264356.
HSL color Cylindrical-coordinate representation of color #A41A7E: hue angle of 316.52º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A41A7E is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 26 | 126 | - |
| CMYK | 0 | 0.84 | 0.23 | 0.36 |
| HSL | 316.52º | 0.73% | 0.37% | - |
| HSV(B) | 316.52º | 0.84% | 0.64% | - |
| XYZ | 19.45 | 10.14 | 20.67 | - |
| YUV | 78.66 | 154.72 | 188.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 26 | 126 | 0 | 0.84 | 0.23 | 0.36 | 316.52 | 0.73 | 0.37 |
| Hex | A4 | 1A | 7E | 0 | 54 | 17 | 24 | 13D | 49 | 25 |
| Octal | 244 | 32 | 176 | 0 | 124 | 27 | 44 | 475 | 111 | 45 |
| Binary | 10100100 | 11010 | 1111110 | 0 | 1010100 | 10111 | 100100 | 100111101 | 1001001 | 100101 |
Color Harmonies of #A41A7E
Complementary color
Monochromatic Colors of #A41A7E
Black with #A41A7E
Text Example
Text Example
White with #A41A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41A7E; }
p { color: rgb(164,26,126); }
H1.HeaderClassName
{
color: #A41A7E;
}
.AnyTagClassName
{
color: #A41A7E;
}
</style>
background-color css
<style>
a { background-color: #A41A7E; }
a { background-color: rgb(164,26,126); }
div.DivClassName
{
background-color: #A41A7E;
}
.BgClassName
{
background-color: #A41A7E;
}
</style>
border-color css
<style>
span { border-color: #A41A7E; }
span { border-color: rgb(164,26,126); }
td.TdClassName
{
border-color: #A41A7E;
}
.TagClassName
{
border-color: #A41A7E;
}
</style>