Shades of Dark Orchid #A41EDB
Tints of Dark Orchid #A41EDB
RGB
CMYK
RGB Variations
Color information
#A41EDB (or 0xA41EDB) is known color: Dark Orchid. HEX triplet: A4, 1E and DB. RGB value is (164,30,219). Sum of RGB (Red+Green+Blue) = 164+30+219=413 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.71% from 413); Green value is 30 (12.11% from 255 or 7.26% from 413); Blue value is 219 (85.94% from 255 or 53.03% from 413); Max value from RGB is 219 - color contains mainly: blue. Hex color #A41EDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41EDB is #5BE124. Grayscale: #5A5A5A. Windows color (decimal): -6021413 or 14360228. OLE color: 14360228.
HSL color Cylindrical-coordinate representation of color #A41EDB: hue angle of 282.54º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A41EDB is Cyan = 0.25, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 30 | 219 | - |
| CMYK | 0.25 | 0.86 | 0 | 0.14 |
| HSL | 282.54º | 0.76% | 0.49% | - |
| HSV(B) | 282.54º | 0.86% | 0.86% | - |
| XYZ | 28.56 | 13.94 | 68.2 | - |
| YUV | 91.61 | 199.89 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 30 | 219 | 0.25 | 0.86 | 0 | 0.14 | 282.54 | 0.76 | 0.49 |
| Hex | A4 | 1E | DB | 19 | 56 | 0 | E | 11B | 4C | 31 |
| Octal | 244 | 36 | 333 | 31 | 126 | 0 | 16 | 433 | 114 | 61 |
| Binary | 10100100 | 11110 | 11011011 | 11001 | 1010110 | 0 | 1110 | 100011011 | 1001100 | 110001 |
Color Harmonies of #A41EDB
Complementary color
Monochromatic Colors of #A41EDB
Black with #A41EDB
Text Example
Text Example
White with #A41EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41EDB; }
p { color: rgb(164,30,219); }
H1.HeaderClassName
{
color: #A41EDB;
}
.AnyTagClassName
{
color: #A41EDB;
}
</style>
background-color css
<style>
a { background-color: #A41EDB; }
a { background-color: rgb(164,30,219); }
div.DivClassName
{
background-color: #A41EDB;
}
.BgClassName
{
background-color: #A41EDB;
}
</style>
border-color css
<style>
span { border-color: #A41EDB; }
span { border-color: rgb(164,30,219); }
td.TdClassName
{
border-color: #A41EDB;
}
.TagClassName
{
border-color: #A41EDB;
}
</style>