Shades of Medium Orchid #AE63D4
Tints of Medium Orchid #AE63D4
RGB
CMYK
RGB Variations
Color information
#AE63D4 (or 0xAE63D4) is known color: Medium Orchid. HEX triplet: AE, 63 and D4. RGB value is (174,99,212). Sum of RGB (Red+Green+Blue) = 174+99+212=485 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.88% from 485); Green value is 99 (39.06% from 255 or 20.41% from 485); Blue value is 212 (83.20% from 255 or 43.71% from 485); Max value from RGB is 212 - color contains mainly: blue. Hex color #AE63D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE63D4 is #519C2B. Grayscale: #858585. Windows color (decimal): -5348396 or 13919150. OLE color: 13919150.
HSL color Cylindrical-coordinate representation of color #AE63D4: hue angle of 279.82º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AE63D4 is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 174 | 99 | 212 | - |
| CMYK | 0.18 | 0.53 | 0 | 0.17 |
| HSL | 279.82º | 0.57% | 0.61% | - |
| HSV(B) | 279.82º | 0.53% | 0.83% | - |
| XYZ | 33.8 | 22.68 | 64.88 | - |
| YUV | 134.31 | 171.85 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 99 | 212 | 0.18 | 0.53 | 0 | 0.17 | 279.82 | 0.57 | 0.61 |
| Hex | AE | 63 | D4 | 12 | 35 | 0 | 11 | 118 | 39 | 3D |
| Octal | 256 | 143 | 324 | 22 | 65 | 0 | 21 | 430 | 71 | 75 |
| Binary | 10101110 | 1100011 | 11010100 | 10010 | 110101 | 0 | 10001 | 100011000 | 111001 | 111101 |
Color Harmonies of #AE63D4
Complementary color
Monochromatic Colors of #AE63D4
Black with #AE63D4
Text Example
Text Example
White with #AE63D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE63D4; }
p { color: rgb(174,99,212); }
H1.HeaderClassName
{
color: #AE63D4;
}
.AnyTagClassName
{
color: #AE63D4;
}
</style>
background-color css
<style>
a { background-color: #AE63D4; }
a { background-color: rgb(174,99,212); }
div.DivClassName
{
background-color: #AE63D4;
}
.BgClassName
{
background-color: #AE63D4;
}
</style>
border-color css
<style>
span { border-color: #AE63D4; }
span { border-color: rgb(174,99,212); }
td.TdClassName
{
border-color: #AE63D4;
}
.TagClassName
{
border-color: #AE63D4;
}
</style>