Shades of Dark Orchid #AC2EC5
Tints of Dark Orchid #AC2EC5
RGB
CMYK
RGB Variations
Color information
#AC2EC5 (or 0xAC2EC5) is known color: Dark Orchid. HEX triplet: AC, 2E and C5. RGB value is (172,46,197). Sum of RGB (Red+Green+Blue) = 172+46+197=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 46 (18.36% from 255 or 11.08% from 415); Blue value is 197 (77.34% from 255 or 47.47% from 415); Max value from RGB is 197 - color contains mainly: blue. Hex color #AC2EC5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2EC5 is #53D13A. Grayscale: #646464. Windows color (decimal): -5493051 or 12922540. OLE color: 12922540.
HSL color Cylindrical-coordinate representation of color #AC2EC5: hue angle of 290.07º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC2EC5 is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 46 | 197 | - |
| CMYK | 0.13 | 0.77 | 0 | 0.23 |
| HSL | 290.07º | 0.62% | 0.48% | - |
| HSV(B) | 290.07º | 0.77% | 0.77% | - |
| XYZ | 28.07 | 14.76 | 54.19 | - |
| YUV | 100.89 | 182.24 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 46 | 197 | 0.13 | 0.77 | 0 | 0.23 | 290.07 | 0.62 | 0.48 |
| Hex | AC | 2E | C5 | D | 4D | 0 | 17 | 122 | 3E | 30 |
| Octal | 254 | 56 | 305 | 15 | 115 | 0 | 27 | 442 | 76 | 60 |
| Binary | 10101100 | 101110 | 11000101 | 1101 | 1001101 | 0 | 10111 | 100100010 | 111110 | 110000 |
Color Harmonies of #AC2EC5
Complementary color
Monochromatic Colors of #AC2EC5
Black with #AC2EC5
Text Example
Text Example
White with #AC2EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2EC5; }
p { color: rgb(172,46,197); }
H1.HeaderClassName
{
color: #AC2EC5;
}
.AnyTagClassName
{
color: #AC2EC5;
}
</style>
background-color css
<style>
a { background-color: #AC2EC5; }
a { background-color: rgb(172,46,197); }
div.DivClassName
{
background-color: #AC2EC5;
}
.BgClassName
{
background-color: #AC2EC5;
}
</style>
border-color css
<style>
span { border-color: #AC2EC5; }
span { border-color: rgb(172,46,197); }
td.TdClassName
{
border-color: #AC2EC5;
}
.TagClassName
{
border-color: #AC2EC5;
}
</style>