Shades of Dark Orchid #A41EDE
Tints of Dark Orchid #A41EDE
RGB
CMYK
RGB Variations
Color information
#A41EDE (or 0xA41EDE) is known color: Dark Orchid. HEX triplet: A4, 1E and DE. RGB value is (164,30,222). Sum of RGB (Red+Green+Blue) = 164+30+222=416 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.42% from 416); Green value is 30 (12.11% from 255 or 7.21% from 416); Blue value is 222 (87.11% from 255 or 53.37% from 416); Max value from RGB is 222 - color contains mainly: blue. Hex color #A41EDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41EDE is #5BE121. Grayscale: #5B5B5B. Windows color (decimal): -6021410 or 14556836. OLE color: 14556836.
HSL color Cylindrical-coordinate representation of color #A41EDE: hue angle of 281.88º 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 #A41EDE is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 30 | 222 | - |
| CMYK | 0.26 | 0.86 | 0 | 0.13 |
| HSL | 281.88º | 0.76% | 0.49% | - |
| HSV(B) | 281.88º | 0.86% | 0.87% | - |
| XYZ | 28.96 | 14.09 | 70.3 | - |
| YUV | 91.95 | 201.39 | 179.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 30 | 222 | 0.26 | 0.86 | 0 | 0.13 | 281.88 | 0.76 | 0.49 |
| Hex | A4 | 1E | DE | 1A | 56 | 0 | D | 11A | 4C | 31 |
| Octal | 244 | 36 | 336 | 32 | 126 | 0 | 15 | 432 | 114 | 61 |
| Binary | 10100100 | 11110 | 11011110 | 11010 | 1010110 | 0 | 1101 | 100011010 | 1001100 | 110001 |
Color Harmonies of #A41EDE
Complementary color
Monochromatic Colors of #A41EDE
Black with #A41EDE
Text Example
Text Example
White with #A41EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41EDE; }
p { color: rgb(164,30,222); }
H1.HeaderClassName
{
color: #A41EDE;
}
.AnyTagClassName
{
color: #A41EDE;
}
</style>
background-color css
<style>
a { background-color: #A41EDE; }
a { background-color: rgb(164,30,222); }
div.DivClassName
{
background-color: #A41EDE;
}
.BgClassName
{
background-color: #A41EDE;
}
</style>
border-color css
<style>
span { border-color: #A41EDE; }
span { border-color: rgb(164,30,222); }
td.TdClassName
{
border-color: #A41EDE;
}
.TagClassName
{
border-color: #A41EDE;
}
</style>