Shades of Medium Orchid #AE63E6
Tints of Medium Orchid #AE63E6
RGB
CMYK
RGB Variations
Color information
#AE63E6 (or 0xAE63E6) is known color: Medium Orchid. HEX triplet: AE, 63 and E6. RGB value is (174,99,230). Sum of RGB (Red+Green+Blue) = 174+99+230=503 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.59% from 503); Green value is 99 (39.06% from 255 or 19.68% from 503); Blue value is 230 (90.23% from 255 or 45.73% from 503); Max value from RGB is 230 - color contains mainly: blue. Hex color #AE63E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE63E6 is #519C19. Grayscale: #878787. Windows color (decimal): -5348378 or 15098798. OLE color: 15098798.
HSL color Cylindrical-coordinate representation of color #AE63E6: hue angle of 274.35º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AE63E6 is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 174 | 99 | 230 | - |
| CMYK | 0.24 | 0.57 | 0 | 0.10 |
| HSL | 274.35º | 0.72% | 0.65% | - |
| HSV(B) | 274.35º | 0.57% | 0.9% | - |
| XYZ | 36.2 | 23.64 | 77.52 | - |
| YUV | 136.36 | 180.85 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 99 | 230 | 0.24 | 0.57 | 0 | 0.10 | 274.35 | 0.72 | 0.65 |
| Hex | AE | 63 | E6 | 18 | 39 | 0 | A | 112 | 48 | 41 |
| Octal | 256 | 143 | 346 | 30 | 71 | 0 | 12 | 422 | 110 | 101 |
| Binary | 10101110 | 1100011 | 11100110 | 11000 | 111001 | 0 | 1010 | 100010010 | 1001000 | 1000001 |
Color Harmonies of #AE63E6
Complementary color
Monochromatic Colors of #AE63E6
Black with #AE63E6
Text Example
Text Example
White with #AE63E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE63E6; }
p { color: rgb(174,99,230); }
H1.HeaderClassName
{
color: #AE63E6;
}
.AnyTagClassName
{
color: #AE63E6;
}
</style>
background-color css
<style>
a { background-color: #AE63E6; }
a { background-color: rgb(174,99,230); }
div.DivClassName
{
background-color: #AE63E6;
}
.BgClassName
{
background-color: #AE63E6;
}
</style>
border-color css
<style>
span { border-color: #AE63E6; }
span { border-color: rgb(174,99,230); }
td.TdClassName
{
border-color: #AE63E6;
}
.TagClassName
{
border-color: #AE63E6;
}
</style>