Shades of Medium Orchid #AC4DC0
Tints of Medium Orchid #AC4DC0
RGB
CMYK
RGB Variations
Color information
#AC4DC0 (or 0xAC4DC0) is known color: Medium Orchid. HEX triplet: AC, 4D and C0. RGB value is (172,77,192). Sum of RGB (Red+Green+Blue) = 172+77+192=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 77 (30.47% from 255 or 17.46% from 441); Blue value is 192 (75.39% from 255 or 43.54% from 441); Max value from RGB is 192 - color contains mainly: blue. Hex color #AC4DC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC4DC0 is #53B23F. Grayscale: #767676. Windows color (decimal): -5485120 or 12602796. OLE color: 12602796.
HSL color Cylindrical-coordinate representation of color #AC4DC0: hue angle of 289.57º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC4DC0 is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 172 | 77 | 192 | - |
| CMYK | 0.10 | 0.60 | 0 | 0.25 |
| HSL | 289.57º | 0.48% | 0.53% | - |
| HSV(B) | 289.57º | 0.6% | 0.75% | - |
| XYZ | 29.18 | 17.88 | 51.78 | - |
| YUV | 118.52 | 169.47 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 77 | 192 | 0.10 | 0.60 | 0 | 0.25 | 289.57 | 0.48 | 0.53 |
| Hex | AC | 4D | C0 | A | 3C | 0 | 19 | 122 | 30 | 35 |
| Octal | 254 | 115 | 300 | 12 | 74 | 0 | 31 | 442 | 60 | 65 |
| Binary | 10101100 | 1001101 | 11000000 | 1010 | 111100 | 0 | 11001 | 100100010 | 110000 | 110101 |
Color Harmonies of #AC4DC0
Complementary color
Monochromatic Colors of #AC4DC0
Black with #AC4DC0
Text Example
Text Example
White with #AC4DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4DC0; }
p { color: rgb(172,77,192); }
H1.HeaderClassName
{
color: #AC4DC0;
}
.AnyTagClassName
{
color: #AC4DC0;
}
</style>
background-color css
<style>
a { background-color: #AC4DC0; }
a { background-color: rgb(172,77,192); }
div.DivClassName
{
background-color: #AC4DC0;
}
.BgClassName
{
background-color: #AC4DC0;
}
</style>
border-color css
<style>
span { border-color: #AC4DC0; }
span { border-color: rgb(172,77,192); }
td.TdClassName
{
border-color: #AC4DC0;
}
.TagClassName
{
border-color: #AC4DC0;
}
</style>