Shades of Dark Orchid #AC2EC9
Tints of Dark Orchid #AC2EC9
RGB
CMYK
RGB Variations
Color information
#AC2EC9 (or 0xAC2EC9) is known color: Dark Orchid. HEX triplet: AC, 2E and C9. RGB value is (172,46,201). Sum of RGB (Red+Green+Blue) = 172+46+201=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 46 (18.36% from 255 or 10.98% from 419); Blue value is 201 (78.91% from 255 or 47.97% from 419); Max value from RGB is 201 - color contains mainly: blue. Hex color #AC2EC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2EC9 is #53D136. Grayscale: #646464. Windows color (decimal): -5493047 or 13184684. OLE color: 13184684.
HSL color Cylindrical-coordinate representation of color #AC2EC9: hue angle of 288.77º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC2EC9 is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 46 | 201 | - |
| CMYK | 0.14 | 0.77 | 0 | 0.21 |
| HSL | 288.77º | 0.63% | 0.48% | - |
| HSV(B) | 288.77º | 0.77% | 0.79% | - |
| XYZ | 28.53 | 14.94 | 56.64 | - |
| YUV | 101.34 | 184.24 | 178.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 46 | 201 | 0.14 | 0.77 | 0 | 0.21 | 288.77 | 0.63 | 0.48 |
| Hex | AC | 2E | C9 | E | 4D | 0 | 15 | 121 | 3F | 30 |
| Octal | 254 | 56 | 311 | 16 | 115 | 0 | 25 | 441 | 77 | 60 |
| Binary | 10101100 | 101110 | 11001001 | 1110 | 1001101 | 0 | 10101 | 100100001 | 111111 | 110000 |
Color Harmonies of #AC2EC9
Complementary color
Monochromatic Colors of #AC2EC9
Black with #AC2EC9
Text Example
Text Example
White with #AC2EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2EC9; }
p { color: rgb(172,46,201); }
H1.HeaderClassName
{
color: #AC2EC9;
}
.AnyTagClassName
{
color: #AC2EC9;
}
</style>
background-color css
<style>
a { background-color: #AC2EC9; }
a { background-color: rgb(172,46,201); }
div.DivClassName
{
background-color: #AC2EC9;
}
.BgClassName
{
background-color: #AC2EC9;
}
</style>
border-color css
<style>
span { border-color: #AC2EC9; }
span { border-color: rgb(172,46,201); }
td.TdClassName
{
border-color: #AC2EC9;
}
.TagClassName
{
border-color: #AC2EC9;
}
</style>