Shades of Medium Orchid #AE46C8
Tints of Medium Orchid #AE46C8
RGB
CMYK
RGB Variations
Color information
#AE46C8 (or 0xAE46C8) is known color: Medium Orchid. HEX triplet: AE, 46 and C8. RGB value is (174,70,200). Sum of RGB (Red+Green+Blue) = 174+70+200=444 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.19% from 444); Green value is 70 (27.73% from 255 or 15.77% from 444); Blue value is 200 (78.52% from 255 or 45.05% from 444); Max value from RGB is 200 - color contains mainly: blue. Hex color #AE46C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE46C8 is #51B937. Grayscale: #737373. Windows color (decimal): -5355832 or 13125294. OLE color: 13125294.
HSL color Cylindrical-coordinate representation of color #AE46C8: hue angle of 288º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AE46C8 is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 174 | 70 | 200 | - |
| CMYK | 0.13 | 0.65 | 0 | 0.22 |
| HSL | 288º | 0.54% | 0.53% | - |
| HSV(B) | 288º | 0.65% | 0.78% | - |
| XYZ | 30.07 | 17.55 | 56.45 | - |
| YUV | 115.92 | 175.46 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 70 | 200 | 0.13 | 0.65 | 0 | 0.22 | 288 | 0.54 | 0.53 |
| Hex | AE | 46 | C8 | D | 41 | 0 | 16 | 120 | 36 | 35 |
| Octal | 256 | 106 | 310 | 15 | 101 | 0 | 26 | 440 | 66 | 65 |
| Binary | 10101110 | 1000110 | 11001000 | 1101 | 1000001 | 0 | 10110 | 100100000 | 110110 | 110101 |
Color Harmonies of #AE46C8
Complementary color
Monochromatic Colors of #AE46C8
Black with #AE46C8
Text Example
Text Example
White with #AE46C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE46C8; }
p { color: rgb(174,70,200); }
H1.HeaderClassName
{
color: #AE46C8;
}
.AnyTagClassName
{
color: #AE46C8;
}
</style>
background-color css
<style>
a { background-color: #AE46C8; }
a { background-color: rgb(174,70,200); }
div.DivClassName
{
background-color: #AE46C8;
}
.BgClassName
{
background-color: #AE46C8;
}
</style>
border-color css
<style>
span { border-color: #AE46C8; }
span { border-color: rgb(174,70,200); }
td.TdClassName
{
border-color: #AE46C8;
}
.TagClassName
{
border-color: #AE46C8;
}
</style>