Shades of Medium Orchid #AE63DF
Tints of Medium Orchid #AE63DF
RGB
CMYK
RGB Variations
Color information
#AE63DF (or 0xAE63DF) is known color: Medium Orchid. HEX triplet: AE, 63 and DF. RGB value is (174,99,223). Sum of RGB (Red+Green+Blue) = 174+99+223=496 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.08% from 496); Green value is 99 (39.06% from 255 or 19.96% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 223 - color contains mainly: blue. Hex color #AE63DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE63DF is #519C20. Grayscale: #878787. Windows color (decimal): -5348385 or 14640046. OLE color: 14640046.
HSL color Cylindrical-coordinate representation of color #AE63DF: hue angle of 276.29º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AE63DF is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 99 | 223 | - |
| CMYK | 0.22 | 0.56 | 0 | 0.13 |
| HSL | 276.29º | 0.66% | 0.63% | - |
| HSV(B) | 276.29º | 0.56% | 0.87% | - |
| XYZ | 35.24 | 23.25 | 72.44 | - |
| YUV | 135.56 | 177.35 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 99 | 223 | 0.22 | 0.56 | 0 | 0.13 | 276.29 | 0.66 | 0.63 |
| Hex | AE | 63 | DF | 16 | 38 | 0 | D | 114 | 42 | 3F |
| Octal | 256 | 143 | 337 | 26 | 70 | 0 | 15 | 424 | 102 | 77 |
| Binary | 10101110 | 1100011 | 11011111 | 10110 | 111000 | 0 | 1101 | 100010100 | 1000010 | 111111 |
Color Harmonies of #AE63DF
Complementary color
Monochromatic Colors of #AE63DF
Black with #AE63DF
Text Example
Text Example
White with #AE63DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE63DF; }
p { color: rgb(174,99,223); }
H1.HeaderClassName
{
color: #AE63DF;
}
.AnyTagClassName
{
color: #AE63DF;
}
</style>
background-color css
<style>
a { background-color: #AE63DF; }
a { background-color: rgb(174,99,223); }
div.DivClassName
{
background-color: #AE63DF;
}
.BgClassName
{
background-color: #AE63DF;
}
</style>
border-color css
<style>
span { border-color: #AE63DF; }
span { border-color: rgb(174,99,223); }
td.TdClassName
{
border-color: #AE63DF;
}
.TagClassName
{
border-color: #AE63DF;
}
</style>