Shades of Dark Orchid #AC2EC6
Tints of Dark Orchid #AC2EC6
RGB
CMYK
RGB Variations
Color information
#AC2EC6 (or 0xAC2EC6) is known color: Dark Orchid. HEX triplet: AC, 2E and C6. RGB value is (172,46,198). Sum of RGB (Red+Green+Blue) = 172+46+198=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 46 (18.36% from 255 or 11.06% from 416); Blue value is 198 (77.73% from 255 or 47.60% from 416); Max value from RGB is 198 - color contains mainly: blue. Hex color #AC2EC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2EC6 is #53D139. Grayscale: #646464. Windows color (decimal): -5493050 or 12988076. OLE color: 12988076.
HSL color Cylindrical-coordinate representation of color #AC2EC6: hue angle of 289.74º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC2EC6 is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 46 | 198 | - |
| CMYK | 0.13 | 0.77 | 0 | 0.22 |
| HSL | 289.74º | 0.62% | 0.48% | - |
| HSV(B) | 289.74º | 0.77% | 0.78% | - |
| XYZ | 28.18 | 14.8 | 54.8 | - |
| YUV | 101 | 182.74 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 46 | 198 | 0.13 | 0.77 | 0 | 0.22 | 289.74 | 0.62 | 0.48 |
| Hex | AC | 2E | C6 | D | 4D | 0 | 16 | 122 | 3E | 30 |
| Octal | 254 | 56 | 306 | 15 | 115 | 0 | 26 | 442 | 76 | 60 |
| Binary | 10101100 | 101110 | 11000110 | 1101 | 1001101 | 0 | 10110 | 100100010 | 111110 | 110000 |
Color Harmonies of #AC2EC6
Complementary color
Monochromatic Colors of #AC2EC6
Black with #AC2EC6
Text Example
Text Example
White with #AC2EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2EC6; }
p { color: rgb(172,46,198); }
H1.HeaderClassName
{
color: #AC2EC6;
}
.AnyTagClassName
{
color: #AC2EC6;
}
</style>
background-color css
<style>
a { background-color: #AC2EC6; }
a { background-color: rgb(172,46,198); }
div.DivClassName
{
background-color: #AC2EC6;
}
.BgClassName
{
background-color: #AC2EC6;
}
</style>
border-color css
<style>
span { border-color: #AC2EC6; }
span { border-color: rgb(172,46,198); }
td.TdClassName
{
border-color: #AC2EC6;
}
.TagClassName
{
border-color: #AC2EC6;
}
</style>