Shades of Medium Orchid #AC4FCD
Tints of Medium Orchid #AC4FCD
RGB
CMYK
RGB Variations
Color information
#AC4FCD (or 0xAC4FCD) is known color: Medium Orchid. HEX triplet: AC, 4F and CD. RGB value is (172,79,205). Sum of RGB (Red+Green+Blue) = 172+79+205=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 79 (31.25% from 255 or 17.32% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 205 - color contains mainly: blue. Hex color #AC4FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC4FCD is #53B032. Grayscale: #787878. Windows color (decimal): -5484595 or 13455276. OLE color: 13455276.
HSL color Cylindrical-coordinate representation of color #AC4FCD: hue angle of 284.29º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AC4FCD is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 79 | 205 | - |
| CMYK | 0.16 | 0.61 | 0 | 0.20 |
| HSL | 284.29º | 0.56% | 0.56% | - |
| HSV(B) | 284.29º | 0.61% | 0.8% | - |
| XYZ | 30.83 | 18.77 | 59.76 | - |
| YUV | 121.17 | 175.31 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 79 | 205 | 0.16 | 0.61 | 0 | 0.20 | 284.29 | 0.56 | 0.56 |
| Hex | AC | 4F | CD | 10 | 3D | 0 | 14 | 11C | 38 | 38 |
| Octal | 254 | 117 | 315 | 20 | 75 | 0 | 24 | 434 | 70 | 70 |
| Binary | 10101100 | 1001111 | 11001101 | 10000 | 111101 | 0 | 10100 | 100011100 | 111000 | 111000 |
Color Harmonies of #AC4FCD
Complementary color
Monochromatic Colors of #AC4FCD
Black with #AC4FCD
Text Example
Text Example
White with #AC4FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4FCD; }
p { color: rgb(172,79,205); }
H1.HeaderClassName
{
color: #AC4FCD;
}
.AnyTagClassName
{
color: #AC4FCD;
}
</style>
background-color css
<style>
a { background-color: #AC4FCD; }
a { background-color: rgb(172,79,205); }
div.DivClassName
{
background-color: #AC4FCD;
}
.BgClassName
{
background-color: #AC4FCD;
}
</style>
border-color css
<style>
span { border-color: #AC4FCD; }
span { border-color: rgb(172,79,205); }
td.TdClassName
{
border-color: #AC4FCD;
}
.TagClassName
{
border-color: #AC4FCD;
}
</style>