Shades of Medium Orchid #AE3FDF
Tints of Medium Orchid #AE3FDF
RGB
CMYK
RGB Variations
Color information
#AE3FDF (or 0xAE3FDF) is known color: Medium Orchid. HEX triplet: AE, 3F and DF. RGB value is (174,63,223). Sum of RGB (Red+Green+Blue) = 174+63+223=460 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.83% from 460); Green value is 63 (25% from 255 or 13.70% from 460); Blue value is 223 (87.5% from 255 or 48.48% from 460); Max value from RGB is 223 - color contains mainly: blue. Hex color #AE3FDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE3FDF is #51C020. Grayscale: #717171. Windows color (decimal): -5357601 or 14630830. OLE color: 14630830.
HSL color Cylindrical-coordinate representation of color #AE3FDF: hue angle of 281.62º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AE3FDF is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 63 | 223 | - |
| CMYK | 0.22 | 0.72 | 0 | 0.13 |
| HSL | 281.63º | 0.71% | 0.56% | - |
| HSV(B) | 281.63º | 0.72% | 0.87% | - |
| XYZ | 32.55 | 17.88 | 71.55 | - |
| YUV | 114.43 | 189.27 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 63 | 223 | 0.22 | 0.72 | 0 | 0.13 | 281.63 | 0.71 | 0.56 |
| Hex | AE | 3F | DF | 16 | 48 | 0 | D | 11A | 47 | 38 |
| Octal | 256 | 77 | 337 | 26 | 110 | 0 | 15 | 432 | 107 | 70 |
| Binary | 10101110 | 111111 | 11011111 | 10110 | 1001000 | 0 | 1101 | 100011010 | 1000111 | 111000 |
Color Harmonies of #AE3FDF
Complementary color
Monochromatic Colors of #AE3FDF
Black with #AE3FDF
Text Example
Text Example
White with #AE3FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3FDF; }
p { color: rgb(174,63,223); }
H1.HeaderClassName
{
color: #AE3FDF;
}
.AnyTagClassName
{
color: #AE3FDF;
}
</style>
background-color css
<style>
a { background-color: #AE3FDF; }
a { background-color: rgb(174,63,223); }
div.DivClassName
{
background-color: #AE3FDF;
}
.BgClassName
{
background-color: #AE3FDF;
}
</style>
border-color css
<style>
span { border-color: #AE3FDF; }
span { border-color: rgb(174,63,223); }
td.TdClassName
{
border-color: #AE3FDF;
}
.TagClassName
{
border-color: #AE3FDF;
}
</style>