Shades of Dark Orchid #AC2ECD
Tints of Dark Orchid #AC2ECD
RGB
CMYK
RGB Variations
Color information
#AC2ECD (or 0xAC2ECD) is known color: Dark Orchid. HEX triplet: AC, 2E and CD. RGB value is (172,46,205). Sum of RGB (Red+Green+Blue) = 172+46+205=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 46 (18.36% from 255 or 10.87% from 423); Blue value is 205 (80.47% from 255 or 48.46% from 423); Max value from RGB is 205 - color contains mainly: blue. Hex color #AC2ECD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2ECD is #53D132. Grayscale: #656565. Windows color (decimal): -5493043 or 13446828. OLE color: 13446828.
HSL color Cylindrical-coordinate representation of color #AC2ECD: hue angle of 287.55º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC2ECD is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 46 | 205 | - |
| CMYK | 0.16 | 0.78 | 0 | 0.20 |
| HSL | 287.55º | 0.63% | 0.49% | - |
| HSV(B) | 287.55º | 0.78% | 0.8% | - |
| XYZ | 29.01 | 15.13 | 59.15 | - |
| YUV | 101.8 | 186.24 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 46 | 205 | 0.16 | 0.78 | 0 | 0.20 | 287.55 | 0.63 | 0.49 |
| Hex | AC | 2E | CD | 10 | 4E | 0 | 14 | 120 | 3F | 31 |
| Octal | 254 | 56 | 315 | 20 | 116 | 0 | 24 | 440 | 77 | 61 |
| Binary | 10101100 | 101110 | 11001101 | 10000 | 1001110 | 0 | 10100 | 100100000 | 111111 | 110001 |
Color Harmonies of #AC2ECD
Complementary color
Monochromatic Colors of #AC2ECD
Black with #AC2ECD
Text Example
Text Example
White with #AC2ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2ECD; }
p { color: rgb(172,46,205); }
H1.HeaderClassName
{
color: #AC2ECD;
}
.AnyTagClassName
{
color: #AC2ECD;
}
</style>
background-color css
<style>
a { background-color: #AC2ECD; }
a { background-color: rgb(172,46,205); }
div.DivClassName
{
background-color: #AC2ECD;
}
.BgClassName
{
background-color: #AC2ECD;
}
</style>
border-color css
<style>
span { border-color: #AC2ECD; }
span { border-color: rgb(172,46,205); }
td.TdClassName
{
border-color: #AC2ECD;
}
.TagClassName
{
border-color: #AC2ECD;
}
</style>