Shades of Dark Purple #A41A8B
Tints of Dark Purple #A41A8B
RGB
CMYK
RGB Variations
Color information
#A41A8B (or 0xA41A8B) is known color: Dark Purple. HEX triplet: A4, 1A and 8B. RGB value is (164,26,139). Sum of RGB (Red+Green+Blue) = 164+26+139=329 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.85% from 329); Green value is 26 (10.55% from 255 or 7.90% from 329); Blue value is 139 (54.69% from 255 or 42.25% from 329); Max value from RGB is 164 - color contains mainly: red. Hex color #A41A8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41A8B is #5BE574. Grayscale: #4F4F4F. Windows color (decimal): -6022517 or 9116324. OLE color: 9116324.
HSL color Cylindrical-coordinate representation of color #A41A8B: hue angle of 310.87º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A41A8B is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 26 | 139 | - |
| CMYK | 0 | 0.84 | 0.15 | 0.36 |
| HSL | 310.87º | 0.73% | 0.37% | - |
| HSV(B) | 310.87º | 0.84% | 0.64% | - |
| XYZ | 20.34 | 10.5 | 25.38 | - |
| YUV | 80.14 | 161.22 | 187.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 26 | 139 | 0 | 0.84 | 0.15 | 0.36 | 310.87 | 0.73 | 0.37 |
| Hex | A4 | 1A | 8B | 0 | 54 | F | 24 | 137 | 49 | 25 |
| Octal | 244 | 32 | 213 | 0 | 124 | 17 | 44 | 467 | 111 | 45 |
| Binary | 10100100 | 11010 | 10001011 | 0 | 1010100 | 1111 | 100100 | 100110111 | 1001001 | 100101 |
Color Harmonies of #A41A8B
Complementary color
Monochromatic Colors of #A41A8B
Black with #A41A8B
Text Example
Text Example
White with #A41A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41A8B; }
p { color: rgb(164,26,139); }
H1.HeaderClassName
{
color: #A41A8B;
}
.AnyTagClassName
{
color: #A41A8B;
}
</style>
background-color css
<style>
a { background-color: #A41A8B; }
a { background-color: rgb(164,26,139); }
div.DivClassName
{
background-color: #A41A8B;
}
.BgClassName
{
background-color: #A41A8B;
}
</style>
border-color css
<style>
span { border-color: #A41A8B; }
span { border-color: rgb(164,26,139); }
td.TdClassName
{
border-color: #A41A8B;
}
.TagClassName
{
border-color: #A41A8B;
}
</style>