Shades of Medium Orchid #AE47C8
Tints of Medium Orchid #AE47C8
RGB
CMYK
RGB Variations
Color information
#AE47C8 (or 0xAE47C8) is known color: Medium Orchid. HEX triplet: AE, 47 and C8. RGB value is (174,71,200). Sum of RGB (Red+Green+Blue) = 174+71+200=445 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.10% from 445); Green value is 71 (28.12% from 255 or 15.96% from 445); Blue value is 200 (78.52% from 255 or 44.94% from 445); Max value from RGB is 200 - color contains mainly: blue. Hex color #AE47C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE47C8 is #51B837. Grayscale: #747474. Windows color (decimal): -5355576 or 13125550. OLE color: 13125550.
HSL color Cylindrical-coordinate representation of color #AE47C8: hue angle of 287.91º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AE47C8 is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 174 | 71 | 200 | - |
| CMYK | 0.13 | 0.64 | 0 | 0.22 |
| HSL | 287.91º | 0.54% | 0.53% | - |
| HSV(B) | 287.91º | 0.65% | 0.78% | - |
| XYZ | 30.13 | 17.68 | 56.47 | - |
| YUV | 116.5 | 175.12 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 71 | 200 | 0.13 | 0.64 | 0 | 0.22 | 287.91 | 0.54 | 0.53 |
| Hex | AE | 47 | C8 | D | 40 | 0 | 16 | 120 | 36 | 35 |
| Octal | 256 | 107 | 310 | 15 | 100 | 0 | 26 | 440 | 66 | 65 |
| Binary | 10101110 | 1000111 | 11001000 | 1101 | 1000000 | 0 | 10110 | 100100000 | 110110 | 110101 |
Color Harmonies of #AE47C8
Complementary color
Monochromatic Colors of #AE47C8
Black with #AE47C8
Text Example
Text Example
White with #AE47C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE47C8; }
p { color: rgb(174,71,200); }
H1.HeaderClassName
{
color: #AE47C8;
}
.AnyTagClassName
{
color: #AE47C8;
}
</style>
background-color css
<style>
a { background-color: #AE47C8; }
a { background-color: rgb(174,71,200); }
div.DivClassName
{
background-color: #AE47C8;
}
.BgClassName
{
background-color: #AE47C8;
}
</style>
border-color css
<style>
span { border-color: #AE47C8; }
span { border-color: rgb(174,71,200); }
td.TdClassName
{
border-color: #AE47C8;
}
.TagClassName
{
border-color: #AE47C8;
}
</style>