Shades of Medium Orchid #AE64DF
Tints of Medium Orchid #AE64DF
RGB
CMYK
RGB Variations
Color information
#AE64DF (or 0xAE64DF) is known color: Medium Orchid. HEX triplet: AE, 64 and DF. RGB value is (174,100,223). Sum of RGB (Red+Green+Blue) = 174+100+223=497 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.01% from 497); Green value is 100 (39.45% from 255 or 20.12% from 497); Blue value is 223 (87.5% from 255 or 44.87% from 497); Max value from RGB is 223 - color contains mainly: blue. Hex color #AE64DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE64DF is #519B20. Grayscale: #878787. Windows color (decimal): -5348129 or 14640302. OLE color: 14640302.
HSL color Cylindrical-coordinate representation of color #AE64DF: hue angle of 276.1º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AE64DF is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 100 | 223 | - |
| CMYK | 0.22 | 0.55 | 0 | 0.13 |
| HSL | 276.1º | 0.66% | 0.63% | - |
| HSV(B) | 276.1º | 0.55% | 0.87% | - |
| XYZ | 35.33 | 23.44 | 72.47 | - |
| YUV | 136.15 | 177.02 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 100 | 223 | 0.22 | 0.55 | 0 | 0.13 | 276.1 | 0.66 | 0.63 |
| Hex | AE | 64 | DF | 16 | 37 | 0 | D | 114 | 42 | 3F |
| Octal | 256 | 144 | 337 | 26 | 67 | 0 | 15 | 424 | 102 | 77 |
| Binary | 10101110 | 1100100 | 11011111 | 10110 | 110111 | 0 | 1101 | 100010100 | 1000010 | 111111 |
Color Harmonies of #AE64DF
Complementary color
Monochromatic Colors of #AE64DF
Black with #AE64DF
Text Example
Text Example
White with #AE64DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE64DF; }
p { color: rgb(174,100,223); }
H1.HeaderClassName
{
color: #AE64DF;
}
.AnyTagClassName
{
color: #AE64DF;
}
</style>
background-color css
<style>
a { background-color: #AE64DF; }
a { background-color: rgb(174,100,223); }
div.DivClassName
{
background-color: #AE64DF;
}
.BgClassName
{
background-color: #AE64DF;
}
</style>
border-color css
<style>
span { border-color: #AE64DF; }
span { border-color: rgb(174,100,223); }
td.TdClassName
{
border-color: #AE64DF;
}
.TagClassName
{
border-color: #AE64DF;
}
</style>