Shades of Dark Orchid #AC1EE0
Tints of Dark Orchid #AC1EE0
RGB
CMYK
RGB Variations
Color information
#AC1EE0 (or 0xAC1EE0) is known color: Dark Orchid. HEX triplet: AC, 1E and E0. RGB value is (172,30,224). Sum of RGB (Red+Green+Blue) = 172+30+224=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 30 (12.11% from 255 or 7.04% from 426); Blue value is 224 (87.89% from 255 or 52.58% from 426); Max value from RGB is 224 - color contains mainly: blue. Hex color #AC1EE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC1EE0 is #53E11F. Grayscale: #5D5D5D. Windows color (decimal): -5497120 or 14687916. OLE color: 14687916.
HSL color Cylindrical-coordinate representation of color #AC1EE0: hue angle of 283.92º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC1EE0 is Cyan = 0.23, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 30 | 224 | - |
| CMYK | 0.23 | 0.87 | 0 | 0.12 |
| HSL | 283.92º | 0.76% | 0.5% | - |
| HSV(B) | 283.92º | 0.87% | 0.88% | - |
| XYZ | 30.93 | 15.08 | 71.8 | - |
| YUV | 94.57 | 201.04 | 183.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 30 | 224 | 0.23 | 0.87 | 0 | 0.12 | 283.92 | 0.76 | 0.5 |
| Hex | AC | 1E | E0 | 17 | 57 | 0 | C | 11C | 4C | 32 |
| Octal | 254 | 36 | 340 | 27 | 127 | 0 | 14 | 434 | 114 | 62 |
| Binary | 10101100 | 11110 | 11100000 | 10111 | 1010111 | 0 | 1100 | 100011100 | 1001100 | 110010 |
Color Harmonies of #AC1EE0
Complementary color
Monochromatic Colors of #AC1EE0
Black with #AC1EE0
Text Example
Text Example
White with #AC1EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1EE0; }
p { color: rgb(172,30,224); }
H1.HeaderClassName
{
color: #AC1EE0;
}
.AnyTagClassName
{
color: #AC1EE0;
}
</style>
background-color css
<style>
a { background-color: #AC1EE0; }
a { background-color: rgb(172,30,224); }
div.DivClassName
{
background-color: #AC1EE0;
}
.BgClassName
{
background-color: #AC1EE0;
}
</style>
border-color css
<style>
span { border-color: #AC1EE0; }
span { border-color: rgb(172,30,224); }
td.TdClassName
{
border-color: #AC1EE0;
}
.TagClassName
{
border-color: #AC1EE0;
}
</style>