Shades of Dark Orchid #A41DCD
Tints of Dark Orchid #A41DCD
RGB
CMYK
RGB Variations
Color information
#A41DCD (or 0xA41DCD) is known color: Dark Orchid. HEX triplet: A4, 1D and CD. RGB value is (164,29,205). Sum of RGB (Red+Green+Blue) = 164+29+205=398 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.21% from 398); Green value is 29 (11.72% from 255 or 7.29% from 398); Blue value is 205 (80.47% from 255 or 51.51% from 398); Max value from RGB is 205 - color contains mainly: blue. Hex color #A41DCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41DCD is #5BE232. Grayscale: #585858. Windows color (decimal): -6021683 or 13442468. OLE color: 13442468.
HSL color Cylindrical-coordinate representation of color #A41DCD: hue angle of 286.02º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A41DCD is Cyan = 0.2, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 29 | 205 | - |
| CMYK | 0.2 | 0.86 | 0 | 0.20 |
| HSL | 286.02º | 0.75% | 0.46% | - |
| HSV(B) | 286.02º | 0.86% | 0.8% | - |
| XYZ | 26.77 | 13.18 | 58.89 | - |
| YUV | 89.43 | 193.23 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 29 | 205 | 0.2 | 0.86 | 0 | 0.20 | 286.02 | 0.75 | 0.46 |
| Hex | A4 | 1D | CD | 14 | 56 | 0 | 14 | 11E | 4B | 2E |
| Octal | 244 | 35 | 315 | 24 | 126 | 0 | 24 | 436 | 113 | 56 |
| Binary | 10100100 | 11101 | 11001101 | 10100 | 1010110 | 0 | 10100 | 100011110 | 1001011 | 101110 |
Color Harmonies of #A41DCD
Complementary color
Monochromatic Colors of #A41DCD
Black with #A41DCD
Text Example
Text Example
White with #A41DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41DCD; }
p { color: rgb(164,29,205); }
H1.HeaderClassName
{
color: #A41DCD;
}
.AnyTagClassName
{
color: #A41DCD;
}
</style>
background-color css
<style>
a { background-color: #A41DCD; }
a { background-color: rgb(164,29,205); }
div.DivClassName
{
background-color: #A41DCD;
}
.BgClassName
{
background-color: #A41DCD;
}
</style>
border-color css
<style>
span { border-color: #A41DCD; }
span { border-color: rgb(164,29,205); }
td.TdClassName
{
border-color: #A41DCD;
}
.TagClassName
{
border-color: #A41DCD;
}
</style>