Shades of Medium Orchid #AE62E6
Tints of Medium Orchid #AE62E6
RGB
CMYK
RGB Variations
Color information
#AE62E6 (or 0xAE62E6) is known color: Medium Orchid. HEX triplet: AE, 62 and E6. RGB value is (174,98,230). Sum of RGB (Red+Green+Blue) = 174+98+230=502 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.66% from 502); Green value is 98 (38.67% from 255 or 19.52% from 502); Blue value is 230 (90.23% from 255 or 45.82% from 502); Max value from RGB is 230 - color contains mainly: blue. Hex color #AE62E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE62E6 is #519D19. Grayscale: #878787. Windows color (decimal): -5348634 or 15098542. OLE color: 15098542.
HSL color Cylindrical-coordinate representation of color #AE62E6: hue angle of 274.55º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AE62E6 is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 174 | 98 | 230 | - |
| CMYK | 0.24 | 0.57 | 0 | 0.10 |
| HSL | 274.55º | 0.73% | 0.64% | - |
| HSV(B) | 274.55º | 0.57% | 0.9% | - |
| XYZ | 36.11 | 23.45 | 77.49 | - |
| YUV | 135.77 | 181.18 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 98 | 230 | 0.24 | 0.57 | 0 | 0.10 | 274.55 | 0.73 | 0.64 |
| Hex | AE | 62 | E6 | 18 | 39 | 0 | A | 113 | 49 | 40 |
| Octal | 256 | 142 | 346 | 30 | 71 | 0 | 12 | 423 | 111 | 100 |
| Binary | 10101110 | 1100010 | 11100110 | 11000 | 111001 | 0 | 1010 | 100010011 | 1001001 | 1000000 |
Color Harmonies of #AE62E6
Complementary color
Monochromatic Colors of #AE62E6
Black with #AE62E6
Text Example
Text Example
White with #AE62E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE62E6; }
p { color: rgb(174,98,230); }
H1.HeaderClassName
{
color: #AE62E6;
}
.AnyTagClassName
{
color: #AE62E6;
}
</style>
background-color css
<style>
a { background-color: #AE62E6; }
a { background-color: rgb(174,98,230); }
div.DivClassName
{
background-color: #AE62E6;
}
.BgClassName
{
background-color: #AE62E6;
}
</style>
border-color css
<style>
span { border-color: #AE62E6; }
span { border-color: rgb(174,98,230); }
td.TdClassName
{
border-color: #AE62E6;
}
.TagClassName
{
border-color: #AE62E6;
}
</style>