Shades of Medium Orchid #AC47C9
Tints of Medium Orchid #AC47C9
RGB
CMYK
RGB Variations
Color information
#AC47C9 (or 0xAC47C9) is known color: Medium Orchid. HEX triplet: AC, 47 and C9. RGB value is (172,71,201). Sum of RGB (Red+Green+Blue) = 172+71+201=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 71 (28.12% from 255 or 15.99% from 444); Blue value is 201 (78.91% from 255 or 45.27% from 444); Max value from RGB is 201 - color contains mainly: blue. Hex color #AC47C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC47C9 is #53B836. Grayscale: #737373. Windows color (decimal): -5486647 or 13191084. OLE color: 13191084.
HSL color Cylindrical-coordinate representation of color #AC47C9: hue angle of 286.62º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC47C9 is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 71 | 201 | - |
| CMYK | 0.14 | 0.65 | 0 | 0.21 |
| HSL | 286.62º | 0.55% | 0.53% | - |
| HSV(B) | 286.62º | 0.65% | 0.79% | - |
| XYZ | 29.81 | 17.49 | 57.06 | - |
| YUV | 116.02 | 175.96 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 71 | 201 | 0.14 | 0.65 | 0 | 0.21 | 286.62 | 0.55 | 0.53 |
| Hex | AC | 47 | C9 | E | 41 | 0 | 15 | 11F | 37 | 35 |
| Octal | 254 | 107 | 311 | 16 | 101 | 0 | 25 | 437 | 67 | 65 |
| Binary | 10101100 | 1000111 | 11001001 | 1110 | 1000001 | 0 | 10101 | 100011111 | 110111 | 110101 |
Color Harmonies of #AC47C9
Complementary color
Monochromatic Colors of #AC47C9
Black with #AC47C9
Text Example
Text Example
White with #AC47C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC47C9; }
p { color: rgb(172,71,201); }
H1.HeaderClassName
{
color: #AC47C9;
}
.AnyTagClassName
{
color: #AC47C9;
}
</style>
background-color css
<style>
a { background-color: #AC47C9; }
a { background-color: rgb(172,71,201); }
div.DivClassName
{
background-color: #AC47C9;
}
.BgClassName
{
background-color: #AC47C9;
}
</style>
border-color css
<style>
span { border-color: #AC47C9; }
span { border-color: rgb(172,71,201); }
td.TdClassName
{
border-color: #AC47C9;
}
.TagClassName
{
border-color: #AC47C9;
}
</style>