Shades of Dark Orchid #A41EC1
Tints of Dark Orchid #A41EC1
RGB
CMYK
RGB Variations
Color information
#A41EC1 (or 0xA41EC1) is known color: Dark Orchid. HEX triplet: A4, 1E and C1. RGB value is (164,30,193). Sum of RGB (Red+Green+Blue) = 164+30+193=387 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.38% from 387); Green value is 30 (12.11% from 255 or 7.75% from 387); Blue value is 193 (75.78% from 255 or 49.87% from 387); Max value from RGB is 193 - color contains mainly: blue. Hex color #A41EC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41EC1 is #5BE13E. Grayscale: #585858. Windows color (decimal): -6021439 or 12656292. OLE color: 12656292.
HSL color Cylindrical-coordinate representation of color #A41EC1: hue angle of 289.33º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A41EC1 is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 164 | 30 | 193 | - |
| CMYK | 0.15 | 0.84 | 0 | 0.24 |
| HSL | 289.33º | 0.73% | 0.44% | - |
| HSV(B) | 289.33º | 0.84% | 0.76% | - |
| XYZ | 25.4 | 12.67 | 51.56 | - |
| YUV | 88.65 | 186.89 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 30 | 193 | 0.15 | 0.84 | 0 | 0.24 | 289.33 | 0.73 | 0.44 |
| Hex | A4 | 1E | C1 | F | 54 | 0 | 18 | 121 | 49 | 2C |
| Octal | 244 | 36 | 301 | 17 | 124 | 0 | 30 | 441 | 111 | 54 |
| Binary | 10100100 | 11110 | 11000001 | 1111 | 1010100 | 0 | 11000 | 100100001 | 1001001 | 101100 |
Color Harmonies of #A41EC1
Complementary color
Monochromatic Colors of #A41EC1
Black with #A41EC1
Text Example
Text Example
White with #A41EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41EC1; }
p { color: rgb(164,30,193); }
H1.HeaderClassName
{
color: #A41EC1;
}
.AnyTagClassName
{
color: #A41EC1;
}
</style>
background-color css
<style>
a { background-color: #A41EC1; }
a { background-color: rgb(164,30,193); }
div.DivClassName
{
background-color: #A41EC1;
}
.BgClassName
{
background-color: #A41EC1;
}
</style>
border-color css
<style>
span { border-color: #A41EC1; }
span { border-color: rgb(164,30,193); }
td.TdClassName
{
border-color: #A41EC1;
}
.TagClassName
{
border-color: #A41EC1;
}
</style>