Shades of Medium Orchid #AC59CE
Tints of Medium Orchid #AC59CE
RGB
CMYK
RGB Variations
Color information
#AC59CE (or 0xAC59CE) is known color: Medium Orchid. HEX triplet: AC, 59 and CE. RGB value is (172,89,206). Sum of RGB (Red+Green+Blue) = 172+89+206=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 89 (35.16% from 255 or 19.06% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC59CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC59CE is #53A631. Grayscale: #7E7E7E. Windows color (decimal): -5482034 or 13523372. OLE color: 13523372.
HSL color Cylindrical-coordinate representation of color #AC59CE: hue angle of 282.56º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AC59CE is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 89 | 206 | - |
| CMYK | 0.17 | 0.57 | 0 | 0.19 |
| HSL | 282.56º | 0.54% | 0.58% | - |
| HSV(B) | 282.56º | 0.57% | 0.81% | - |
| XYZ | 31.73 | 20.37 | 60.65 | - |
| YUV | 127.16 | 172.5 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 89 | 206 | 0.17 | 0.57 | 0 | 0.19 | 282.56 | 0.54 | 0.58 |
| Hex | AC | 59 | CE | 11 | 39 | 0 | 13 | 11B | 36 | 3A |
| Octal | 254 | 131 | 316 | 21 | 71 | 0 | 23 | 433 | 66 | 72 |
| Binary | 10101100 | 1011001 | 11001110 | 10001 | 111001 | 0 | 10011 | 100011011 | 110110 | 111010 |
Color Harmonies of #AC59CE
Complementary color
Monochromatic Colors of #AC59CE
Black with #AC59CE
Text Example
Text Example
White with #AC59CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC59CE; }
p { color: rgb(172,89,206); }
H1.HeaderClassName
{
color: #AC59CE;
}
.AnyTagClassName
{
color: #AC59CE;
}
</style>
background-color css
<style>
a { background-color: #AC59CE; }
a { background-color: rgb(172,89,206); }
div.DivClassName
{
background-color: #AC59CE;
}
.BgClassName
{
background-color: #AC59CE;
}
</style>
border-color css
<style>
span { border-color: #AC59CE; }
span { border-color: rgb(172,89,206); }
td.TdClassName
{
border-color: #AC59CE;
}
.TagClassName
{
border-color: #AC59CE;
}
</style>