Shades of Dark Purple #A41C8F
Tints of Dark Purple #A41C8F
RGB
CMYK
RGB Variations
Color information
#A41C8F (or 0xA41C8F) is known color: Dark Purple. HEX triplet: A4, 1C and 8F. RGB value is (164,28,143). Sum of RGB (Red+Green+Blue) = 164+28+143=335 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.96% from 335); Green value is 28 (11.33% from 255 or 8.36% from 335); Blue value is 143 (56.25% from 255 or 42.69% from 335); Max value from RGB is 164 - color contains mainly: red. Hex color #A41C8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41C8F is #5BE370. Grayscale: #515151. Windows color (decimal): -6022001 or 9378980. OLE color: 9378980.
HSL color Cylindrical-coordinate representation of color #A41C8F: hue angle of 309.26º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A41C8F is Cyan = 0, Magento = 0.83, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 28 | 143 | - |
| CMYK | 0 | 0.83 | 0.13 | 0.36 |
| HSL | 309.26º | 0.71% | 0.38% | - |
| HSV(B) | 309.26º | 0.83% | 0.64% | - |
| XYZ | 20.68 | 10.71 | 26.96 | - |
| YUV | 81.77 | 162.56 | 186.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 28 | 143 | 0 | 0.83 | 0.13 | 0.36 | 309.26 | 0.71 | 0.38 |
| Hex | A4 | 1C | 8F | 0 | 53 | D | 24 | 135 | 47 | 26 |
| Octal | 244 | 34 | 217 | 0 | 123 | 15 | 44 | 465 | 107 | 46 |
| Binary | 10100100 | 11100 | 10001111 | 0 | 1010011 | 1101 | 100100 | 100110101 | 1000111 | 100110 |
Color Harmonies of #A41C8F
Complementary color
Monochromatic Colors of #A41C8F
Black with #A41C8F
Text Example
Text Example
White with #A41C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41C8F; }
p { color: rgb(164,28,143); }
H1.HeaderClassName
{
color: #A41C8F;
}
.AnyTagClassName
{
color: #A41C8F;
}
</style>
background-color css
<style>
a { background-color: #A41C8F; }
a { background-color: rgb(164,28,143); }
div.DivClassName
{
background-color: #A41C8F;
}
.BgClassName
{
background-color: #A41C8F;
}
</style>
border-color css
<style>
span { border-color: #A41C8F; }
span { border-color: rgb(164,28,143); }
td.TdClassName
{
border-color: #A41C8F;
}
.TagClassName
{
border-color: #A41C8F;
}
</style>