Shades of Medium Orchid #AC4DCC
Tints of Medium Orchid #AC4DCC
RGB
CMYK
RGB Variations
Color information
#AC4DCC (or 0xAC4DCC) is known color: Medium Orchid. HEX triplet: AC, 4D and CC. RGB value is (172,77,204). Sum of RGB (Red+Green+Blue) = 172+77+204=453 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.97% from 453); Green value is 77 (30.47% from 255 or 17.00% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC4DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC4DCC is #53B233. Grayscale: #777777. Windows color (decimal): -5485108 or 13389228. OLE color: 13389228.
HSL color Cylindrical-coordinate representation of color #AC4DCC: hue angle of 284.88º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC4DCC is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 172 | 77 | 204 | - |
| CMYK | 0.16 | 0.62 | 0 | 0.2 |
| HSL | 284.88º | 0.55% | 0.55% | - |
| HSV(B) | 284.88º | 0.62% | 0.8% | - |
| XYZ | 30.57 | 18.44 | 59.07 | - |
| YUV | 119.88 | 175.47 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 77 | 204 | 0.16 | 0.62 | 0 | 0.2 | 284.88 | 0.55 | 0.55 |
| Hex | AC | 4D | CC | 10 | 3E | 0 | 14 | 11D | 37 | 37 |
| Octal | 254 | 115 | 314 | 20 | 76 | 0 | 24 | 435 | 67 | 67 |
| Binary | 10101100 | 1001101 | 11001100 | 10000 | 111110 | 0 | 10100 | 100011101 | 110111 | 110111 |
Color Harmonies of #AC4DCC
Complementary color
Monochromatic Colors of #AC4DCC
Black with #AC4DCC
Text Example
Text Example
White with #AC4DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4DCC; }
p { color: rgb(172,77,204); }
H1.HeaderClassName
{
color: #AC4DCC;
}
.AnyTagClassName
{
color: #AC4DCC;
}
</style>
background-color css
<style>
a { background-color: #AC4DCC; }
a { background-color: rgb(172,77,204); }
div.DivClassName
{
background-color: #AC4DCC;
}
.BgClassName
{
background-color: #AC4DCC;
}
</style>
border-color css
<style>
span { border-color: #AC4DCC; }
span { border-color: rgb(172,77,204); }
td.TdClassName
{
border-color: #AC4DCC;
}
.TagClassName
{
border-color: #AC4DCC;
}
</style>