Shades of Medium Orchid #AC47D9
Tints of Medium Orchid #AC47D9
RGB
CMYK
RGB Variations
Color information
#AC47D9 (or 0xAC47D9) is known color: Medium Orchid. HEX triplet: AC, 47 and D9. RGB value is (172,71,217). Sum of RGB (Red+Green+Blue) = 172+71+217=460 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.39% from 460); Green value is 71 (28.12% from 255 or 15.43% from 460); Blue value is 217 (85.16% from 255 or 47.17% from 460); Max value from RGB is 217 - color contains mainly: blue. Hex color #AC47D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC47D9 is #53B826. Grayscale: #757575. Windows color (decimal): -5486631 or 14239660. OLE color: 14239660.
HSL color Cylindrical-coordinate representation of color #AC47D9: hue angle of 281.51º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC47D9 is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 71 | 217 | - |
| CMYK | 0.21 | 0.67 | 0 | 0.15 |
| HSL | 281.51º | 0.66% | 0.56% | - |
| HSV(B) | 281.51º | 0.67% | 0.85% | - |
| XYZ | 31.79 | 18.29 | 67.5 | - |
| YUV | 117.84 | 183.96 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 71 | 217 | 0.21 | 0.67 | 0 | 0.15 | 281.51 | 0.66 | 0.56 |
| Hex | AC | 47 | D9 | 15 | 43 | 0 | F | 11A | 42 | 38 |
| Octal | 254 | 107 | 331 | 25 | 103 | 0 | 17 | 432 | 102 | 70 |
| Binary | 10101100 | 1000111 | 11011001 | 10101 | 1000011 | 0 | 1111 | 100011010 | 1000010 | 111000 |
Color Harmonies of #AC47D9
Complementary color
Monochromatic Colors of #AC47D9
Black with #AC47D9
Text Example
Text Example
White with #AC47D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC47D9; }
p { color: rgb(172,71,217); }
H1.HeaderClassName
{
color: #AC47D9;
}
.AnyTagClassName
{
color: #AC47D9;
}
</style>
background-color css
<style>
a { background-color: #AC47D9; }
a { background-color: rgb(172,71,217); }
div.DivClassName
{
background-color: #AC47D9;
}
.BgClassName
{
background-color: #AC47D9;
}
</style>
border-color css
<style>
span { border-color: #AC47D9; }
span { border-color: rgb(172,71,217); }
td.TdClassName
{
border-color: #AC47D9;
}
.TagClassName
{
border-color: #AC47D9;
}
</style>