Shades of Medium Orchid #AE40D3
Tints of Medium Orchid #AE40D3
RGB
CMYK
RGB Variations
Color information
#AE40D3 (or 0xAE40D3) is known color: Medium Orchid. HEX triplet: AE, 40 and D3. RGB value is (174,64,211). Sum of RGB (Red+Green+Blue) = 174+64+211=449 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.75% from 449); Green value is 64 (25.39% from 255 or 14.25% from 449); Blue value is 211 (82.81% from 255 or 46.99% from 449); Max value from RGB is 211 - color contains mainly: blue. Hex color #AE40D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE40D3 is #51BF2C. Grayscale: #717171. Windows color (decimal): -5357357 or 13844654. OLE color: 13844654.
HSL color Cylindrical-coordinate representation of color #AE40D3: hue angle of 284.9º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AE40D3 is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 174 | 64 | 211 | - |
| CMYK | 0.18 | 0.70 | 0 | 0.17 |
| HSL | 284.9º | 0.63% | 0.54% | - |
| HSV(B) | 284.9º | 0.7% | 0.83% | - |
| XYZ | 31.05 | 17.37 | 63.34 | - |
| YUV | 113.65 | 182.94 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 64 | 211 | 0.18 | 0.70 | 0 | 0.17 | 284.9 | 0.63 | 0.54 |
| Hex | AE | 40 | D3 | 12 | 46 | 0 | 11 | 11D | 3F | 36 |
| Octal | 256 | 100 | 323 | 22 | 106 | 0 | 21 | 435 | 77 | 66 |
| Binary | 10101110 | 1000000 | 11010011 | 10010 | 1000110 | 0 | 10001 | 100011101 | 111111 | 110110 |
Color Harmonies of #AE40D3
Complementary color
Monochromatic Colors of #AE40D3
Black with #AE40D3
Text Example
Text Example
White with #AE40D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE40D3; }
p { color: rgb(174,64,211); }
H1.HeaderClassName
{
color: #AE40D3;
}
.AnyTagClassName
{
color: #AE40D3;
}
</style>
background-color css
<style>
a { background-color: #AE40D3; }
a { background-color: rgb(174,64,211); }
div.DivClassName
{
background-color: #AE40D3;
}
.BgClassName
{
background-color: #AE40D3;
}
</style>
border-color css
<style>
span { border-color: #AE40D3; }
span { border-color: rgb(174,64,211); }
td.TdClassName
{
border-color: #AE40D3;
}
.TagClassName
{
border-color: #AE40D3;
}
</style>