Shades of Medium Orchid #AE4DC1
Tints of Medium Orchid #AE4DC1
RGB
CMYK
RGB Variations
Color information
#AE4DC1 (or 0xAE4DC1) is known color: Medium Orchid. HEX triplet: AE, 4D and C1. RGB value is (174,77,193). Sum of RGB (Red+Green+Blue) = 174+77+193=444 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.19% from 444); Green value is 77 (30.47% from 255 or 17.34% from 444); Blue value is 193 (75.78% from 255 or 43.47% from 444); Max value from RGB is 193 - color contains mainly: blue. Hex color #AE4DC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE4DC1 is #51B23E. Grayscale: #767676. Windows color (decimal): -5354047 or 12668334. OLE color: 12668334.
HSL color Cylindrical-coordinate representation of color #AE4DC1: hue angle of 290.17º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AE4DC1 is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 174 | 77 | 193 | - |
| CMYK | 0.10 | 0.60 | 0 | 0.24 |
| HSL | 290.17º | 0.48% | 0.53% | - |
| HSV(B) | 290.17º | 0.6% | 0.76% | - |
| XYZ | 29.74 | 18.16 | 52.39 | - |
| YUV | 119.23 | 169.64 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 77 | 193 | 0.10 | 0.60 | 0 | 0.24 | 290.17 | 0.48 | 0.53 |
| Hex | AE | 4D | C1 | A | 3C | 0 | 18 | 122 | 30 | 35 |
| Octal | 256 | 115 | 301 | 12 | 74 | 0 | 30 | 442 | 60 | 65 |
| Binary | 10101110 | 1001101 | 11000001 | 1010 | 111100 | 0 | 11000 | 100100010 | 110000 | 110101 |
Color Harmonies of #AE4DC1
Complementary color
Monochromatic Colors of #AE4DC1
Black with #AE4DC1
Text Example
Text Example
White with #AE4DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4DC1; }
p { color: rgb(174,77,193); }
H1.HeaderClassName
{
color: #AE4DC1;
}
.AnyTagClassName
{
color: #AE4DC1;
}
</style>
background-color css
<style>
a { background-color: #AE4DC1; }
a { background-color: rgb(174,77,193); }
div.DivClassName
{
background-color: #AE4DC1;
}
.BgClassName
{
background-color: #AE4DC1;
}
</style>
border-color css
<style>
span { border-color: #AE4DC1; }
span { border-color: rgb(174,77,193); }
td.TdClassName
{
border-color: #AE4DC1;
}
.TagClassName
{
border-color: #AE4DC1;
}
</style>