Shades of Dark Orchid #A01DCF
Tints of Dark Orchid #A01DCF
RGB
CMYK
RGB Variations
Color information
#A01DCF (or 0xA01DCF) is known color: Dark Orchid. HEX triplet: A0, 1D and CF. RGB value is (160,29,207). Sum of RGB (Red+Green+Blue) = 160+29+207=396 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.40% from 396); Green value is 29 (11.72% from 255 or 7.32% from 396); Blue value is 207 (81.25% from 255 or 52.27% from 396); Max value from RGB is 207 - color contains mainly: blue. Hex color #A01DCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A01DCF is #5FE230. Grayscale: #575757. Windows color (decimal): -6283825 or 13573536. OLE color: 13573536.
HSL color Cylindrical-coordinate representation of color #A01DCF: hue angle of 284.16º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A01DCF is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 29 | 207 | - |
| CMYK | 0.23 | 0.86 | 0 | 0.19 |
| HSL | 284.16º | 0.75% | 0.46% | - |
| HSV(B) | 284.16º | 0.86% | 0.81% | - |
| XYZ | 26.2 | 12.86 | 60.13 | - |
| YUV | 88.46 | 194.9 | 179.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 29 | 207 | 0.23 | 0.86 | 0 | 0.19 | 284.16 | 0.75 | 0.46 |
| Hex | A0 | 1D | CF | 17 | 56 | 0 | 13 | 11C | 4B | 2E |
| Octal | 240 | 35 | 317 | 27 | 126 | 0 | 23 | 434 | 113 | 56 |
| Binary | 10100000 | 11101 | 11001111 | 10111 | 1010110 | 0 | 10011 | 100011100 | 1001011 | 101110 |
Color Harmonies of #A01DCF
Complementary color
Monochromatic Colors of #A01DCF
Black with #A01DCF
Text Example
Text Example
White with #A01DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01DCF; }
p { color: rgb(160,29,207); }
H1.HeaderClassName
{
color: #A01DCF;
}
.AnyTagClassName
{
color: #A01DCF;
}
</style>
background-color css
<style>
a { background-color: #A01DCF; }
a { background-color: rgb(160,29,207); }
div.DivClassName
{
background-color: #A01DCF;
}
.BgClassName
{
background-color: #A01DCF;
}
</style>
border-color css
<style>
span { border-color: #A01DCF; }
span { border-color: rgb(160,29,207); }
td.TdClassName
{
border-color: #A01DCF;
}
.TagClassName
{
border-color: #A01DCF;
}
</style>