Shades of Medium Orchid #AC46CF
Tints of Medium Orchid #AC46CF
RGB
CMYK
RGB Variations
Color information
#AC46CF (or 0xAC46CF) is known color: Medium Orchid. HEX triplet: AC, 46 and CF. RGB value is (172,70,207). Sum of RGB (Red+Green+Blue) = 172+70+207=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 70 (27.73% from 255 or 15.59% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC46CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC46CF is #53B930. Grayscale: #737373. Windows color (decimal): -5486897 or 13584044. OLE color: 13584044.
HSL color Cylindrical-coordinate representation of color #AC46CF: hue angle of 284.67º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC46CF is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 70 | 207 | - |
| CMYK | 0.17 | 0.66 | 0 | 0.19 |
| HSL | 284.67º | 0.59% | 0.54% | - |
| HSV(B) | 284.67º | 0.66% | 0.81% | - |
| XYZ | 30.47 | 17.66 | 60.83 | - |
| YUV | 116.12 | 179.29 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 70 | 207 | 0.17 | 0.66 | 0 | 0.19 | 284.67 | 0.59 | 0.54 |
| Hex | AC | 46 | CF | 11 | 42 | 0 | 13 | 11D | 3B | 36 |
| Octal | 254 | 106 | 317 | 21 | 102 | 0 | 23 | 435 | 73 | 66 |
| Binary | 10101100 | 1000110 | 11001111 | 10001 | 1000010 | 0 | 10011 | 100011101 | 111011 | 110110 |
Color Harmonies of #AC46CF
Complementary color
Monochromatic Colors of #AC46CF
Black with #AC46CF
Text Example
Text Example
White with #AC46CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC46CF; }
p { color: rgb(172,70,207); }
H1.HeaderClassName
{
color: #AC46CF;
}
.AnyTagClassName
{
color: #AC46CF;
}
</style>
background-color css
<style>
a { background-color: #AC46CF; }
a { background-color: rgb(172,70,207); }
div.DivClassName
{
background-color: #AC46CF;
}
.BgClassName
{
background-color: #AC46CF;
}
</style>
border-color css
<style>
span { border-color: #AC46CF; }
span { border-color: rgb(172,70,207); }
td.TdClassName
{
border-color: #AC46CF;
}
.TagClassName
{
border-color: #AC46CF;
}
</style>