Shades of Medium Orchid #AC59ED
Tints of Medium Orchid #AC59ED
RGB
CMYK
RGB Variations
Color information
#AC59ED (or 0xAC59ED) is known color: Medium Orchid. HEX triplet: AC, 59 and ED. RGB value is (172,89,237). Sum of RGB (Red+Green+Blue) = 172+89+237=498 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.54% from 498); Green value is 89 (35.16% from 255 or 17.87% from 498); Blue value is 237 (92.97% from 255 or 47.59% from 498); Max value from RGB is 237 - color contains mainly: blue. Hex color #AC59ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC59ED is #53A612. Grayscale: #828282. Windows color (decimal): -5482003 or 15554988. OLE color: 15554988.
HSL color Cylindrical-coordinate representation of color #AC59ED: hue angle of 273.65º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC59ED is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 89 | 237 | - |
| CMYK | 0.27 | 0.62 | 0 | 0.07 |
| HSL | 273.65º | 0.8% | 0.64% | - |
| HSV(B) | 273.65º | 0.62% | 0.93% | - |
| XYZ | 35.87 | 22.03 | 82.48 | - |
| YUV | 130.69 | 188 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 89 | 237 | 0.27 | 0.62 | 0 | 0.07 | 273.65 | 0.8 | 0.64 |
| Hex | AC | 59 | ED | 1B | 3E | 0 | 7 | 112 | 50 | 40 |
| Octal | 254 | 131 | 355 | 33 | 76 | 0 | 7 | 422 | 120 | 100 |
| Binary | 10101100 | 1011001 | 11101101 | 11011 | 111110 | 0 | 111 | 100010010 | 1010000 | 1000000 |
Color Harmonies of #AC59ED
Complementary color
Monochromatic Colors of #AC59ED
Black with #AC59ED
Text Example
Text Example
White with #AC59ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC59ED; }
p { color: rgb(172,89,237); }
H1.HeaderClassName
{
color: #AC59ED;
}
.AnyTagClassName
{
color: #AC59ED;
}
</style>
background-color css
<style>
a { background-color: #AC59ED; }
a { background-color: rgb(172,89,237); }
div.DivClassName
{
background-color: #AC59ED;
}
.BgClassName
{
background-color: #AC59ED;
}
</style>
border-color css
<style>
span { border-color: #AC59ED; }
span { border-color: rgb(172,89,237); }
td.TdClassName
{
border-color: #AC59ED;
}
.TagClassName
{
border-color: #AC59ED;
}
</style>