Shades of Medium Orchid #AE4DF1
Tints of Medium Orchid #AE4DF1
RGB
CMYK
RGB Variations
Color information
#AE4DF1 (or 0xAE4DF1) is known color: Medium Orchid. HEX triplet: AE, 4D and F1. RGB value is (174,77,241). Sum of RGB (Red+Green+Blue) = 174+77+241=492 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.37% from 492); Green value is 77 (30.47% from 255 or 15.65% from 492); Blue value is 241 (94.53% from 255 or 48.98% from 492); Max value from RGB is 241 - color contains mainly: blue. Hex color #AE4DF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE4DF1 is #51B20E. Grayscale: #7C7C7C. Windows color (decimal): -5353999 or 15814062. OLE color: 15814062.
HSL color Cylindrical-coordinate representation of color #AE4DF1: hue angle of 275.49º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AE4DF1 is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 77 | 241 | - |
| CMYK | 0.28 | 0.68 | 0 | 0.05 |
| HSL | 275.49º | 0.85% | 0.62% | - |
| HSV(B) | 275.49º | 0.68% | 0.95% | - |
| XYZ | 35.99 | 20.66 | 85.31 | - |
| YUV | 124.7 | 193.64 | 163.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 77 | 241 | 0.28 | 0.68 | 0 | 0.05 | 275.49 | 0.85 | 0.62 |
| Hex | AE | 4D | F1 | 1C | 44 | 0 | 5 | 113 | 55 | 3E |
| Octal | 256 | 115 | 361 | 34 | 104 | 0 | 5 | 423 | 125 | 76 |
| Binary | 10101110 | 1001101 | 11110001 | 11100 | 1000100 | 0 | 101 | 100010011 | 1010101 | 111110 |
Color Harmonies of #AE4DF1
Complementary color
Monochromatic Colors of #AE4DF1
Black with #AE4DF1
Text Example
Text Example
White with #AE4DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4DF1; }
p { color: rgb(174,77,241); }
H1.HeaderClassName
{
color: #AE4DF1;
}
.AnyTagClassName
{
color: #AE4DF1;
}
</style>
background-color css
<style>
a { background-color: #AE4DF1; }
a { background-color: rgb(174,77,241); }
div.DivClassName
{
background-color: #AE4DF1;
}
.BgClassName
{
background-color: #AE4DF1;
}
</style>
border-color css
<style>
span { border-color: #AE4DF1; }
span { border-color: rgb(174,77,241); }
td.TdClassName
{
border-color: #AE4DF1;
}
.TagClassName
{
border-color: #AE4DF1;
}
</style>