Shades of Medium Orchid #AE3CED
Tints of Medium Orchid #AE3CED
RGB
CMYK
RGB Variations
Color information
#AE3CED (or 0xAE3CED) is known color: Medium Orchid. HEX triplet: AE, 3C and ED. RGB value is (174,60,237). Sum of RGB (Red+Green+Blue) = 174+60+237=471 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.94% from 471); Green value is 60 (23.83% from 255 or 12.74% from 471); Blue value is 237 (92.97% from 255 or 50.32% from 471); Max value from RGB is 237 - color contains mainly: blue. Hex color #AE3CED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE3CED is #51C312. Grayscale: #717171. Windows color (decimal): -5358355 or 15547566. OLE color: 15547566.
HSL color Cylindrical-coordinate representation of color #AE3CED: hue angle of 278.64º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AE3CED is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 60 | 237 | - |
| CMYK | 0.27 | 0.75 | 0 | 0.07 |
| HSL | 278.64º | 0.83% | 0.58% | - |
| HSV(B) | 278.64º | 0.75% | 0.93% | - |
| XYZ | 34.36 | 18.34 | 81.85 | - |
| YUV | 114.26 | 197.27 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 60 | 237 | 0.27 | 0.75 | 0 | 0.07 | 278.64 | 0.83 | 0.58 |
| Hex | AE | 3C | ED | 1B | 4B | 0 | 7 | 117 | 53 | 3A |
| Octal | 256 | 74 | 355 | 33 | 113 | 0 | 7 | 427 | 123 | 72 |
| Binary | 10101110 | 111100 | 11101101 | 11011 | 1001011 | 0 | 111 | 100010111 | 1010011 | 111010 |
Color Harmonies of #AE3CED
Complementary color
Monochromatic Colors of #AE3CED
Black with #AE3CED
Text Example
Text Example
White with #AE3CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3CED; }
p { color: rgb(174,60,237); }
H1.HeaderClassName
{
color: #AE3CED;
}
.AnyTagClassName
{
color: #AE3CED;
}
</style>
background-color css
<style>
a { background-color: #AE3CED; }
a { background-color: rgb(174,60,237); }
div.DivClassName
{
background-color: #AE3CED;
}
.BgClassName
{
background-color: #AE3CED;
}
</style>
border-color css
<style>
span { border-color: #AE3CED; }
span { border-color: rgb(174,60,237); }
td.TdClassName
{
border-color: #AE3CED;
}
.TagClassName
{
border-color: #AE3CED;
}
</style>