Shades of Medium Orchid #AE65E3
Tints of Medium Orchid #AE65E3
RGB
CMYK
RGB Variations
Color information
#AE65E3 (or 0xAE65E3) is known color: Medium Orchid. HEX triplet: AE, 65 and E3. RGB value is (174,101,227). Sum of RGB (Red+Green+Blue) = 174+101+227=502 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.66% from 502); Green value is 101 (39.84% from 255 or 20.12% from 502); Blue value is 227 (89.06% from 255 or 45.22% from 502); Max value from RGB is 227 - color contains mainly: blue. Hex color #AE65E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE65E3 is #519A1C. Grayscale: #888888. Windows color (decimal): -5347869 or 14902702. OLE color: 14902702.
HSL color Cylindrical-coordinate representation of color #AE65E3: hue angle of 274.76º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AE65E3 is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 174 | 101 | 227 | - |
| CMYK | 0.23 | 0.56 | 0 | 0.11 |
| HSL | 274.76º | 0.69% | 0.64% | - |
| HSV(B) | 274.76º | 0.56% | 0.89% | - |
| XYZ | 35.97 | 23.85 | 75.38 | - |
| YUV | 137.19 | 178.68 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 101 | 227 | 0.23 | 0.56 | 0 | 0.11 | 274.76 | 0.69 | 0.64 |
| Hex | AE | 65 | E3 | 17 | 38 | 0 | B | 113 | 45 | 40 |
| Octal | 256 | 145 | 343 | 27 | 70 | 0 | 13 | 423 | 105 | 100 |
| Binary | 10101110 | 1100101 | 11100011 | 10111 | 111000 | 0 | 1011 | 100010011 | 1000101 | 1000000 |
Color Harmonies of #AE65E3
Complementary color
Monochromatic Colors of #AE65E3
Black with #AE65E3
Text Example
Text Example
White with #AE65E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE65E3; }
p { color: rgb(174,101,227); }
H1.HeaderClassName
{
color: #AE65E3;
}
.AnyTagClassName
{
color: #AE65E3;
}
</style>
background-color css
<style>
a { background-color: #AE65E3; }
a { background-color: rgb(174,101,227); }
div.DivClassName
{
background-color: #AE65E3;
}
.BgClassName
{
background-color: #AE65E3;
}
</style>
border-color css
<style>
span { border-color: #AE65E3; }
span { border-color: rgb(174,101,227); }
td.TdClassName
{
border-color: #AE65E3;
}
.TagClassName
{
border-color: #AE65E3;
}
</style>