Shades of Medium Orchid #AE63C9
Tints of Medium Orchid #AE63C9
RGB
CMYK
RGB Variations
Color information
#AE63C9 (or 0xAE63C9) is known color: Medium Orchid. HEX triplet: AE, 63 and C9. RGB value is (174,99,201). Sum of RGB (Red+Green+Blue) = 174+99+201=474 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.71% from 474); Green value is 99 (39.06% from 255 or 20.89% from 474); Blue value is 201 (78.91% from 255 or 42.41% from 474); Max value from RGB is 201 - color contains mainly: blue. Hex color #AE63C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE63C9 is #519C36. Grayscale: #848484. Windows color (decimal): -5348407 or 13198254. OLE color: 13198254.
HSL color Cylindrical-coordinate representation of color #AE63C9: hue angle of 284.12º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AE63C9 is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 174 | 99 | 201 | - |
| CMYK | 0.13 | 0.51 | 0 | 0.21 |
| HSL | 284.12º | 0.49% | 0.59% | - |
| HSV(B) | 284.12º | 0.51% | 0.79% | - |
| XYZ | 32.46 | 22.14 | 57.82 | - |
| YUV | 133.05 | 166.35 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 99 | 201 | 0.13 | 0.51 | 0 | 0.21 | 284.12 | 0.49 | 0.59 |
| Hex | AE | 63 | C9 | D | 33 | 0 | 15 | 11C | 31 | 3B |
| Octal | 256 | 143 | 311 | 15 | 63 | 0 | 25 | 434 | 61 | 73 |
| Binary | 10101110 | 1100011 | 11001001 | 1101 | 110011 | 0 | 10101 | 100011100 | 110001 | 111011 |
Color Harmonies of #AE63C9
Complementary color
Monochromatic Colors of #AE63C9
Black with #AE63C9
Text Example
Text Example
White with #AE63C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE63C9; }
p { color: rgb(174,99,201); }
H1.HeaderClassName
{
color: #AE63C9;
}
.AnyTagClassName
{
color: #AE63C9;
}
</style>
background-color css
<style>
a { background-color: #AE63C9; }
a { background-color: rgb(174,99,201); }
div.DivClassName
{
background-color: #AE63C9;
}
.BgClassName
{
background-color: #AE63C9;
}
</style>
border-color css
<style>
span { border-color: #AE63C9; }
span { border-color: rgb(174,99,201); }
td.TdClassName
{
border-color: #AE63C9;
}
.TagClassName
{
border-color: #AE63C9;
}
</style>