Shades of Medium Orchid #AE49DC
Tints of Medium Orchid #AE49DC
RGB
CMYK
RGB Variations
Color information
#AE49DC (or 0xAE49DC) is known color: Medium Orchid. HEX triplet: AE, 49 and DC. RGB value is (174,73,220). Sum of RGB (Red+Green+Blue) = 174+73+220=467 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.26% from 467); Green value is 73 (28.91% from 255 or 15.63% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #AE49DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE49DC is #51B623. Grayscale: #777777. Windows color (decimal): -5355044 or 14436782. OLE color: 14436782.
HSL color Cylindrical-coordinate representation of color #AE49DC: hue angle of 281.22º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AE49DC is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 73 | 220 | - |
| CMYK | 0.21 | 0.67 | 0 | 0.14 |
| HSL | 281.22º | 0.68% | 0.57% | - |
| HSV(B) | 281.22º | 0.67% | 0.86% | - |
| XYZ | 32.76 | 18.93 | 69.64 | - |
| YUV | 119.96 | 184.46 | 166.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 73 | 220 | 0.21 | 0.67 | 0 | 0.14 | 281.22 | 0.68 | 0.57 |
| Hex | AE | 49 | DC | 15 | 43 | 0 | E | 119 | 44 | 39 |
| Octal | 256 | 111 | 334 | 25 | 103 | 0 | 16 | 431 | 104 | 71 |
| Binary | 10101110 | 1001001 | 11011100 | 10101 | 1000011 | 0 | 1110 | 100011001 | 1000100 | 111001 |
Color Harmonies of #AE49DC
Complementary color
Monochromatic Colors of #AE49DC
Black with #AE49DC
Text Example
Text Example
White with #AE49DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE49DC; }
p { color: rgb(174,73,220); }
H1.HeaderClassName
{
color: #AE49DC;
}
.AnyTagClassName
{
color: #AE49DC;
}
</style>
background-color css
<style>
a { background-color: #AE49DC; }
a { background-color: rgb(174,73,220); }
div.DivClassName
{
background-color: #AE49DC;
}
.BgClassName
{
background-color: #AE49DC;
}
</style>
border-color css
<style>
span { border-color: #AE49DC; }
span { border-color: rgb(174,73,220); }
td.TdClassName
{
border-color: #AE49DC;
}
.TagClassName
{
border-color: #AE49DC;
}
</style>