Shades of Dark Purple #A41286
Tints of Dark Purple #A41286
RGB
CMYK
RGB Variations
Color information
#A41286 (or 0xA41286) is known color: Dark Purple. HEX triplet: A4, 12 and 86. RGB value is (164,18,134). Sum of RGB (Red+Green+Blue) = 164+18+134=316 (41% of max value = 765). Red value is 164 (64.45% from 255 or 51.90% from 316); Green value is 18 (7.42% from 255 or 5.70% from 316); Blue value is 134 (52.73% from 255 or 42.41% from 316); Max value from RGB is 164 - color contains mainly: red. Hex color #A41286 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A41286 is #5BED79. Grayscale: #4A4A4A. Windows color (decimal): -6024570 or 8786596. OLE color: 8786596.
HSL color Cylindrical-coordinate representation of color #A41286: hue angle of 312.33º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A41286 is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 18 | 134 | - |
| CMYK | 0 | 0.89 | 0.18 | 0.36 |
| HSL | 312.33º | 0.8% | 0.36% | - |
| HSV(B) | 312.33º | 0.89% | 0.64% | - |
| XYZ | 19.83 | 10.05 | 23.45 | - |
| YUV | 74.88 | 161.37 | 191.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 18 | 134 | 0 | 0.89 | 0.18 | 0.36 | 312.33 | 0.8 | 0.36 |
| Hex | A4 | 12 | 86 | 0 | 59 | 12 | 24 | 138 | 50 | 24 |
| Octal | 244 | 22 | 206 | 0 | 131 | 22 | 44 | 470 | 120 | 44 |
| Binary | 10100100 | 10010 | 10000110 | 0 | 1011001 | 10010 | 100100 | 100111000 | 1010000 | 100100 |
Color Harmonies of #A41286
Complementary color
Monochromatic Colors of #A41286
Black with #A41286
Text Example
Text Example
White with #A41286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41286; }
p { color: rgb(164,18,134); }
H1.HeaderClassName
{
color: #A41286;
}
.AnyTagClassName
{
color: #A41286;
}
</style>
background-color css
<style>
a { background-color: #A41286; }
a { background-color: rgb(164,18,134); }
div.DivClassName
{
background-color: #A41286;
}
.BgClassName
{
background-color: #A41286;
}
</style>
border-color css
<style>
span { border-color: #A41286; }
span { border-color: rgb(164,18,134); }
td.TdClassName
{
border-color: #A41286;
}
.TagClassName
{
border-color: #A41286;
}
</style>