Shades of Medium Orchid #AC59C1
Tints of Medium Orchid #AC59C1
RGB
CMYK
RGB Variations
Color information
#AC59C1 (or 0xAC59C1) is known color: Medium Orchid. HEX triplet: AC, 59 and C1. RGB value is (172,89,193). Sum of RGB (Red+Green+Blue) = 172+89+193=454 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.89% from 454); Green value is 89 (35.16% from 255 or 19.60% from 454); Blue value is 193 (75.78% from 255 or 42.51% from 454); Max value from RGB is 193 - color contains mainly: blue. Hex color #AC59C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC59C1 is #53A63E. Grayscale: #7D7D7D. Windows color (decimal): -5482047 or 12671404. OLE color: 12671404.
HSL color Cylindrical-coordinate representation of color #AC59C1: hue angle of 287.88º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AC59C1 is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 89 | 193 | - |
| CMYK | 0.11 | 0.54 | 0 | 0.24 |
| HSL | 287.88º | 0.46% | 0.55% | - |
| HSV(B) | 287.88º | 0.54% | 0.76% | - |
| XYZ | 30.21 | 19.77 | 52.67 | - |
| YUV | 125.67 | 166 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 89 | 193 | 0.11 | 0.54 | 0 | 0.24 | 287.88 | 0.46 | 0.55 |
| Hex | AC | 59 | C1 | B | 36 | 0 | 18 | 120 | 2E | 37 |
| Octal | 254 | 131 | 301 | 13 | 66 | 0 | 30 | 440 | 56 | 67 |
| Binary | 10101100 | 1011001 | 11000001 | 1011 | 110110 | 0 | 11000 | 100100000 | 101110 | 110111 |
Color Harmonies of #AC59C1
Complementary color
Monochromatic Colors of #AC59C1
Black with #AC59C1
Text Example
Text Example
White with #AC59C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC59C1; }
p { color: rgb(172,89,193); }
H1.HeaderClassName
{
color: #AC59C1;
}
.AnyTagClassName
{
color: #AC59C1;
}
</style>
background-color css
<style>
a { background-color: #AC59C1; }
a { background-color: rgb(172,89,193); }
div.DivClassName
{
background-color: #AC59C1;
}
.BgClassName
{
background-color: #AC59C1;
}
</style>
border-color css
<style>
span { border-color: #AC59C1; }
span { border-color: rgb(172,89,193); }
td.TdClassName
{
border-color: #AC59C1;
}
.TagClassName
{
border-color: #AC59C1;
}
</style>