Shades of Medium Orchid #AE58F0
Tints of Medium Orchid #AE58F0
RGB
CMYK
RGB Variations
Color information
#AE58F0 (or 0xAE58F0) is known color: Medium Orchid. HEX triplet: AE, 58 and F0. RGB value is (174,88,240). Sum of RGB (Red+Green+Blue) = 174+88+240=502 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.66% from 502); Green value is 88 (34.77% from 255 or 17.53% from 502); Blue value is 240 (94.14% from 255 or 47.81% from 502); Max value from RGB is 240 - color contains mainly: blue. Hex color #AE58F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE58F0 is #51A70F. Grayscale: #828282. Windows color (decimal): -5351184 or 15751342. OLE color: 15751342.
HSL color Cylindrical-coordinate representation of color #AE58F0: hue angle of 273.95º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AE58F0 is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 174 | 88 | 240 | - |
| CMYK | 0.28 | 0.63 | 0 | 0.06 |
| HSL | 273.95º | 0.84% | 0.64% | - |
| HSV(B) | 273.95º | 0.63% | 0.94% | - |
| XYZ | 36.67 | 22.27 | 84.8 | - |
| YUV | 131.04 | 189.49 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 88 | 240 | 0.28 | 0.63 | 0 | 0.06 | 273.95 | 0.84 | 0.64 |
| Hex | AE | 58 | F0 | 1C | 3F | 0 | 6 | 112 | 54 | 40 |
| Octal | 256 | 130 | 360 | 34 | 77 | 0 | 6 | 422 | 124 | 100 |
| Binary | 10101110 | 1011000 | 11110000 | 11100 | 111111 | 0 | 110 | 100010010 | 1010100 | 1000000 |
Color Harmonies of #AE58F0
Complementary color
Monochromatic Colors of #AE58F0
Black with #AE58F0
Text Example
Text Example
White with #AE58F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE58F0; }
p { color: rgb(174,88,240); }
H1.HeaderClassName
{
color: #AE58F0;
}
.AnyTagClassName
{
color: #AE58F0;
}
</style>
background-color css
<style>
a { background-color: #AE58F0; }
a { background-color: rgb(174,88,240); }
div.DivClassName
{
background-color: #AE58F0;
}
.BgClassName
{
background-color: #AE58F0;
}
</style>
border-color css
<style>
span { border-color: #AE58F0; }
span { border-color: rgb(174,88,240); }
td.TdClassName
{
border-color: #AE58F0;
}
.TagClassName
{
border-color: #AE58F0;
}
</style>