Shades of Dark Purple #A41A7D
Tints of Dark Purple #A41A7D
RGB
CMYK
RGB Variations
Color information
#A41A7D (or 0xA41A7D) is known color: Dark Purple. HEX triplet: A4, 1A and 7D. RGB value is (164,26,125). Sum of RGB (Red+Green+Blue) = 164+26+125=315 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.06% from 315); Green value is 26 (10.55% from 255 or 8.25% from 315); Blue value is 125 (49.22% from 255 or 39.68% from 315); Max value from RGB is 164 - color contains mainly: red. Hex color #A41A7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A41A7D is #5BE582. Grayscale: #4E4E4E. Windows color (decimal): -6022531 or 8198820. OLE color: 8198820.
HSL color Cylindrical-coordinate representation of color #A41A7D: hue angle of 316.96º 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 #A41A7D is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 26 | 125 | - |
| CMYK | 0 | 0.84 | 0.24 | 0.36 |
| HSL | 316.96º | 0.73% | 0.37% | - |
| HSV(B) | 316.96º | 0.84% | 0.64% | - |
| XYZ | 19.38 | 10.11 | 20.33 | - |
| YUV | 78.55 | 154.22 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 26 | 125 | 0 | 0.84 | 0.24 | 0.36 | 316.96 | 0.73 | 0.37 |
| Hex | A4 | 1A | 7D | 0 | 54 | 18 | 24 | 13D | 49 | 25 |
| Octal | 244 | 32 | 175 | 0 | 124 | 30 | 44 | 475 | 111 | 45 |
| Binary | 10100100 | 11010 | 1111101 | 0 | 1010100 | 11000 | 100100 | 100111101 | 1001001 | 100101 |
Color Harmonies of #A41A7D
Complementary color
Monochromatic Colors of #A41A7D
Black with #A41A7D
Text Example
Text Example
White with #A41A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41A7D; }
p { color: rgb(164,26,125); }
H1.HeaderClassName
{
color: #A41A7D;
}
.AnyTagClassName
{
color: #A41A7D;
}
</style>
background-color css
<style>
a { background-color: #A41A7D; }
a { background-color: rgb(164,26,125); }
div.DivClassName
{
background-color: #A41A7D;
}
.BgClassName
{
background-color: #A41A7D;
}
</style>
border-color css
<style>
span { border-color: #A41A7D; }
span { border-color: rgb(164,26,125); }
td.TdClassName
{
border-color: #A41A7D;
}
.TagClassName
{
border-color: #A41A7D;
}
</style>