Shades of Dark Orchid #AC2ECF
Tints of Dark Orchid #AC2ECF
RGB
CMYK
RGB Variations
Color information
#AC2ECF (or 0xAC2ECF) is known color: Dark Orchid. HEX triplet: AC, 2E and CF. RGB value is (172,46,207). Sum of RGB (Red+Green+Blue) = 172+46+207=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 46 (18.36% from 255 or 10.82% from 425); Blue value is 207 (81.25% from 255 or 48.71% from 425); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC2ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2ECF is #53D130. Grayscale: #656565. Windows color (decimal): -5493041 or 13577900. OLE color: 13577900.
HSL color Cylindrical-coordinate representation of color #AC2ECF: hue angle of 286.96º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC2ECF is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 46 | 207 | - |
| CMYK | 0.17 | 0.78 | 0 | 0.19 |
| HSL | 286.96º | 0.64% | 0.5% | - |
| HSV(B) | 286.96º | 0.78% | 0.81% | - |
| XYZ | 29.25 | 15.23 | 60.43 | - |
| YUV | 102.03 | 187.24 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 46 | 207 | 0.17 | 0.78 | 0 | 0.19 | 286.96 | 0.64 | 0.5 |
| Hex | AC | 2E | CF | 11 | 4E | 0 | 13 | 11F | 40 | 32 |
| Octal | 254 | 56 | 317 | 21 | 116 | 0 | 23 | 437 | 100 | 62 |
| Binary | 10101100 | 101110 | 11001111 | 10001 | 1001110 | 0 | 10011 | 100011111 | 1000000 | 110010 |
Color Harmonies of #AC2ECF
Complementary color
Monochromatic Colors of #AC2ECF
Black with #AC2ECF
Text Example
Text Example
White with #AC2ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2ECF; }
p { color: rgb(172,46,207); }
H1.HeaderClassName
{
color: #AC2ECF;
}
.AnyTagClassName
{
color: #AC2ECF;
}
</style>
background-color css
<style>
a { background-color: #AC2ECF; }
a { background-color: rgb(172,46,207); }
div.DivClassName
{
background-color: #AC2ECF;
}
.BgClassName
{
background-color: #AC2ECF;
}
</style>
border-color css
<style>
span { border-color: #AC2ECF; }
span { border-color: rgb(172,46,207); }
td.TdClassName
{
border-color: #AC2ECF;
}
.TagClassName
{
border-color: #AC2ECF;
}
</style>