Shades of Dark Orchid #A01EC1
Tints of Dark Orchid #A01EC1
RGB
CMYK
RGB Variations
Color information
#A01EC1 (or 0xA01EC1) is known color: Dark Orchid. HEX triplet: A0, 1E and C1. RGB value is (160,30,193). Sum of RGB (Red+Green+Blue) = 160+30+193=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 30 (12.11% from 255 or 7.83% from 383); Blue value is 193 (75.78% from 255 or 50.39% from 383); Max value from RGB is 193 - color contains mainly: blue. Hex color #A01EC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A01EC1 is #5FE13E. Grayscale: #565656. Windows color (decimal): -6283583 or 12656288. OLE color: 12656288.
HSL color Cylindrical-coordinate representation of color #A01EC1: hue angle of 287.85º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A01EC1 is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 30 | 193 | - |
| CMYK | 0.17 | 0.84 | 0 | 0.24 |
| HSL | 287.85º | 0.73% | 0.44% | - |
| HSV(B) | 287.85º | 0.84% | 0.76% | - |
| XYZ | 24.59 | 12.25 | 51.52 | - |
| YUV | 87.45 | 187.57 | 179.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 30 | 193 | 0.17 | 0.84 | 0 | 0.24 | 287.85 | 0.73 | 0.44 |
| Hex | A0 | 1E | C1 | 11 | 54 | 0 | 18 | 120 | 49 | 2C |
| Octal | 240 | 36 | 301 | 21 | 124 | 0 | 30 | 440 | 111 | 54 |
| Binary | 10100000 | 11110 | 11000001 | 10001 | 1010100 | 0 | 11000 | 100100000 | 1001001 | 101100 |
Color Harmonies of #A01EC1
Complementary color
Monochromatic Colors of #A01EC1
Black with #A01EC1
Text Example
Text Example
White with #A01EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01EC1; }
p { color: rgb(160,30,193); }
H1.HeaderClassName
{
color: #A01EC1;
}
.AnyTagClassName
{
color: #A01EC1;
}
</style>
background-color css
<style>
a { background-color: #A01EC1; }
a { background-color: rgb(160,30,193); }
div.DivClassName
{
background-color: #A01EC1;
}
.BgClassName
{
background-color: #A01EC1;
}
</style>
border-color css
<style>
span { border-color: #A01EC1; }
span { border-color: rgb(160,30,193); }
td.TdClassName
{
border-color: #A01EC1;
}
.TagClassName
{
border-color: #A01EC1;
}
</style>