Shades of Medium Orchid #AC54ED
Tints of Medium Orchid #AC54ED
RGB
CMYK
RGB Variations
Color information
#AC54ED (or 0xAC54ED) is known color: Medium Orchid. HEX triplet: AC, 54 and ED. RGB value is (172,84,237). Sum of RGB (Red+Green+Blue) = 172+84+237=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 84 (33.20% from 255 or 17.04% from 493); Blue value is 237 (92.97% from 255 or 48.07% from 493); Max value from RGB is 237 - color contains mainly: blue. Hex color #AC54ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC54ED is #53AB12. Grayscale: #7F7F7F. Windows color (decimal): -5483283 or 15553708. OLE color: 15553708.
HSL color Cylindrical-coordinate representation of color #AC54ED: hue angle of 274.51º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC54ED is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 84 | 237 | - |
| CMYK | 0.27 | 0.65 | 0 | 0.07 |
| HSL | 274.51º | 0.81% | 0.63% | - |
| HSV(B) | 274.51º | 0.65% | 0.93% | - |
| XYZ | 35.47 | 21.23 | 82.35 | - |
| YUV | 127.75 | 189.65 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 84 | 237 | 0.27 | 0.65 | 0 | 0.07 | 274.51 | 0.81 | 0.63 |
| Hex | AC | 54 | ED | 1B | 41 | 0 | 7 | 113 | 51 | 3F |
| Octal | 254 | 124 | 355 | 33 | 101 | 0 | 7 | 423 | 121 | 77 |
| Binary | 10101100 | 1010100 | 11101101 | 11011 | 1000001 | 0 | 111 | 100010011 | 1010001 | 111111 |
Color Harmonies of #AC54ED
Complementary color
Monochromatic Colors of #AC54ED
Black with #AC54ED
Text Example
Text Example
White with #AC54ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC54ED; }
p { color: rgb(172,84,237); }
H1.HeaderClassName
{
color: #AC54ED;
}
.AnyTagClassName
{
color: #AC54ED;
}
</style>
background-color css
<style>
a { background-color: #AC54ED; }
a { background-color: rgb(172,84,237); }
div.DivClassName
{
background-color: #AC54ED;
}
.BgClassName
{
background-color: #AC54ED;
}
</style>
border-color css
<style>
span { border-color: #AC54ED; }
span { border-color: rgb(172,84,237); }
td.TdClassName
{
border-color: #AC54ED;
}
.TagClassName
{
border-color: #AC54ED;
}
</style>