Shades of Medium Orchid #AE63E9
Tints of Medium Orchid #AE63E9
RGB
CMYK
RGB Variations
Color information
#AE63E9 (or 0xAE63E9) is known color: Medium Orchid. HEX triplet: AE, 63 and E9. RGB value is (174,99,233). Sum of RGB (Red+Green+Blue) = 174+99+233=506 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.39% from 506); Green value is 99 (39.06% from 255 or 19.57% from 506); Blue value is 233 (91.41% from 255 or 46.05% from 506); Max value from RGB is 233 - color contains mainly: blue. Hex color #AE63E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE63E9 is #519C16. Grayscale: #888888. Windows color (decimal): -5348375 or 15295406. OLE color: 15295406.
HSL color Cylindrical-coordinate representation of color #AE63E9: hue angle of 273.58º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AE63E9 is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 174 | 99 | 233 | - |
| CMYK | 0.25 | 0.58 | 0 | 0.09 |
| HSL | 273.58º | 0.75% | 0.65% | - |
| HSV(B) | 273.58º | 0.58% | 0.91% | - |
| XYZ | 36.63 | 23.81 | 79.76 | - |
| YUV | 136.7 | 182.35 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 99 | 233 | 0.25 | 0.58 | 0 | 0.09 | 273.58 | 0.75 | 0.65 |
| Hex | AE | 63 | E9 | 19 | 3A | 0 | 9 | 112 | 4B | 41 |
| Octal | 256 | 143 | 351 | 31 | 72 | 0 | 11 | 422 | 113 | 101 |
| Binary | 10101110 | 1100011 | 11101001 | 11001 | 111010 | 0 | 1001 | 100010010 | 1001011 | 1000001 |
Color Harmonies of #AE63E9
Complementary color
Monochromatic Colors of #AE63E9
Black with #AE63E9
Text Example
Text Example
White with #AE63E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE63E9; }
p { color: rgb(174,99,233); }
H1.HeaderClassName
{
color: #AE63E9;
}
.AnyTagClassName
{
color: #AE63E9;
}
</style>
background-color css
<style>
a { background-color: #AE63E9; }
a { background-color: rgb(174,99,233); }
div.DivClassName
{
background-color: #AE63E9;
}
.BgClassName
{
background-color: #AE63E9;
}
</style>
border-color css
<style>
span { border-color: #AE63E9; }
span { border-color: rgb(174,99,233); }
td.TdClassName
{
border-color: #AE63E9;
}
.TagClassName
{
border-color: #AE63E9;
}
</style>