Shades of Medium Orchid #AC4EC0
Tints of Medium Orchid #AC4EC0
RGB
CMYK
RGB Variations
Color information
#AC4EC0 (or 0xAC4EC0) is known color: Medium Orchid. HEX triplet: AC, 4E and C0. RGB value is (172,78,192). Sum of RGB (Red+Green+Blue) = 172+78+192=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 78 (30.86% from 255 or 17.65% from 442); Blue value is 192 (75.39% from 255 or 43.44% from 442); Max value from RGB is 192 - color contains mainly: blue. Hex color #AC4EC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC4EC0 is #53B13F. Grayscale: #767676. Windows color (decimal): -5484864 or 12603052. OLE color: 12603052.
HSL color Cylindrical-coordinate representation of color #AC4EC0: hue angle of 289.47º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AC4EC0 is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 172 | 78 | 192 | - |
| CMYK | 0.10 | 0.59 | 0 | 0.25 |
| HSL | 289.47º | 0.48% | 0.53% | - |
| HSV(B) | 289.47º | 0.59% | 0.75% | - |
| XYZ | 29.25 | 18.03 | 51.81 | - |
| YUV | 119.1 | 169.14 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 78 | 192 | 0.10 | 0.59 | 0 | 0.25 | 289.47 | 0.48 | 0.53 |
| Hex | AC | 4E | C0 | A | 3B | 0 | 19 | 121 | 30 | 35 |
| Octal | 254 | 116 | 300 | 12 | 73 | 0 | 31 | 441 | 60 | 65 |
| Binary | 10101100 | 1001110 | 11000000 | 1010 | 111011 | 0 | 11001 | 100100001 | 110000 | 110101 |
Color Harmonies of #AC4EC0
Complementary color
Monochromatic Colors of #AC4EC0
Black with #AC4EC0
Text Example
Text Example
White with #AC4EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4EC0; }
p { color: rgb(172,78,192); }
H1.HeaderClassName
{
color: #AC4EC0;
}
.AnyTagClassName
{
color: #AC4EC0;
}
</style>
background-color css
<style>
a { background-color: #AC4EC0; }
a { background-color: rgb(172,78,192); }
div.DivClassName
{
background-color: #AC4EC0;
}
.BgClassName
{
background-color: #AC4EC0;
}
</style>
border-color css
<style>
span { border-color: #AC4EC0; }
span { border-color: rgb(172,78,192); }
td.TdClassName
{
border-color: #AC4EC0;
}
.TagClassName
{
border-color: #AC4EC0;
}
</style>