Shades of Medium Orchid #AC53ED
Tints of Medium Orchid #AC53ED
RGB
CMYK
RGB Variations
Color information
#AC53ED (or 0xAC53ED) is known color: Medium Orchid. HEX triplet: AC, 53 and ED. RGB value is (172,83,237). Sum of RGB (Red+Green+Blue) = 172+83+237=492 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.96% from 492); Green value is 83 (32.81% from 255 or 16.87% from 492); Blue value is 237 (92.97% from 255 or 48.17% from 492); Max value from RGB is 237 - color contains mainly: blue. Hex color #AC53ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC53ED is #53AC12. Grayscale: #7E7E7E. Windows color (decimal): -5483539 or 15553452. OLE color: 15553452.
HSL color Cylindrical-coordinate representation of color #AC53ED: hue angle of 274.68º 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 #AC53ED is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 83 | 237 | - |
| CMYK | 0.27 | 0.65 | 0 | 0.07 |
| HSL | 274.68º | 0.81% | 0.63% | - |
| HSV(B) | 274.68º | 0.65% | 0.93% | - |
| XYZ | 35.39 | 21.07 | 82.32 | - |
| YUV | 127.17 | 189.99 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 83 | 237 | 0.27 | 0.65 | 0 | 0.07 | 274.68 | 0.81 | 0.63 |
| Hex | AC | 53 | ED | 1B | 41 | 0 | 7 | 113 | 51 | 3F |
| Octal | 254 | 123 | 355 | 33 | 101 | 0 | 7 | 423 | 121 | 77 |
| Binary | 10101100 | 1010011 | 11101101 | 11011 | 1000001 | 0 | 111 | 100010011 | 1010001 | 111111 |
Color Harmonies of #AC53ED
Complementary color
Monochromatic Colors of #AC53ED
Black with #AC53ED
Text Example
Text Example
White with #AC53ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC53ED; }
p { color: rgb(172,83,237); }
H1.HeaderClassName
{
color: #AC53ED;
}
.AnyTagClassName
{
color: #AC53ED;
}
</style>
background-color css
<style>
a { background-color: #AC53ED; }
a { background-color: rgb(172,83,237); }
div.DivClassName
{
background-color: #AC53ED;
}
.BgClassName
{
background-color: #AC53ED;
}
</style>
border-color css
<style>
span { border-color: #AC53ED; }
span { border-color: rgb(172,83,237); }
td.TdClassName
{
border-color: #AC53ED;
}
.TagClassName
{
border-color: #AC53ED;
}
</style>