Shades of Medium Orchid #AC59E9
Tints of Medium Orchid #AC59E9
RGB
CMYK
RGB Variations
Color information
#AC59E9 (or 0xAC59E9) is known color: Medium Orchid. HEX triplet: AC, 59 and E9. RGB value is (172,89,233). Sum of RGB (Red+Green+Blue) = 172+89+233=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 89 (35.16% from 255 or 18.02% from 494); Blue value is 233 (91.41% from 255 or 47.17% from 494); Max value from RGB is 233 - color contains mainly: blue. Hex color #AC59E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC59E9 is #53A616. Grayscale: #818181. Windows color (decimal): -5482007 or 15292844. OLE color: 15292844.
HSL color Cylindrical-coordinate representation of color #AC59E9: hue angle of 274.58º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC59E9 is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 89 | 233 | - |
| CMYK | 0.26 | 0.62 | 0 | 0.09 |
| HSL | 274.58º | 0.77% | 0.63% | - |
| HSV(B) | 274.58º | 0.62% | 0.91% | - |
| XYZ | 35.29 | 21.8 | 79.44 | - |
| YUV | 130.23 | 186 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 89 | 233 | 0.26 | 0.62 | 0 | 0.09 | 274.58 | 0.77 | 0.63 |
| Hex | AC | 59 | E9 | 1A | 3E | 0 | 9 | 113 | 4D | 3F |
| Octal | 254 | 131 | 351 | 32 | 76 | 0 | 11 | 423 | 115 | 77 |
| Binary | 10101100 | 1011001 | 11101001 | 11010 | 111110 | 0 | 1001 | 100010011 | 1001101 | 111111 |
Color Harmonies of #AC59E9
Complementary color
Monochromatic Colors of #AC59E9
Black with #AC59E9
Text Example
Text Example
White with #AC59E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC59E9; }
p { color: rgb(172,89,233); }
H1.HeaderClassName
{
color: #AC59E9;
}
.AnyTagClassName
{
color: #AC59E9;
}
</style>
background-color css
<style>
a { background-color: #AC59E9; }
a { background-color: rgb(172,89,233); }
div.DivClassName
{
background-color: #AC59E9;
}
.BgClassName
{
background-color: #AC59E9;
}
</style>
border-color css
<style>
span { border-color: #AC59E9; }
span { border-color: rgb(172,89,233); }
td.TdClassName
{
border-color: #AC59E9;
}
.TagClassName
{
border-color: #AC59E9;
}
</style>