Shades of Dark Orchid #A01EDC
Tints of Dark Orchid #A01EDC
RGB
CMYK
RGB Variations
Color information
#A01EDC (or 0xA01EDC) is known color: Dark Orchid. HEX triplet: A0, 1E and DC. RGB value is (160,30,220). Sum of RGB (Red+Green+Blue) = 160+30+220=410 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.02% from 410); Green value is 30 (12.11% from 255 or 7.32% from 410); Blue value is 220 (86.33% from 255 or 53.66% from 410); Max value from RGB is 220 - color contains mainly: blue. Hex color #A01EDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A01EDC is #5FE123. Grayscale: #595959. Windows color (decimal): -6283556 or 14425760. OLE color: 14425760.
HSL color Cylindrical-coordinate representation of color #A01EDC: hue angle of 281.05º 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 #A01EDC is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 30 | 220 | - |
| CMYK | 0.27 | 0.86 | 0 | 0.14 |
| HSL | 281.05º | 0.76% | 0.49% | - |
| HSV(B) | 281.05º | 0.86% | 0.86% | - |
| XYZ | 27.88 | 13.57 | 68.86 | - |
| YUV | 90.53 | 201.07 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 30 | 220 | 0.27 | 0.86 | 0 | 0.14 | 281.05 | 0.76 | 0.49 |
| Hex | A0 | 1E | DC | 1B | 56 | 0 | E | 119 | 4C | 31 |
| Octal | 240 | 36 | 334 | 33 | 126 | 0 | 16 | 431 | 114 | 61 |
| Binary | 10100000 | 11110 | 11011100 | 11011 | 1010110 | 0 | 1110 | 100011001 | 1001100 | 110001 |
Color Harmonies of #A01EDC
Complementary color
Monochromatic Colors of #A01EDC
Black with #A01EDC
Text Example
Text Example
White with #A01EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01EDC; }
p { color: rgb(160,30,220); }
H1.HeaderClassName
{
color: #A01EDC;
}
.AnyTagClassName
{
color: #A01EDC;
}
</style>
background-color css
<style>
a { background-color: #A01EDC; }
a { background-color: rgb(160,30,220); }
div.DivClassName
{
background-color: #A01EDC;
}
.BgClassName
{
background-color: #A01EDC;
}
</style>
border-color css
<style>
span { border-color: #A01EDC; }
span { border-color: rgb(160,30,220); }
td.TdClassName
{
border-color: #A01EDC;
}
.TagClassName
{
border-color: #A01EDC;
}
</style>