Shades of Dark Purple #A41185
Tints of Dark Purple #A41185
RGB
CMYK
RGB Variations
Color information
#A41185 (or 0xA41185) is known color: Dark Purple. HEX triplet: A4, 11 and 85. RGB value is (164,17,133). Sum of RGB (Red+Green+Blue) = 164+17+133=314 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.23% from 314); Green value is 17 (7.03% from 255 or 5.41% from 314); Blue value is 133 (52.34% from 255 or 42.36% from 314); Max value from RGB is 164 - color contains mainly: red. Hex color #A41185 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A41185 is #5BEE7A. Grayscale: #494949. Windows color (decimal): -6024827 or 8720804. OLE color: 8720804.
HSL color Cylindrical-coordinate representation of color #A41185: hue angle of 312.65º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A41185 is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 17 | 133 | - |
| CMYK | 0 | 0.90 | 0.19 | 0.36 |
| HSL | 312.65º | 0.81% | 0.35% | - |
| HSV(B) | 312.65º | 0.9% | 0.64% | - |
| XYZ | 19.74 | 9.99 | 23.08 | - |
| YUV | 74.18 | 161.2 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 17 | 133 | 0 | 0.90 | 0.19 | 0.36 | 312.65 | 0.81 | 0.35 |
| Hex | A4 | 11 | 85 | 0 | 5A | 13 | 24 | 139 | 51 | 23 |
| Octal | 244 | 21 | 205 | 0 | 132 | 23 | 44 | 471 | 121 | 43 |
| Binary | 10100100 | 10001 | 10000101 | 0 | 1011010 | 10011 | 100100 | 100111001 | 1010001 | 100011 |
Color Harmonies of #A41185
Complementary color
Monochromatic Colors of #A41185
Black with #A41185
Text Example
Text Example
White with #A41185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41185; }
p { color: rgb(164,17,133); }
H1.HeaderClassName
{
color: #A41185;
}
.AnyTagClassName
{
color: #A41185;
}
</style>
background-color css
<style>
a { background-color: #A41185; }
a { background-color: rgb(164,17,133); }
div.DivClassName
{
background-color: #A41185;
}
.BgClassName
{
background-color: #A41185;
}
</style>
border-color css
<style>
span { border-color: #A41185; }
span { border-color: rgb(164,17,133); }
td.TdClassName
{
border-color: #A41185;
}
.TagClassName
{
border-color: #A41185;
}
</style>