Shades of Medium Orchid #AE63DD
Tints of Medium Orchid #AE63DD
RGB
CMYK
RGB Variations
Color information
#AE63DD (or 0xAE63DD) is known color: Medium Orchid. HEX triplet: AE, 63 and DD. RGB value is (174,99,221). Sum of RGB (Red+Green+Blue) = 174+99+221=494 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.22% from 494); Green value is 99 (39.06% from 255 or 20.04% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #AE63DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE63DD is #519C22. Grayscale: #868686. Windows color (decimal): -5348387 or 14508974. OLE color: 14508974.
HSL color Cylindrical-coordinate representation of color #AE63DD: hue angle of 276.89º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AE63DD is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 99 | 221 | - |
| CMYK | 0.21 | 0.55 | 0 | 0.13 |
| HSL | 276.89º | 0.64% | 0.63% | - |
| HSV(B) | 276.89º | 0.55% | 0.87% | - |
| XYZ | 34.97 | 23.14 | 71.03 | - |
| YUV | 135.33 | 176.35 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 99 | 221 | 0.21 | 0.55 | 0 | 0.13 | 276.89 | 0.64 | 0.63 |
| Hex | AE | 63 | DD | 15 | 37 | 0 | D | 115 | 40 | 3F |
| Octal | 256 | 143 | 335 | 25 | 67 | 0 | 15 | 425 | 100 | 77 |
| Binary | 10101110 | 1100011 | 11011101 | 10101 | 110111 | 0 | 1101 | 100010101 | 1000000 | 111111 |
Color Harmonies of #AE63DD
Complementary color
Monochromatic Colors of #AE63DD
Black with #AE63DD
Text Example
Text Example
White with #AE63DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE63DD; }
p { color: rgb(174,99,221); }
H1.HeaderClassName
{
color: #AE63DD;
}
.AnyTagClassName
{
color: #AE63DD;
}
</style>
background-color css
<style>
a { background-color: #AE63DD; }
a { background-color: rgb(174,99,221); }
div.DivClassName
{
background-color: #AE63DD;
}
.BgClassName
{
background-color: #AE63DD;
}
</style>
border-color css
<style>
span { border-color: #AE63DD; }
span { border-color: rgb(174,99,221); }
td.TdClassName
{
border-color: #AE63DD;
}
.TagClassName
{
border-color: #AE63DD;
}
</style>