Shades of Dark Orchid #A01DCD
Tints of Dark Orchid #A01DCD
RGB
CMYK
RGB Variations
Color information
#A01DCD (or 0xA01DCD) is known color: Dark Orchid. HEX triplet: A0, 1D and CD. RGB value is (160,29,205). Sum of RGB (Red+Green+Blue) = 160+29+205=394 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.61% from 394); Green value is 29 (11.72% from 255 or 7.36% from 394); Blue value is 205 (80.47% from 255 or 52.03% from 394); Max value from RGB is 205 - color contains mainly: blue. Hex color #A01DCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A01DCD is #5FE232. Grayscale: #575757. Windows color (decimal): -6283827 or 13442464. OLE color: 13442464.
HSL color Cylindrical-coordinate representation of color #A01DCD: hue angle of 284.66º 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 #A01DCD is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 29 | 205 | - |
| CMYK | 0.22 | 0.86 | 0 | 0.20 |
| HSL | 284.66º | 0.75% | 0.46% | - |
| HSV(B) | 284.66º | 0.86% | 0.8% | - |
| XYZ | 25.96 | 12.76 | 58.85 | - |
| YUV | 88.23 | 193.9 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 29 | 205 | 0.22 | 0.86 | 0 | 0.20 | 284.66 | 0.75 | 0.46 |
| Hex | A0 | 1D | CD | 16 | 56 | 0 | 14 | 11D | 4B | 2E |
| Octal | 240 | 35 | 315 | 26 | 126 | 0 | 24 | 435 | 113 | 56 |
| Binary | 10100000 | 11101 | 11001101 | 10110 | 1010110 | 0 | 10100 | 100011101 | 1001011 | 101110 |
Color Harmonies of #A01DCD
Complementary color
Monochromatic Colors of #A01DCD
Black with #A01DCD
Text Example
Text Example
White with #A01DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01DCD; }
p { color: rgb(160,29,205); }
H1.HeaderClassName
{
color: #A01DCD;
}
.AnyTagClassName
{
color: #A01DCD;
}
</style>
background-color css
<style>
a { background-color: #A01DCD; }
a { background-color: rgb(160,29,205); }
div.DivClassName
{
background-color: #A01DCD;
}
.BgClassName
{
background-color: #A01DCD;
}
</style>
border-color css
<style>
span { border-color: #A01DCD; }
span { border-color: rgb(160,29,205); }
td.TdClassName
{
border-color: #A01DCD;
}
.TagClassName
{
border-color: #A01DCD;
}
</style>