Shades of Medium Orchid #AC47C6
Tints of Medium Orchid #AC47C6
RGB
CMYK
RGB Variations
Color information
#AC47C6 (or 0xAC47C6) is known color: Medium Orchid. HEX triplet: AC, 47 and C6. RGB value is (172,71,198). Sum of RGB (Red+Green+Blue) = 172+71+198=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 71 (28.12% from 255 or 16.10% from 441); Blue value is 198 (77.73% from 255 or 44.90% from 441); Max value from RGB is 198 - color contains mainly: blue. Hex color #AC47C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC47C6 is #53B839. Grayscale: #737373. Windows color (decimal): -5486650 or 12994476. OLE color: 12994476.
HSL color Cylindrical-coordinate representation of color #AC47C6: hue angle of 287.72º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AC47C6 is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 71 | 198 | - |
| CMYK | 0.13 | 0.64 | 0 | 0.22 |
| HSL | 287.72º | 0.53% | 0.53% | - |
| HSV(B) | 287.72º | 0.64% | 0.78% | - |
| XYZ | 29.46 | 17.35 | 55.22 | - |
| YUV | 115.68 | 174.46 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 71 | 198 | 0.13 | 0.64 | 0 | 0.22 | 287.72 | 0.53 | 0.53 |
| Hex | AC | 47 | C6 | D | 40 | 0 | 16 | 120 | 35 | 35 |
| Octal | 254 | 107 | 306 | 15 | 100 | 0 | 26 | 440 | 65 | 65 |
| Binary | 10101100 | 1000111 | 11000110 | 1101 | 1000000 | 0 | 10110 | 100100000 | 110101 | 110101 |
Color Harmonies of #AC47C6
Complementary color
Monochromatic Colors of #AC47C6
Black with #AC47C6
Text Example
Text Example
White with #AC47C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC47C6; }
p { color: rgb(172,71,198); }
H1.HeaderClassName
{
color: #AC47C6;
}
.AnyTagClassName
{
color: #AC47C6;
}
</style>
background-color css
<style>
a { background-color: #AC47C6; }
a { background-color: rgb(172,71,198); }
div.DivClassName
{
background-color: #AC47C6;
}
.BgClassName
{
background-color: #AC47C6;
}
</style>
border-color css
<style>
span { border-color: #AC47C6; }
span { border-color: rgb(172,71,198); }
td.TdClassName
{
border-color: #AC47C6;
}
.TagClassName
{
border-color: #AC47C6;
}
</style>