Shades of Medium Orchid #AE68D2
Tints of Medium Orchid #AE68D2
RGB
CMYK
RGB Variations
Color information
#AE68D2 (or 0xAE68D2) is known color: Medium Orchid. HEX triplet: AE, 68 and D2. RGB value is (174,104,210). Sum of RGB (Red+Green+Blue) = 174+104+210=488 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.66% from 488); Green value is 104 (41.02% from 255 or 21.31% from 488); Blue value is 210 (82.42% from 255 or 43.03% from 488); Max value from RGB is 210 - color contains mainly: blue. Hex color #AE68D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE68D2 is #51972D. Grayscale: #888888. Windows color (decimal): -5347118 or 13789358. OLE color: 13789358.
HSL color Cylindrical-coordinate representation of color #AE68D2: hue angle of 279.62º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AE68D2 is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 104 | 210 | - |
| CMYK | 0.17 | 0.50 | 0 | 0.18 |
| HSL | 279.62º | 0.54% | 0.62% | - |
| HSV(B) | 279.62º | 0.5% | 0.82% | - |
| XYZ | 34.04 | 23.55 | 63.72 | - |
| YUV | 137.01 | 169.19 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 104 | 210 | 0.17 | 0.50 | 0 | 0.18 | 279.62 | 0.54 | 0.62 |
| Hex | AE | 68 | D2 | 11 | 32 | 0 | 12 | 118 | 36 | 3E |
| Octal | 256 | 150 | 322 | 21 | 62 | 0 | 22 | 430 | 66 | 76 |
| Binary | 10101110 | 1101000 | 11010010 | 10001 | 110010 | 0 | 10010 | 100011000 | 110110 | 111110 |
Color Harmonies of #AE68D2
Complementary color
Monochromatic Colors of #AE68D2
Black with #AE68D2
Text Example
Text Example
White with #AE68D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE68D2; }
p { color: rgb(174,104,210); }
H1.HeaderClassName
{
color: #AE68D2;
}
.AnyTagClassName
{
color: #AE68D2;
}
</style>
background-color css
<style>
a { background-color: #AE68D2; }
a { background-color: rgb(174,104,210); }
div.DivClassName
{
background-color: #AE68D2;
}
.BgClassName
{
background-color: #AE68D2;
}
</style>
border-color css
<style>
span { border-color: #AE68D2; }
span { border-color: rgb(174,104,210); }
td.TdClassName
{
border-color: #AE68D2;
}
.TagClassName
{
border-color: #AE68D2;
}
</style>