Shades of Medium Orchid #AE68C5
Tints of Medium Orchid #AE68C5
RGB
CMYK
RGB Variations
Color information
#AE68C5 (or 0xAE68C5) is known color: Medium Orchid. HEX triplet: AE, 68 and C5. RGB value is (174,104,197). Sum of RGB (Red+Green+Blue) = 174+104+197=475 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.63% from 475); Green value is 104 (41.02% from 255 or 21.89% from 475); Blue value is 197 (77.34% from 255 or 41.47% from 475); Max value from RGB is 197 - color contains mainly: blue. Hex color #AE68C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE68C5 is #51973A. Grayscale: #878787. Windows color (decimal): -5347131 or 12937390. OLE color: 12937390.
HSL color Cylindrical-coordinate representation of color #AE68C5: hue angle of 285.16º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AE68C5 is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 174 | 104 | 197 | - |
| CMYK | 0.12 | 0.47 | 0 | 0.23 |
| HSL | 285.16º | 0.44% | 0.59% | - |
| HSV(B) | 285.16º | 0.47% | 0.77% | - |
| XYZ | 32.48 | 22.93 | 55.54 | - |
| YUV | 135.53 | 162.69 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 104 | 197 | 0.12 | 0.47 | 0 | 0.23 | 285.16 | 0.44 | 0.59 |
| Hex | AE | 68 | C5 | C | 2F | 0 | 17 | 11D | 2C | 3B |
| Octal | 256 | 150 | 305 | 14 | 57 | 0 | 27 | 435 | 54 | 73 |
| Binary | 10101110 | 1101000 | 11000101 | 1100 | 101111 | 0 | 10111 | 100011101 | 101100 | 111011 |
Color Harmonies of #AE68C5
Complementary color
Monochromatic Colors of #AE68C5
Black with #AE68C5
Text Example
Text Example
White with #AE68C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE68C5; }
p { color: rgb(174,104,197); }
H1.HeaderClassName
{
color: #AE68C5;
}
.AnyTagClassName
{
color: #AE68C5;
}
</style>
background-color css
<style>
a { background-color: #AE68C5; }
a { background-color: rgb(174,104,197); }
div.DivClassName
{
background-color: #AE68C5;
}
.BgClassName
{
background-color: #AE68C5;
}
</style>
border-color css
<style>
span { border-color: #AE68C5; }
span { border-color: rgb(174,104,197); }
td.TdClassName
{
border-color: #AE68C5;
}
.TagClassName
{
border-color: #AE68C5;
}
</style>