Shades of Medium Orchid #AE68CB
Tints of Medium Orchid #AE68CB
RGB
CMYK
RGB Variations
Color information
#AE68CB (or 0xAE68CB) is known color: Medium Orchid. HEX triplet: AE, 68 and CB. RGB value is (174,104,203). Sum of RGB (Red+Green+Blue) = 174+104+203=481 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.17% from 481); Green value is 104 (41.02% from 255 or 21.62% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 203 - color contains mainly: blue. Hex color #AE68CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE68CB is #519734. Grayscale: #878787. Windows color (decimal): -5347125 or 13330606. OLE color: 13330606.
HSL color Cylindrical-coordinate representation of color #AE68CB: hue angle of 282.42º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AE68CB is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 104 | 203 | - |
| CMYK | 0.14 | 0.49 | 0 | 0.20 |
| HSL | 282.42º | 0.49% | 0.6% | - |
| HSV(B) | 282.42º | 0.49% | 0.8% | - |
| XYZ | 33.19 | 23.21 | 59.23 | - |
| YUV | 136.22 | 165.69 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 104 | 203 | 0.14 | 0.49 | 0 | 0.20 | 282.42 | 0.49 | 0.6 |
| Hex | AE | 68 | CB | E | 31 | 0 | 14 | 11A | 31 | 3C |
| Octal | 256 | 150 | 313 | 16 | 61 | 0 | 24 | 432 | 61 | 74 |
| Binary | 10101110 | 1101000 | 11001011 | 1110 | 110001 | 0 | 10100 | 100011010 | 110001 | 111100 |
Color Harmonies of #AE68CB
Complementary color
Monochromatic Colors of #AE68CB
Black with #AE68CB
Text Example
Text Example
White with #AE68CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE68CB; }
p { color: rgb(174,104,203); }
H1.HeaderClassName
{
color: #AE68CB;
}
.AnyTagClassName
{
color: #AE68CB;
}
</style>
background-color css
<style>
a { background-color: #AE68CB; }
a { background-color: rgb(174,104,203); }
div.DivClassName
{
background-color: #AE68CB;
}
.BgClassName
{
background-color: #AE68CB;
}
</style>
border-color css
<style>
span { border-color: #AE68CB; }
span { border-color: rgb(174,104,203); }
td.TdClassName
{
border-color: #AE68CB;
}
.TagClassName
{
border-color: #AE68CB;
}
</style>