Shades of Medium Orchid #AC47CC
Tints of Medium Orchid #AC47CC
RGB
CMYK
RGB Variations
Color information
#AC47CC (or 0xAC47CC) is known color: Medium Orchid. HEX triplet: AC, 47 and CC. RGB value is (172,71,204). Sum of RGB (Red+Green+Blue) = 172+71+204=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 71 (28.12% from 255 or 15.88% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC47CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC47CC is #53B833. Grayscale: #737373. Windows color (decimal): -5486644 or 13387692. OLE color: 13387692.
HSL color Cylindrical-coordinate representation of color #AC47CC: hue angle of 285.56º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC47CC is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 172 | 71 | 204 | - |
| CMYK | 0.16 | 0.65 | 0 | 0.2 |
| HSL | 285.56º | 0.57% | 0.54% | - |
| HSV(B) | 285.56º | 0.65% | 0.8% | - |
| XYZ | 30.17 | 17.64 | 58.94 | - |
| YUV | 116.36 | 177.46 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 71 | 204 | 0.16 | 0.65 | 0 | 0.2 | 285.56 | 0.57 | 0.54 |
| Hex | AC | 47 | CC | 10 | 41 | 0 | 14 | 11E | 39 | 36 |
| Octal | 254 | 107 | 314 | 20 | 101 | 0 | 24 | 436 | 71 | 66 |
| Binary | 10101100 | 1000111 | 11001100 | 10000 | 1000001 | 0 | 10100 | 100011110 | 111001 | 110110 |
Color Harmonies of #AC47CC
Complementary color
Monochromatic Colors of #AC47CC
Black with #AC47CC
Text Example
Text Example
White with #AC47CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC47CC; }
p { color: rgb(172,71,204); }
H1.HeaderClassName
{
color: #AC47CC;
}
.AnyTagClassName
{
color: #AC47CC;
}
</style>
background-color css
<style>
a { background-color: #AC47CC; }
a { background-color: rgb(172,71,204); }
div.DivClassName
{
background-color: #AC47CC;
}
.BgClassName
{
background-color: #AC47CC;
}
</style>
border-color css
<style>
span { border-color: #AC47CC; }
span { border-color: rgb(172,71,204); }
td.TdClassName
{
border-color: #AC47CC;
}
.TagClassName
{
border-color: #AC47CC;
}
</style>