Shades of Medium Orchid #AC59EE
Tints of Medium Orchid #AC59EE
RGB
CMYK
RGB Variations
Color information
#AC59EE (or 0xAC59EE) is known color: Medium Orchid. HEX triplet: AC, 59 and EE. RGB value is (172,89,238). Sum of RGB (Red+Green+Blue) = 172+89+238=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 89 (35.16% from 255 or 17.84% from 499); Blue value is 238 (93.36% from 255 or 47.70% from 499); Max value from RGB is 238 - color contains mainly: blue. Hex color #AC59EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC59EE is #53A611. Grayscale: #828282. Windows color (decimal): -5482002 or 15620524. OLE color: 15620524.
HSL color Cylindrical-coordinate representation of color #AC59EE: hue angle of 273.42º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC59EE is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 89 | 238 | - |
| CMYK | 0.28 | 0.63 | 0 | 0.07 |
| HSL | 273.42º | 0.81% | 0.64% | - |
| HSV(B) | 273.42º | 0.63% | 0.93% | - |
| XYZ | 36.02 | 22.09 | 83.25 | - |
| YUV | 130.8 | 188.5 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 89 | 238 | 0.28 | 0.63 | 0 | 0.07 | 273.42 | 0.81 | 0.64 |
| Hex | AC | 59 | EE | 1C | 3F | 0 | 7 | 111 | 51 | 40 |
| Octal | 254 | 131 | 356 | 34 | 77 | 0 | 7 | 421 | 121 | 100 |
| Binary | 10101100 | 1011001 | 11101110 | 11100 | 111111 | 0 | 111 | 100010001 | 1010001 | 1000000 |
Color Harmonies of #AC59EE
Complementary color
Monochromatic Colors of #AC59EE
Black with #AC59EE
Text Example
Text Example
White with #AC59EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC59EE; }
p { color: rgb(172,89,238); }
H1.HeaderClassName
{
color: #AC59EE;
}
.AnyTagClassName
{
color: #AC59EE;
}
</style>
background-color css
<style>
a { background-color: #AC59EE; }
a { background-color: rgb(172,89,238); }
div.DivClassName
{
background-color: #AC59EE;
}
.BgClassName
{
background-color: #AC59EE;
}
</style>
border-color css
<style>
span { border-color: #AC59EE; }
span { border-color: rgb(172,89,238); }
td.TdClassName
{
border-color: #AC59EE;
}
.TagClassName
{
border-color: #AC59EE;
}
</style>