Shades of Dark Orchid #AC2EE0
Tints of Dark Orchid #AC2EE0
RGB
CMYK
RGB Variations
Color information
#AC2EE0 (or 0xAC2EE0) is known color: Dark Orchid. HEX triplet: AC, 2E and E0. RGB value is (172,46,224). Sum of RGB (Red+Green+Blue) = 172+46+224=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 46 (18.36% from 255 or 10.41% from 442); Blue value is 224 (87.89% from 255 or 50.68% from 442); Max value from RGB is 224 - color contains mainly: blue. Hex color #AC2EE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2EE0 is #53D11F. Grayscale: #676767. Windows color (decimal): -5493024 or 14692012. OLE color: 14692012.
HSL color Cylindrical-coordinate representation of color #AC2EE0: hue angle of 282.47º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AC2EE0 is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 46 | 224 | - |
| CMYK | 0.23 | 0.79 | 0 | 0.12 |
| HSL | 282.47º | 0.74% | 0.53% | - |
| HSV(B) | 282.47º | 0.79% | 0.88% | - |
| XYZ | 31.44 | 16.11 | 71.97 | - |
| YUV | 103.97 | 195.74 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 46 | 224 | 0.23 | 0.79 | 0 | 0.12 | 282.47 | 0.74 | 0.53 |
| Hex | AC | 2E | E0 | 17 | 4F | 0 | C | 11A | 4A | 35 |
| Octal | 254 | 56 | 340 | 27 | 117 | 0 | 14 | 432 | 112 | 65 |
| Binary | 10101100 | 101110 | 11100000 | 10111 | 1001111 | 0 | 1100 | 100011010 | 1001010 | 110101 |
Color Harmonies of #AC2EE0
Complementary color
Monochromatic Colors of #AC2EE0
Black with #AC2EE0
Text Example
Text Example
White with #AC2EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2EE0; }
p { color: rgb(172,46,224); }
H1.HeaderClassName
{
color: #AC2EE0;
}
.AnyTagClassName
{
color: #AC2EE0;
}
</style>
background-color css
<style>
a { background-color: #AC2EE0; }
a { background-color: rgb(172,46,224); }
div.DivClassName
{
background-color: #AC2EE0;
}
.BgClassName
{
background-color: #AC2EE0;
}
</style>
border-color css
<style>
span { border-color: #AC2EE0; }
span { border-color: rgb(172,46,224); }
td.TdClassName
{
border-color: #AC2EE0;
}
.TagClassName
{
border-color: #AC2EE0;
}
</style>