Shades of Medium Orchid #AE64E0
Tints of Medium Orchid #AE64E0
RGB
CMYK
RGB Variations
Color information
#AE64E0 (or 0xAE64E0) is known color: Medium Orchid. HEX triplet: AE, 64 and E0. RGB value is (174,100,224). Sum of RGB (Red+Green+Blue) = 174+100+224=498 (65% of max value = 765). Red value is 174 (68.36% from 255 or 34.94% from 498); Green value is 100 (39.45% from 255 or 20.08% from 498); Blue value is 224 (87.89% from 255 or 44.98% from 498); Max value from RGB is 224 - color contains mainly: blue. Hex color #AE64E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE64E0 is #519B1F. Grayscale: #878787. Windows color (decimal): -5348128 or 14705838. OLE color: 14705838.
HSL color Cylindrical-coordinate representation of color #AE64E0: hue angle of 275.81º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AE64E0 is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 174 | 100 | 224 | - |
| CMYK | 0.22 | 0.55 | 0 | 0.12 |
| HSL | 275.81º | 0.67% | 0.64% | - |
| HSV(B) | 275.81º | 0.55% | 0.88% | - |
| XYZ | 35.47 | 23.49 | 73.19 | - |
| YUV | 136.26 | 177.52 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 100 | 224 | 0.22 | 0.55 | 0 | 0.12 | 275.81 | 0.67 | 0.64 |
| Hex | AE | 64 | E0 | 16 | 37 | 0 | C | 114 | 43 | 40 |
| Octal | 256 | 144 | 340 | 26 | 67 | 0 | 14 | 424 | 103 | 100 |
| Binary | 10101110 | 1100100 | 11100000 | 10110 | 110111 | 0 | 1100 | 100010100 | 1000011 | 1000000 |
Color Harmonies of #AE64E0
Complementary color
Monochromatic Colors of #AE64E0
Black with #AE64E0
Text Example
Text Example
White with #AE64E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE64E0; }
p { color: rgb(174,100,224); }
H1.HeaderClassName
{
color: #AE64E0;
}
.AnyTagClassName
{
color: #AE64E0;
}
</style>
background-color css
<style>
a { background-color: #AE64E0; }
a { background-color: rgb(174,100,224); }
div.DivClassName
{
background-color: #AE64E0;
}
.BgClassName
{
background-color: #AE64E0;
}
</style>
border-color css
<style>
span { border-color: #AE64E0; }
span { border-color: rgb(174,100,224); }
td.TdClassName
{
border-color: #AE64E0;
}
.TagClassName
{
border-color: #AE64E0;
}
</style>