Shades of Medium Orchid #AC57EE
Tints of Medium Orchid #AC57EE
RGB
CMYK
RGB Variations
Color information
#AC57EE (or 0xAC57EE) is known color: Medium Orchid. HEX triplet: AC, 57 and EE. RGB value is (172,87,238). Sum of RGB (Red+Green+Blue) = 172+87+238=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 87 (34.38% from 255 or 17.51% from 497); Blue value is 238 (93.36% from 255 or 47.89% from 497); Max value from RGB is 238 - color contains mainly: blue. Hex color #AC57EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC57EE is #53A811. Grayscale: #818181. Windows color (decimal): -5482514 or 15620012. OLE color: 15620012.
HSL color Cylindrical-coordinate representation of color #AC57EE: hue angle of 273.77º degrees, saturation: 0.82, 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 #AC57EE is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 87 | 238 | - |
| CMYK | 0.28 | 0.63 | 0 | 0.07 |
| HSL | 273.77º | 0.82% | 0.64% | - |
| HSV(B) | 273.77º | 0.63% | 0.93% | - |
| XYZ | 35.85 | 21.76 | 83.2 | - |
| YUV | 129.63 | 189.16 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 87 | 238 | 0.28 | 0.63 | 0 | 0.07 | 273.77 | 0.82 | 0.64 |
| Hex | AC | 57 | EE | 1C | 3F | 0 | 7 | 112 | 52 | 40 |
| Octal | 254 | 127 | 356 | 34 | 77 | 0 | 7 | 422 | 122 | 100 |
| Binary | 10101100 | 1010111 | 11101110 | 11100 | 111111 | 0 | 111 | 100010010 | 1010010 | 1000000 |
Color Harmonies of #AC57EE
Complementary color
Monochromatic Colors of #AC57EE
Black with #AC57EE
Text Example
Text Example
White with #AC57EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC57EE; }
p { color: rgb(172,87,238); }
H1.HeaderClassName
{
color: #AC57EE;
}
.AnyTagClassName
{
color: #AC57EE;
}
</style>
background-color css
<style>
a { background-color: #AC57EE; }
a { background-color: rgb(172,87,238); }
div.DivClassName
{
background-color: #AC57EE;
}
.BgClassName
{
background-color: #AC57EE;
}
</style>
border-color css
<style>
span { border-color: #AC57EE; }
span { border-color: rgb(172,87,238); }
td.TdClassName
{
border-color: #AC57EE;
}
.TagClassName
{
border-color: #AC57EE;
}
</style>