Shades of Medium Orchid #AC46C5
Tints of Medium Orchid #AC46C5
RGB
CMYK
RGB Variations
Color information
#AC46C5 (or 0xAC46C5) is known color: Medium Orchid. HEX triplet: AC, 46 and C5. RGB value is (172,70,197). Sum of RGB (Red+Green+Blue) = 172+70+197=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 70 (27.73% from 255 or 15.95% from 439); Blue value is 197 (77.34% from 255 or 44.87% from 439); Max value from RGB is 197 - color contains mainly: blue. Hex color #AC46C5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC46C5 is #53B93A. Grayscale: #727272. Windows color (decimal): -5486907 or 12928684. OLE color: 12928684.
HSL color Cylindrical-coordinate representation of color #AC46C5: hue angle of 288.19º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AC46C5 is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 70 | 197 | - |
| CMYK | 0.13 | 0.64 | 0 | 0.23 |
| HSL | 288.19º | 0.52% | 0.52% | - |
| HSV(B) | 288.19º | 0.64% | 0.77% | - |
| XYZ | 29.28 | 17.18 | 54.6 | - |
| YUV | 114.98 | 174.29 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 70 | 197 | 0.13 | 0.64 | 0 | 0.23 | 288.19 | 0.52 | 0.52 |
| Hex | AC | 46 | C5 | D | 40 | 0 | 17 | 120 | 34 | 34 |
| Octal | 254 | 106 | 305 | 15 | 100 | 0 | 27 | 440 | 64 | 64 |
| Binary | 10101100 | 1000110 | 11000101 | 1101 | 1000000 | 0 | 10111 | 100100000 | 110100 | 110100 |
Color Harmonies of #AC46C5
Complementary color
Monochromatic Colors of #AC46C5
Black with #AC46C5
Text Example
Text Example
White with #AC46C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC46C5; }
p { color: rgb(172,70,197); }
H1.HeaderClassName
{
color: #AC46C5;
}
.AnyTagClassName
{
color: #AC46C5;
}
</style>
background-color css
<style>
a { background-color: #AC46C5; }
a { background-color: rgb(172,70,197); }
div.DivClassName
{
background-color: #AC46C5;
}
.BgClassName
{
background-color: #AC46C5;
}
</style>
border-color css
<style>
span { border-color: #AC46C5; }
span { border-color: rgb(172,70,197); }
td.TdClassName
{
border-color: #AC46C5;
}
.TagClassName
{
border-color: #AC46C5;
}
</style>