Shades of Dark Orchid #A01ECE
Tints of Dark Orchid #A01ECE
RGB
CMYK
RGB Variations
Color information
#A01ECE (or 0xA01ECE) is known color: Dark Orchid. HEX triplet: A0, 1E and CE. RGB value is (160,30,206). Sum of RGB (Red+Green+Blue) = 160+30+206=396 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.40% from 396); Green value is 30 (12.11% from 255 or 7.58% from 396); Blue value is 206 (80.86% from 255 or 52.02% from 396); Max value from RGB is 206 - color contains mainly: blue. Hex color #A01ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A01ECE is #5FE131. Grayscale: #585858. Windows color (decimal): -6283570 or 13508256. OLE color: 13508256.
HSL color Cylindrical-coordinate representation of color #A01ECE: hue angle of 284.32º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A01ECE is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 30 | 206 | - |
| CMYK | 0.22 | 0.85 | 0 | 0.19 |
| HSL | 284.32º | 0.75% | 0.46% | - |
| HSV(B) | 284.32º | 0.85% | 0.81% | - |
| XYZ | 26.1 | 12.86 | 59.5 | - |
| YUV | 88.93 | 194.07 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 30 | 206 | 0.22 | 0.85 | 0 | 0.19 | 284.32 | 0.75 | 0.46 |
| Hex | A0 | 1E | CE | 16 | 55 | 0 | 13 | 11C | 4B | 2E |
| Octal | 240 | 36 | 316 | 26 | 125 | 0 | 23 | 434 | 113 | 56 |
| Binary | 10100000 | 11110 | 11001110 | 10110 | 1010101 | 0 | 10011 | 100011100 | 1001011 | 101110 |
Color Harmonies of #A01ECE
Complementary color
Monochromatic Colors of #A01ECE
Black with #A01ECE
Text Example
Text Example
White with #A01ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01ECE; }
p { color: rgb(160,30,206); }
H1.HeaderClassName
{
color: #A01ECE;
}
.AnyTagClassName
{
color: #A01ECE;
}
</style>
background-color css
<style>
a { background-color: #A01ECE; }
a { background-color: rgb(160,30,206); }
div.DivClassName
{
background-color: #A01ECE;
}
.BgClassName
{
background-color: #A01ECE;
}
</style>
border-color css
<style>
span { border-color: #A01ECE; }
span { border-color: rgb(160,30,206); }
td.TdClassName
{
border-color: #A01ECE;
}
.TagClassName
{
border-color: #A01ECE;
}
</style>