Shades of Medium Orchid #AC46C7
Tints of Medium Orchid #AC46C7
RGB
CMYK
RGB Variations
Color information
#AC46C7 (or 0xAC46C7) is known color: Medium Orchid. HEX triplet: AC, 46 and C7. RGB value is (172,70,199). Sum of RGB (Red+Green+Blue) = 172+70+199=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 70 (27.73% from 255 or 15.87% from 441); Blue value is 199 (78.12% from 255 or 45.12% from 441); Max value from RGB is 199 - color contains mainly: blue. Hex color #AC46C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC46C7 is #53B938. Grayscale: #727272. Windows color (decimal): -5486905 or 13059756. OLE color: 13059756.
HSL color Cylindrical-coordinate representation of color #AC46C7: hue angle of 287.44º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC46C7 is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 70 | 199 | - |
| CMYK | 0.14 | 0.65 | 0 | 0.22 |
| HSL | 287.44º | 0.54% | 0.53% | - |
| HSV(B) | 287.44º | 0.65% | 0.78% | - |
| XYZ | 29.51 | 17.27 | 55.81 | - |
| YUV | 115.2 | 175.29 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 70 | 199 | 0.14 | 0.65 | 0 | 0.22 | 287.44 | 0.54 | 0.53 |
| Hex | AC | 46 | C7 | E | 41 | 0 | 16 | 11F | 36 | 35 |
| Octal | 254 | 106 | 307 | 16 | 101 | 0 | 26 | 437 | 66 | 65 |
| Binary | 10101100 | 1000110 | 11000111 | 1110 | 1000001 | 0 | 10110 | 100011111 | 110110 | 110101 |
Color Harmonies of #AC46C7
Complementary color
Monochromatic Colors of #AC46C7
Black with #AC46C7
Text Example
Text Example
White with #AC46C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC46C7; }
p { color: rgb(172,70,199); }
H1.HeaderClassName
{
color: #AC46C7;
}
.AnyTagClassName
{
color: #AC46C7;
}
</style>
background-color css
<style>
a { background-color: #AC46C7; }
a { background-color: rgb(172,70,199); }
div.DivClassName
{
background-color: #AC46C7;
}
.BgClassName
{
background-color: #AC46C7;
}
</style>
border-color css
<style>
span { border-color: #AC46C7; }
span { border-color: rgb(172,70,199); }
td.TdClassName
{
border-color: #AC46C7;
}
.TagClassName
{
border-color: #AC46C7;
}
</style>