Shades of Medium Orchid #AE5CEA
Tints of Medium Orchid #AE5CEA
RGB
CMYK
RGB Variations
Color information
#AE5CEA (or 0xAE5CEA) is known color: Medium Orchid. HEX triplet: AE, 5C and EA. RGB value is (174,92,234). Sum of RGB (Red+Green+Blue) = 174+92+234=500 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.8% from 500); Green value is 92 (36.33% from 255 or 18.4% from 500); Blue value is 234 (91.80% from 255 or 46.8% from 500); Max value from RGB is 234 - color contains mainly: blue. Hex color #AE5CEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE5CEA is #51A315. Grayscale: #848484. Windows color (decimal): -5350166 or 15359150. OLE color: 15359150.
HSL color Cylindrical-coordinate representation of color #AE5CEA: hue angle of 274.65º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AE5CEA is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 174 | 92 | 234 | - |
| CMYK | 0.26 | 0.61 | 0 | 0.08 |
| HSL | 274.65º | 0.77% | 0.64% | - |
| HSV(B) | 274.65º | 0.61% | 0.92% | - |
| XYZ | 36.13 | 22.59 | 80.3 | - |
| YUV | 132.71 | 185.17 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 92 | 234 | 0.26 | 0.61 | 0 | 0.08 | 274.65 | 0.77 | 0.64 |
| Hex | AE | 5C | EA | 1A | 3D | 0 | 8 | 113 | 4D | 40 |
| Octal | 256 | 134 | 352 | 32 | 75 | 0 | 10 | 423 | 115 | 100 |
| Binary | 10101110 | 1011100 | 11101010 | 11010 | 111101 | 0 | 1000 | 100010011 | 1001101 | 1000000 |
Color Harmonies of #AE5CEA
Complementary color
Monochromatic Colors of #AE5CEA
Black with #AE5CEA
Text Example
Text Example
White with #AE5CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5CEA; }
p { color: rgb(174,92,234); }
H1.HeaderClassName
{
color: #AE5CEA;
}
.AnyTagClassName
{
color: #AE5CEA;
}
</style>
background-color css
<style>
a { background-color: #AE5CEA; }
a { background-color: rgb(174,92,234); }
div.DivClassName
{
background-color: #AE5CEA;
}
.BgClassName
{
background-color: #AE5CEA;
}
</style>
border-color css
<style>
span { border-color: #AE5CEA; }
span { border-color: rgb(174,92,234); }
td.TdClassName
{
border-color: #AE5CEA;
}
.TagClassName
{
border-color: #AE5CEA;
}
</style>