Shades of Medium Orchid #AC4EC6
Tints of Medium Orchid #AC4EC6
RGB
CMYK
RGB Variations
Color information
#AC4EC6 (or 0xAC4EC6) is known color: Medium Orchid. HEX triplet: AC, 4E and C6. RGB value is (172,78,198). Sum of RGB (Red+Green+Blue) = 172+78+198=448 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.39% from 448); Green value is 78 (30.86% from 255 or 17.41% from 448); Blue value is 198 (77.73% from 255 or 44.20% from 448); Max value from RGB is 198 - color contains mainly: blue. Hex color #AC4EC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC4EC6 is #53B139. Grayscale: #777777. Windows color (decimal): -5484858 or 12996268. OLE color: 12996268.
HSL color Cylindrical-coordinate representation of color #AC4EC6: hue angle of 287º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AC4EC6 is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 78 | 198 | - |
| CMYK | 0.13 | 0.61 | 0 | 0.22 |
| HSL | 287º | 0.51% | 0.54% | - |
| HSV(B) | 287º | 0.61% | 0.78% | - |
| XYZ | 29.93 | 18.3 | 55.38 | - |
| YUV | 119.79 | 172.14 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 78 | 198 | 0.13 | 0.61 | 0 | 0.22 | 287 | 0.51 | 0.54 |
| Hex | AC | 4E | C6 | D | 3D | 0 | 16 | 11F | 33 | 36 |
| Octal | 254 | 116 | 306 | 15 | 75 | 0 | 26 | 437 | 63 | 66 |
| Binary | 10101100 | 1001110 | 11000110 | 1101 | 111101 | 0 | 10110 | 100011111 | 110011 | 110110 |
Color Harmonies of #AC4EC6
Complementary color
Monochromatic Colors of #AC4EC6
Black with #AC4EC6
Text Example
Text Example
White with #AC4EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4EC6; }
p { color: rgb(172,78,198); }
H1.HeaderClassName
{
color: #AC4EC6;
}
.AnyTagClassName
{
color: #AC4EC6;
}
</style>
background-color css
<style>
a { background-color: #AC4EC6; }
a { background-color: rgb(172,78,198); }
div.DivClassName
{
background-color: #AC4EC6;
}
.BgClassName
{
background-color: #AC4EC6;
}
</style>
border-color css
<style>
span { border-color: #AC4EC6; }
span { border-color: rgb(172,78,198); }
td.TdClassName
{
border-color: #AC4EC6;
}
.TagClassName
{
border-color: #AC4EC6;
}
</style>