Shades of Medium Orchid #AC59EF
Tints of Medium Orchid #AC59EF
RGB
CMYK
RGB Variations
Color information
#AC59EF (or 0xAC59EF) is known color: Medium Orchid. HEX triplet: AC, 59 and EF. RGB value is (172,89,239). Sum of RGB (Red+Green+Blue) = 172+89+239=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 89 (35.16% from 255 or 17.8% from 500); Blue value is 239 (93.75% from 255 or 47.8% from 500); Max value from RGB is 239 - color contains mainly: blue. Hex color #AC59EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC59EF is #53A610. Grayscale: #828282. Windows color (decimal): -5482001 or 15686060. OLE color: 15686060.
HSL color Cylindrical-coordinate representation of color #AC59EF: hue angle of 273.2º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC59EF is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 89 | 239 | - |
| CMYK | 0.28 | 0.63 | 0 | 0.06 |
| HSL | 273.2º | 0.82% | 0.64% | - |
| HSV(B) | 273.2º | 0.63% | 0.94% | - |
| XYZ | 36.17 | 22.15 | 84.03 | - |
| YUV | 130.92 | 189 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 89 | 239 | 0.28 | 0.63 | 0 | 0.06 | 273.2 | 0.82 | 0.64 |
| Hex | AC | 59 | EF | 1C | 3F | 0 | 6 | 111 | 52 | 40 |
| Octal | 254 | 131 | 357 | 34 | 77 | 0 | 6 | 421 | 122 | 100 |
| Binary | 10101100 | 1011001 | 11101111 | 11100 | 111111 | 0 | 110 | 100010001 | 1010010 | 1000000 |
Color Harmonies of #AC59EF
Complementary color
Monochromatic Colors of #AC59EF
Black with #AC59EF
Text Example
Text Example
White with #AC59EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC59EF; }
p { color: rgb(172,89,239); }
H1.HeaderClassName
{
color: #AC59EF;
}
.AnyTagClassName
{
color: #AC59EF;
}
</style>
background-color css
<style>
a { background-color: #AC59EF; }
a { background-color: rgb(172,89,239); }
div.DivClassName
{
background-color: #AC59EF;
}
.BgClassName
{
background-color: #AC59EF;
}
</style>
border-color css
<style>
span { border-color: #AC59EF; }
span { border-color: rgb(172,89,239); }
td.TdClassName
{
border-color: #AC59EF;
}
.TagClassName
{
border-color: #AC59EF;
}
</style>