Shades of Dark Purple #A41285
Tints of Dark Purple #A41285
RGB
CMYK
RGB Variations
Color information
#A41285 (or 0xA41285) is known color: Dark Purple. HEX triplet: A4, 12 and 85. RGB value is (164,18,133). Sum of RGB (Red+Green+Blue) = 164+18+133=315 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.06% from 315); Green value is 18 (7.42% from 255 or 5.71% from 315); Blue value is 133 (52.34% from 255 or 42.22% from 315); Max value from RGB is 164 - color contains mainly: red. Hex color #A41285 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A41285 is #5BED7A. Grayscale: #4A4A4A. Windows color (decimal): -6024571 or 8721060. OLE color: 8721060.
HSL color Cylindrical-coordinate representation of color #A41285: hue angle of 312.74º 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 #A41285 is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 18 | 133 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.36 |
| HSL | 312.74º | 0.8% | 0.36% | - |
| HSV(B) | 312.74º | 0.89% | 0.64% | - |
| XYZ | 19.76 | 10.02 | 23.08 | - |
| YUV | 74.76 | 160.87 | 191.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 18 | 133 | 0 | 0.89 | 0.19 | 0.36 | 312.74 | 0.8 | 0.36 |
| Hex | A4 | 12 | 85 | 0 | 59 | 13 | 24 | 139 | 50 | 24 |
| Octal | 244 | 22 | 205 | 0 | 131 | 23 | 44 | 471 | 120 | 44 |
| Binary | 10100100 | 10010 | 10000101 | 0 | 1011001 | 10011 | 100100 | 100111001 | 1010000 | 100100 |
Color Harmonies of #A41285
Complementary color
Monochromatic Colors of #A41285
Black with #A41285
Text Example
Text Example
White with #A41285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41285; }
p { color: rgb(164,18,133); }
H1.HeaderClassName
{
color: #A41285;
}
.AnyTagClassName
{
color: #A41285;
}
</style>
background-color css
<style>
a { background-color: #A41285; }
a { background-color: rgb(164,18,133); }
div.DivClassName
{
background-color: #A41285;
}
.BgClassName
{
background-color: #A41285;
}
</style>
border-color css
<style>
span { border-color: #A41285; }
span { border-color: rgb(164,18,133); }
td.TdClassName
{
border-color: #A41285;
}
.TagClassName
{
border-color: #A41285;
}
</style>