Shades of Dark Orchid #A41EDF
Tints of Dark Orchid #A41EDF
RGB
CMYK
RGB Variations
Color information
#A41EDF (or 0xA41EDF) is known color: Dark Orchid. HEX triplet: A4, 1E and DF. RGB value is (164,30,223). Sum of RGB (Red+Green+Blue) = 164+30+223=417 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.33% from 417); Green value is 30 (12.11% from 255 or 7.19% from 417); Blue value is 223 (87.5% from 255 or 53.48% from 417); Max value from RGB is 223 - color contains mainly: blue. Hex color #A41EDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41EDF is #5BE120. Grayscale: #5B5B5B. Windows color (decimal): -6021409 or 14622372. OLE color: 14622372.
HSL color Cylindrical-coordinate representation of color #A41EDF: hue angle of 281.66º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A41EDF is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 30 | 223 | - |
| CMYK | 0.26 | 0.87 | 0 | 0.13 |
| HSL | 281.66º | 0.76% | 0.5% | - |
| HSV(B) | 281.66º | 0.87% | 0.87% | - |
| XYZ | 29.09 | 14.15 | 71.01 | - |
| YUV | 92.07 | 201.89 | 179.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 30 | 223 | 0.26 | 0.87 | 0 | 0.13 | 281.66 | 0.76 | 0.5 |
| Hex | A4 | 1E | DF | 1A | 57 | 0 | D | 11A | 4C | 32 |
| Octal | 244 | 36 | 337 | 32 | 127 | 0 | 15 | 432 | 114 | 62 |
| Binary | 10100100 | 11110 | 11011111 | 11010 | 1010111 | 0 | 1101 | 100011010 | 1001100 | 110010 |
Color Harmonies of #A41EDF
Complementary color
Monochromatic Colors of #A41EDF
Black with #A41EDF
Text Example
Text Example
White with #A41EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41EDF; }
p { color: rgb(164,30,223); }
H1.HeaderClassName
{
color: #A41EDF;
}
.AnyTagClassName
{
color: #A41EDF;
}
</style>
background-color css
<style>
a { background-color: #A41EDF; }
a { background-color: rgb(164,30,223); }
div.DivClassName
{
background-color: #A41EDF;
}
.BgClassName
{
background-color: #A41EDF;
}
</style>
border-color css
<style>
span { border-color: #A41EDF; }
span { border-color: rgb(164,30,223); }
td.TdClassName
{
border-color: #A41EDF;
}
.TagClassName
{
border-color: #A41EDF;
}
</style>