Shades of Medium Orchid #AE62E5
Tints of Medium Orchid #AE62E5
RGB
CMYK
RGB Variations
Color information
#AE62E5 (or 0xAE62E5) is known color: Medium Orchid. HEX triplet: AE, 62 and E5. RGB value is (174,98,229). Sum of RGB (Red+Green+Blue) = 174+98+229=501 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.73% from 501); Green value is 98 (38.67% from 255 or 19.56% from 501); Blue value is 229 (89.84% from 255 or 45.71% from 501); Max value from RGB is 229 - color contains mainly: blue. Hex color #AE62E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE62E5 is #519D1A. Grayscale: #878787. Windows color (decimal): -5348635 or 15033006. OLE color: 15033006.
HSL color Cylindrical-coordinate representation of color #AE62E5: hue angle of 274.81º degrees, saturation: 0.72, 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 #AE62E5 is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 174 | 98 | 229 | - |
| CMYK | 0.24 | 0.57 | 0 | 0.10 |
| HSL | 274.81º | 0.72% | 0.64% | - |
| HSV(B) | 274.81º | 0.57% | 0.9% | - |
| XYZ | 35.97 | 23.39 | 76.75 | - |
| YUV | 135.66 | 180.68 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 98 | 229 | 0.24 | 0.57 | 0 | 0.10 | 274.81 | 0.72 | 0.64 |
| Hex | AE | 62 | E5 | 18 | 39 | 0 | A | 113 | 48 | 40 |
| Octal | 256 | 142 | 345 | 30 | 71 | 0 | 12 | 423 | 110 | 100 |
| Binary | 10101110 | 1100010 | 11100101 | 11000 | 111001 | 0 | 1010 | 100010011 | 1001000 | 1000000 |
Color Harmonies of #AE62E5
Complementary color
Monochromatic Colors of #AE62E5
Black with #AE62E5
Text Example
Text Example
White with #AE62E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE62E5; }
p { color: rgb(174,98,229); }
H1.HeaderClassName
{
color: #AE62E5;
}
.AnyTagClassName
{
color: #AE62E5;
}
</style>
background-color css
<style>
a { background-color: #AE62E5; }
a { background-color: rgb(174,98,229); }
div.DivClassName
{
background-color: #AE62E5;
}
.BgClassName
{
background-color: #AE62E5;
}
</style>
border-color css
<style>
span { border-color: #AE62E5; }
span { border-color: rgb(174,98,229); }
td.TdClassName
{
border-color: #AE62E5;
}
.TagClassName
{
border-color: #AE62E5;
}
</style>