Shades of Dark Orchid #A41EDD
Tints of Dark Orchid #A41EDD
RGB
CMYK
RGB Variations
Color information
#A41EDD (or 0xA41EDD) is known color: Dark Orchid. HEX triplet: A4, 1E and DD. RGB value is (164,30,221). Sum of RGB (Red+Green+Blue) = 164+30+221=415 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.52% from 415); Green value is 30 (12.11% from 255 or 7.23% from 415); Blue value is 221 (86.72% from 255 or 53.25% from 415); Max value from RGB is 221 - color contains mainly: blue. Hex color #A41EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41EDD is #5BE122. Grayscale: #5B5B5B. Windows color (decimal): -6021411 or 14491300. OLE color: 14491300.
HSL color Cylindrical-coordinate representation of color #A41EDD: hue angle of 282.09º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A41EDD is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 30 | 221 | - |
| CMYK | 0.26 | 0.86 | 0 | 0.13 |
| HSL | 282.09º | 0.76% | 0.49% | - |
| HSV(B) | 282.09º | 0.86% | 0.87% | - |
| XYZ | 28.83 | 14.04 | 69.6 | - |
| YUV | 91.84 | 200.89 | 179.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 30 | 221 | 0.26 | 0.86 | 0 | 0.13 | 282.09 | 0.76 | 0.49 |
| Hex | A4 | 1E | DD | 1A | 56 | 0 | D | 11A | 4C | 31 |
| Octal | 244 | 36 | 335 | 32 | 126 | 0 | 15 | 432 | 114 | 61 |
| Binary | 10100100 | 11110 | 11011101 | 11010 | 1010110 | 0 | 1101 | 100011010 | 1001100 | 110001 |
Color Harmonies of #A41EDD
Complementary color
Monochromatic Colors of #A41EDD
Black with #A41EDD
Text Example
Text Example
White with #A41EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41EDD; }
p { color: rgb(164,30,221); }
H1.HeaderClassName
{
color: #A41EDD;
}
.AnyTagClassName
{
color: #A41EDD;
}
</style>
background-color css
<style>
a { background-color: #A41EDD; }
a { background-color: rgb(164,30,221); }
div.DivClassName
{
background-color: #A41EDD;
}
.BgClassName
{
background-color: #A41EDD;
}
</style>
border-color css
<style>
span { border-color: #A41EDD; }
span { border-color: rgb(164,30,221); }
td.TdClassName
{
border-color: #A41EDD;
}
.TagClassName
{
border-color: #A41EDD;
}
</style>