Shades of Medium Orchid #AE43DF
Tints of Medium Orchid #AE43DF
RGB
CMYK
RGB Variations
Color information
#AE43DF (or 0xAE43DF) is known color: Medium Orchid. HEX triplet: AE, 43 and DF. RGB value is (174,67,223). Sum of RGB (Red+Green+Blue) = 174+67+223=464 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.5% from 464); Green value is 67 (26.56% from 255 or 14.44% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 223 - color contains mainly: blue. Hex color #AE43DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE43DF is #51BC20. Grayscale: #747474. Windows color (decimal): -5356577 or 14631854. OLE color: 14631854.
HSL color Cylindrical-coordinate representation of color #AE43DF: hue angle of 281.15º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AE43DF is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 67 | 223 | - |
| CMYK | 0.22 | 0.70 | 0 | 0.13 |
| HSL | 281.15º | 0.71% | 0.57% | - |
| HSV(B) | 281.15º | 0.7% | 0.87% | - |
| XYZ | 32.78 | 18.34 | 71.62 | - |
| YUV | 116.78 | 187.95 | 168.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 67 | 223 | 0.22 | 0.70 | 0 | 0.13 | 281.15 | 0.71 | 0.57 |
| Hex | AE | 43 | DF | 16 | 46 | 0 | D | 119 | 47 | 39 |
| Octal | 256 | 103 | 337 | 26 | 106 | 0 | 15 | 431 | 107 | 71 |
| Binary | 10101110 | 1000011 | 11011111 | 10110 | 1000110 | 0 | 1101 | 100011001 | 1000111 | 111001 |
Color Harmonies of #AE43DF
Complementary color
Monochromatic Colors of #AE43DF
Black with #AE43DF
Text Example
Text Example
White with #AE43DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE43DF; }
p { color: rgb(174,67,223); }
H1.HeaderClassName
{
color: #AE43DF;
}
.AnyTagClassName
{
color: #AE43DF;
}
</style>
background-color css
<style>
a { background-color: #AE43DF; }
a { background-color: rgb(174,67,223); }
div.DivClassName
{
background-color: #AE43DF;
}
.BgClassName
{
background-color: #AE43DF;
}
</style>
border-color css
<style>
span { border-color: #AE43DF; }
span { border-color: rgb(174,67,223); }
td.TdClassName
{
border-color: #AE43DF;
}
.TagClassName
{
border-color: #AE43DF;
}
</style>