Shades of Dark Orchid #AC1ECE
Tints of Dark Orchid #AC1ECE
RGB
CMYK
RGB Variations
Color information
#AC1ECE (or 0xAC1ECE) is known color: Dark Orchid. HEX triplet: AC, 1E and CE. RGB value is (172,30,206). Sum of RGB (Red+Green+Blue) = 172+30+206=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 30 (12.11% from 255 or 7.35% from 408); Blue value is 206 (80.86% from 255 or 50.49% from 408); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC1ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC1ECE is #53E131. Grayscale: #5B5B5B. Windows color (decimal): -5497138 or 13508268. OLE color: 13508268.
HSL color Cylindrical-coordinate representation of color #AC1ECE: hue angle of 288.41º 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 #AC1ECE is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 30 | 206 | - |
| CMYK | 0.17 | 0.85 | 0 | 0.19 |
| HSL | 288.41º | 0.75% | 0.46% | - |
| HSV(B) | 288.41º | 0.85% | 0.81% | - |
| XYZ | 28.62 | 14.16 | 59.62 | - |
| YUV | 92.52 | 192.04 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 30 | 206 | 0.17 | 0.85 | 0 | 0.19 | 288.41 | 0.75 | 0.46 |
| Hex | AC | 1E | CE | 11 | 55 | 0 | 13 | 120 | 4B | 2E |
| Octal | 254 | 36 | 316 | 21 | 125 | 0 | 23 | 440 | 113 | 56 |
| Binary | 10101100 | 11110 | 11001110 | 10001 | 1010101 | 0 | 10011 | 100100000 | 1001011 | 101110 |
Color Harmonies of #AC1ECE
Complementary color
Monochromatic Colors of #AC1ECE
Black with #AC1ECE
Text Example
Text Example
White with #AC1ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1ECE; }
p { color: rgb(172,30,206); }
H1.HeaderClassName
{
color: #AC1ECE;
}
.AnyTagClassName
{
color: #AC1ECE;
}
</style>
background-color css
<style>
a { background-color: #AC1ECE; }
a { background-color: rgb(172,30,206); }
div.DivClassName
{
background-color: #AC1ECE;
}
.BgClassName
{
background-color: #AC1ECE;
}
</style>
border-color css
<style>
span { border-color: #AC1ECE; }
span { border-color: rgb(172,30,206); }
td.TdClassName
{
border-color: #AC1ECE;
}
.TagClassName
{
border-color: #AC1ECE;
}
</style>