Shades of Dark Orchid #AC2ECC
Tints of Dark Orchid #AC2ECC
RGB
CMYK
RGB Variations
Color information
#AC2ECC (or 0xAC2ECC) is known color: Dark Orchid. HEX triplet: AC, 2E and CC. RGB value is (172,46,204). Sum of RGB (Red+Green+Blue) = 172+46+204=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 46 (18.36% from 255 or 10.90% from 422); Blue value is 204 (80.08% from 255 or 48.34% from 422); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC2ECC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2ECC is #53D133. Grayscale: #656565. Windows color (decimal): -5493044 or 13381292. OLE color: 13381292.
HSL color Cylindrical-coordinate representation of color #AC2ECC: hue angle of 287.85º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC2ECC is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 172 | 46 | 204 | - |
| CMYK | 0.16 | 0.77 | 0 | 0.2 |
| HSL | 287.85º | 0.63% | 0.49% | - |
| HSV(B) | 287.85º | 0.77% | 0.8% | - |
| XYZ | 28.89 | 15.08 | 58.52 | - |
| YUV | 101.69 | 185.74 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 46 | 204 | 0.16 | 0.77 | 0 | 0.2 | 287.85 | 0.63 | 0.49 |
| Hex | AC | 2E | CC | 10 | 4D | 0 | 14 | 120 | 3F | 31 |
| Octal | 254 | 56 | 314 | 20 | 115 | 0 | 24 | 440 | 77 | 61 |
| Binary | 10101100 | 101110 | 11001100 | 10000 | 1001101 | 0 | 10100 | 100100000 | 111111 | 110001 |
Color Harmonies of #AC2ECC
Complementary color
Monochromatic Colors of #AC2ECC
Black with #AC2ECC
Text Example
Text Example
White with #AC2ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2ECC; }
p { color: rgb(172,46,204); }
H1.HeaderClassName
{
color: #AC2ECC;
}
.AnyTagClassName
{
color: #AC2ECC;
}
</style>
background-color css
<style>
a { background-color: #AC2ECC; }
a { background-color: rgb(172,46,204); }
div.DivClassName
{
background-color: #AC2ECC;
}
.BgClassName
{
background-color: #AC2ECC;
}
</style>
border-color css
<style>
span { border-color: #AC2ECC; }
span { border-color: rgb(172,46,204); }
td.TdClassName
{
border-color: #AC2ECC;
}
.TagClassName
{
border-color: #AC2ECC;
}
</style>