Shades of Dark Orchid #AC2EDC
Tints of Dark Orchid #AC2EDC
RGB
CMYK
RGB Variations
Color information
#AC2EDC (or 0xAC2EDC) is known color: Dark Orchid. HEX triplet: AC, 2E and DC. RGB value is (172,46,220). Sum of RGB (Red+Green+Blue) = 172+46+220=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 46 (18.36% from 255 or 10.50% from 438); Blue value is 220 (86.33% from 255 or 50.23% from 438); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC2EDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2EDC is #53D123. Grayscale: #666666. Windows color (decimal): -5493028 or 14429868. OLE color: 14429868.
HSL color Cylindrical-coordinate representation of color #AC2EDC: hue angle of 283.45º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AC2EDC is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 46 | 220 | - |
| CMYK | 0.22 | 0.79 | 0 | 0.14 |
| HSL | 283.45º | 0.71% | 0.52% | - |
| HSV(B) | 283.45º | 0.79% | 0.86% | - |
| XYZ | 30.91 | 15.89 | 69.15 | - |
| YUV | 103.51 | 193.74 | 176.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 46 | 220 | 0.22 | 0.79 | 0 | 0.14 | 283.45 | 0.71 | 0.52 |
| Hex | AC | 2E | DC | 16 | 4F | 0 | E | 11B | 47 | 34 |
| Octal | 254 | 56 | 334 | 26 | 117 | 0 | 16 | 433 | 107 | 64 |
| Binary | 10101100 | 101110 | 11011100 | 10110 | 1001111 | 0 | 1110 | 100011011 | 1000111 | 110100 |
Color Harmonies of #AC2EDC
Complementary color
Monochromatic Colors of #AC2EDC
Black with #AC2EDC
Text Example
Text Example
White with #AC2EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2EDC; }
p { color: rgb(172,46,220); }
H1.HeaderClassName
{
color: #AC2EDC;
}
.AnyTagClassName
{
color: #AC2EDC;
}
</style>
background-color css
<style>
a { background-color: #AC2EDC; }
a { background-color: rgb(172,46,220); }
div.DivClassName
{
background-color: #AC2EDC;
}
.BgClassName
{
background-color: #AC2EDC;
}
</style>
border-color css
<style>
span { border-color: #AC2EDC; }
span { border-color: rgb(172,46,220); }
td.TdClassName
{
border-color: #AC2EDC;
}
.TagClassName
{
border-color: #AC2EDC;
}
</style>