Shades of Medium Orchid #AE68CA
Tints of Medium Orchid #AE68CA
RGB
CMYK
RGB Variations
Color information
#AE68CA (or 0xAE68CA) is known color: Medium Orchid. HEX triplet: AE, 68 and CA. RGB value is (174,104,202). Sum of RGB (Red+Green+Blue) = 174+104+202=480 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.25% from 480); Green value is 104 (41.02% from 255 or 21.67% from 480); Blue value is 202 (79.30% from 255 or 42.08% from 480); Max value from RGB is 202 - color contains mainly: blue. Hex color #AE68CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE68CA is #519735. Grayscale: #878787. Windows color (decimal): -5347126 or 13265070. OLE color: 13265070.
HSL color Cylindrical-coordinate representation of color #AE68CA: hue angle of 282.86º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AE68CA is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 174 | 104 | 202 | - |
| CMYK | 0.14 | 0.49 | 0 | 0.21 |
| HSL | 282.86º | 0.48% | 0.6% | - |
| HSV(B) | 282.86º | 0.49% | 0.79% | - |
| XYZ | 33.07 | 23.16 | 58.61 | - |
| YUV | 136.1 | 165.19 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 104 | 202 | 0.14 | 0.49 | 0 | 0.21 | 282.86 | 0.48 | 0.6 |
| Hex | AE | 68 | CA | E | 31 | 0 | 15 | 11B | 30 | 3C |
| Octal | 256 | 150 | 312 | 16 | 61 | 0 | 25 | 433 | 60 | 74 |
| Binary | 10101110 | 1101000 | 11001010 | 1110 | 110001 | 0 | 10101 | 100011011 | 110000 | 111100 |
Color Harmonies of #AE68CA
Complementary color
Monochromatic Colors of #AE68CA
Black with #AE68CA
Text Example
Text Example
White with #AE68CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE68CA; }
p { color: rgb(174,104,202); }
H1.HeaderClassName
{
color: #AE68CA;
}
.AnyTagClassName
{
color: #AE68CA;
}
</style>
background-color css
<style>
a { background-color: #AE68CA; }
a { background-color: rgb(174,104,202); }
div.DivClassName
{
background-color: #AE68CA;
}
.BgClassName
{
background-color: #AE68CA;
}
</style>
border-color css
<style>
span { border-color: #AE68CA; }
span { border-color: rgb(174,104,202); }
td.TdClassName
{
border-color: #AE68CA;
}
.TagClassName
{
border-color: #AE68CA;
}
</style>