Shades of Medium Orchid #AC47DC
Tints of Medium Orchid #AC47DC
RGB
CMYK
RGB Variations
Color information
#AC47DC (or 0xAC47DC) is known color: Medium Orchid. HEX triplet: AC, 47 and DC. RGB value is (172,71,220). Sum of RGB (Red+Green+Blue) = 172+71+220=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 71 (28.12% from 255 or 15.33% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC47DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC47DC is #53B823. Grayscale: #757575. Windows color (decimal): -5486628 or 14436268. OLE color: 14436268.
HSL color Cylindrical-coordinate representation of color #AC47DC: hue angle of 280.67º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AC47DC is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 71 | 220 | - |
| CMYK | 0.22 | 0.68 | 0 | 0.14 |
| HSL | 280.67º | 0.68% | 0.57% | - |
| HSV(B) | 280.67º | 0.68% | 0.86% | - |
| XYZ | 32.18 | 18.44 | 69.57 | - |
| YUV | 118.19 | 185.46 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 71 | 220 | 0.22 | 0.68 | 0 | 0.14 | 280.67 | 0.68 | 0.57 |
| Hex | AC | 47 | DC | 16 | 44 | 0 | E | 119 | 44 | 39 |
| Octal | 254 | 107 | 334 | 26 | 104 | 0 | 16 | 431 | 104 | 71 |
| Binary | 10101100 | 1000111 | 11011100 | 10110 | 1000100 | 0 | 1110 | 100011001 | 1000100 | 111001 |
Color Harmonies of #AC47DC
Complementary color
Monochromatic Colors of #AC47DC
Black with #AC47DC
Text Example
Text Example
White with #AC47DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC47DC; }
p { color: rgb(172,71,220); }
H1.HeaderClassName
{
color: #AC47DC;
}
.AnyTagClassName
{
color: #AC47DC;
}
</style>
background-color css
<style>
a { background-color: #AC47DC; }
a { background-color: rgb(172,71,220); }
div.DivClassName
{
background-color: #AC47DC;
}
.BgClassName
{
background-color: #AC47DC;
}
</style>
border-color css
<style>
span { border-color: #AC47DC; }
span { border-color: rgb(172,71,220); }
td.TdClassName
{
border-color: #AC47DC;
}
.TagClassName
{
border-color: #AC47DC;
}
</style>