Shades of Medium Orchid #AE49DF
Tints of Medium Orchid #AE49DF
RGB
CMYK
RGB Variations
Color information
#AE49DF (or 0xAE49DF) is known color: Medium Orchid. HEX triplet: AE, 49 and DF. RGB value is (174,73,223). Sum of RGB (Red+Green+Blue) = 174+73+223=470 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.02% from 470); Green value is 73 (28.91% from 255 or 15.53% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 223 - color contains mainly: blue. Hex color #AE49DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE49DF is #51B620. Grayscale: #777777. Windows color (decimal): -5355041 or 14633390. OLE color: 14633390.
HSL color Cylindrical-coordinate representation of color #AE49DF: hue angle of 280.4º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AE49DF is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 73 | 223 | - |
| CMYK | 0.22 | 0.67 | 0 | 0.13 |
| HSL | 280.4º | 0.7% | 0.58% | - |
| HSV(B) | 280.4º | 0.67% | 0.87% | - |
| XYZ | 33.16 | 19.09 | 71.75 | - |
| YUV | 120.3 | 185.96 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 73 | 223 | 0.22 | 0.67 | 0 | 0.13 | 280.4 | 0.7 | 0.58 |
| Hex | AE | 49 | DF | 16 | 43 | 0 | D | 118 | 46 | 3A |
| Octal | 256 | 111 | 337 | 26 | 103 | 0 | 15 | 430 | 106 | 72 |
| Binary | 10101110 | 1001001 | 11011111 | 10110 | 1000011 | 0 | 1101 | 100011000 | 1000110 | 111010 |
Color Harmonies of #AE49DF
Complementary color
Monochromatic Colors of #AE49DF
Black with #AE49DF
Text Example
Text Example
White with #AE49DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE49DF; }
p { color: rgb(174,73,223); }
H1.HeaderClassName
{
color: #AE49DF;
}
.AnyTagClassName
{
color: #AE49DF;
}
</style>
background-color css
<style>
a { background-color: #AE49DF; }
a { background-color: rgb(174,73,223); }
div.DivClassName
{
background-color: #AE49DF;
}
.BgClassName
{
background-color: #AE49DF;
}
</style>
border-color css
<style>
span { border-color: #AE49DF; }
span { border-color: rgb(174,73,223); }
td.TdClassName
{
border-color: #AE49DF;
}
.TagClassName
{
border-color: #AE49DF;
}
</style>