Shades of Dark Orchid #A41EC0
Tints of Dark Orchid #A41EC0
RGB
CMYK
RGB Variations
Color information
#A41EC0 (or 0xA41EC0) is known color: Dark Orchid. HEX triplet: A4, 1E and C0. RGB value is (164,30,192). Sum of RGB (Red+Green+Blue) = 164+30+192=386 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.49% from 386); Green value is 30 (12.11% from 255 or 7.77% from 386); Blue value is 192 (75.39% from 255 or 49.74% from 386); Max value from RGB is 192 - color contains mainly: blue. Hex color #A41EC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41EC0 is #5BE13F. Grayscale: #585858. Windows color (decimal): -6021440 or 12590756. OLE color: 12590756.
HSL color Cylindrical-coordinate representation of color #A41EC0: hue angle of 289.63º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A41EC0 is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 30 | 192 | - |
| CMYK | 0.15 | 0.84 | 0 | 0.25 |
| HSL | 289.63º | 0.73% | 0.44% | - |
| HSV(B) | 289.63º | 0.84% | 0.75% | - |
| XYZ | 25.29 | 12.63 | 50.97 | - |
| YUV | 88.53 | 186.39 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 30 | 192 | 0.15 | 0.84 | 0 | 0.25 | 289.63 | 0.73 | 0.44 |
| Hex | A4 | 1E | C0 | F | 54 | 0 | 19 | 122 | 49 | 2C |
| Octal | 244 | 36 | 300 | 17 | 124 | 0 | 31 | 442 | 111 | 54 |
| Binary | 10100100 | 11110 | 11000000 | 1111 | 1010100 | 0 | 11001 | 100100010 | 1001001 | 101100 |
Color Harmonies of #A41EC0
Complementary color
Monochromatic Colors of #A41EC0
Black with #A41EC0
Text Example
Text Example
White with #A41EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41EC0; }
p { color: rgb(164,30,192); }
H1.HeaderClassName
{
color: #A41EC0;
}
.AnyTagClassName
{
color: #A41EC0;
}
</style>
background-color css
<style>
a { background-color: #A41EC0; }
a { background-color: rgb(164,30,192); }
div.DivClassName
{
background-color: #A41EC0;
}
.BgClassName
{
background-color: #A41EC0;
}
</style>
border-color css
<style>
span { border-color: #A41EC0; }
span { border-color: rgb(164,30,192); }
td.TdClassName
{
border-color: #A41EC0;
}
.TagClassName
{
border-color: #A41EC0;
}
</style>