Shades of Medium Orchid #AE55DF
Tints of Medium Orchid #AE55DF
RGB
CMYK
RGB Variations
Color information
#AE55DF (or 0xAE55DF) is known color: Medium Orchid. HEX triplet: AE, 55 and DF. RGB value is (174,85,223). Sum of RGB (Red+Green+Blue) = 174+85+223=482 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.10% from 482); Green value is 85 (33.59% from 255 or 17.63% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 223 - color contains mainly: blue. Hex color #AE55DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE55DF is #51AA20. Grayscale: #7E7E7E. Windows color (decimal): -5351969 or 14636462. OLE color: 14636462.
HSL color Cylindrical-coordinate representation of color #AE55DF: hue angle of 278.7º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AE55DF is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 85 | 223 | - |
| CMYK | 0.22 | 0.62 | 0 | 0.13 |
| HSL | 278.7º | 0.68% | 0.6% | - |
| HSV(B) | 278.7º | 0.62% | 0.87% | - |
| XYZ | 34.02 | 20.82 | 72.04 | - |
| YUV | 127.34 | 181.99 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 85 | 223 | 0.22 | 0.62 | 0 | 0.13 | 278.7 | 0.68 | 0.6 |
| Hex | AE | 55 | DF | 16 | 3E | 0 | D | 117 | 44 | 3C |
| Octal | 256 | 125 | 337 | 26 | 76 | 0 | 15 | 427 | 104 | 74 |
| Binary | 10101110 | 1010101 | 11011111 | 10110 | 111110 | 0 | 1101 | 100010111 | 1000100 | 111100 |
Color Harmonies of #AE55DF
Complementary color
Monochromatic Colors of #AE55DF
Black with #AE55DF
Text Example
Text Example
White with #AE55DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE55DF; }
p { color: rgb(174,85,223); }
H1.HeaderClassName
{
color: #AE55DF;
}
.AnyTagClassName
{
color: #AE55DF;
}
</style>
background-color css
<style>
a { background-color: #AE55DF; }
a { background-color: rgb(174,85,223); }
div.DivClassName
{
background-color: #AE55DF;
}
.BgClassName
{
background-color: #AE55DF;
}
</style>
border-color css
<style>
span { border-color: #AE55DF; }
span { border-color: rgb(174,85,223); }
td.TdClassName
{
border-color: #AE55DF;
}
.TagClassName
{
border-color: #AE55DF;
}
</style>