Shades of Dark Purple #A41385
Tints of Dark Purple #A41385
RGB
CMYK
RGB Variations
Color information
#A41385 (or 0xA41385) is known color: Dark Purple. HEX triplet: A4, 13 and 85. RGB value is (164,19,133). Sum of RGB (Red+Green+Blue) = 164+19+133=316 (41% of max value = 765). Red value is 164 (64.45% from 255 or 51.90% from 316); Green value is 19 (7.81% from 255 or 6.01% from 316); Blue value is 133 (52.34% from 255 or 42.09% from 316); Max value from RGB is 164 - color contains mainly: red. Hex color #A41385 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A41385 is #5BEC7A. Grayscale: #4B4B4B. Windows color (decimal): -6024315 or 8721316. OLE color: 8721316.
HSL color Cylindrical-coordinate representation of color #A41385: hue angle of 312.83º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A41385 is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 19 | 133 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.36 |
| HSL | 312.83º | 0.79% | 0.36% | - |
| HSV(B) | 312.83º | 0.88% | 0.64% | - |
| XYZ | 19.78 | 10.05 | 23.09 | - |
| YUV | 75.35 | 160.54 | 191.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 19 | 133 | 0 | 0.88 | 0.19 | 0.36 | 312.83 | 0.79 | 0.36 |
| Hex | A4 | 13 | 85 | 0 | 58 | 13 | 24 | 139 | 4F | 24 |
| Octal | 244 | 23 | 205 | 0 | 130 | 23 | 44 | 471 | 117 | 44 |
| Binary | 10100100 | 10011 | 10000101 | 0 | 1011000 | 10011 | 100100 | 100111001 | 1001111 | 100100 |
Color Harmonies of #A41385
Complementary color
Monochromatic Colors of #A41385
Black with #A41385
Text Example
Text Example
White with #A41385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41385; }
p { color: rgb(164,19,133); }
H1.HeaderClassName
{
color: #A41385;
}
.AnyTagClassName
{
color: #A41385;
}
</style>
background-color css
<style>
a { background-color: #A41385; }
a { background-color: rgb(164,19,133); }
div.DivClassName
{
background-color: #A41385;
}
.BgClassName
{
background-color: #A41385;
}
</style>
border-color css
<style>
span { border-color: #A41385; }
span { border-color: rgb(164,19,133); }
td.TdClassName
{
border-color: #A41385;
}
.TagClassName
{
border-color: #A41385;
}
</style>