Shades of Dark Orchid #AC1ECC
Tints of Dark Orchid #AC1ECC
RGB
CMYK
RGB Variations
Color information
#AC1ECC (or 0xAC1ECC) is known color: Dark Orchid. HEX triplet: AC, 1E and CC. RGB value is (172,30,204). Sum of RGB (Red+Green+Blue) = 172+30+204=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 30 (12.11% from 255 or 7.39% from 406); Blue value is 204 (80.08% from 255 or 50.25% from 406); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC1ECC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC1ECC is #53E133. Grayscale: #5B5B5B. Windows color (decimal): -5497140 or 13377196. OLE color: 13377196.
HSL color Cylindrical-coordinate representation of color #AC1ECC: hue angle of 288.97º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC1ECC is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 172 | 30 | 204 | - |
| CMYK | 0.16 | 0.85 | 0 | 0.2 |
| HSL | 288.97º | 0.74% | 0.46% | - |
| HSV(B) | 288.97º | 0.85% | 0.8% | - |
| XYZ | 28.38 | 14.06 | 58.34 | - |
| YUV | 92.29 | 191.04 | 184.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 30 | 204 | 0.16 | 0.85 | 0 | 0.2 | 288.97 | 0.74 | 0.46 |
| Hex | AC | 1E | CC | 10 | 55 | 0 | 14 | 121 | 4A | 2E |
| Octal | 254 | 36 | 314 | 20 | 125 | 0 | 24 | 441 | 112 | 56 |
| Binary | 10101100 | 11110 | 11001100 | 10000 | 1010101 | 0 | 10100 | 100100001 | 1001010 | 101110 |
Color Harmonies of #AC1ECC
Complementary color
Monochromatic Colors of #AC1ECC
Black with #AC1ECC
Text Example
Text Example
White with #AC1ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1ECC; }
p { color: rgb(172,30,204); }
H1.HeaderClassName
{
color: #AC1ECC;
}
.AnyTagClassName
{
color: #AC1ECC;
}
</style>
background-color css
<style>
a { background-color: #AC1ECC; }
a { background-color: rgb(172,30,204); }
div.DivClassName
{
background-color: #AC1ECC;
}
.BgClassName
{
background-color: #AC1ECC;
}
</style>
border-color css
<style>
span { border-color: #AC1ECC; }
span { border-color: rgb(172,30,204); }
td.TdClassName
{
border-color: #AC1ECC;
}
.TagClassName
{
border-color: #AC1ECC;
}
</style>