Shades of Medium Orchid #AE52C5
Tints of Medium Orchid #AE52C5
RGB
CMYK
RGB Variations
Color information
#AE52C5 (or 0xAE52C5) is known color: Medium Orchid. HEX triplet: AE, 52 and C5. RGB value is (174,82,197). Sum of RGB (Red+Green+Blue) = 174+82+197=453 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.41% from 453); Green value is 82 (32.42% from 255 or 18.10% from 453); Blue value is 197 (77.34% from 255 or 43.49% from 453); Max value from RGB is 197 - color contains mainly: blue. Hex color #AE52C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE52C5 is #51AD3A. Grayscale: #7A7A7A. Windows color (decimal): -5352763 or 12931758. OLE color: 12931758.
HSL color Cylindrical-coordinate representation of color #AE52C5: hue angle of 288º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AE52C5 is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 174 | 82 | 197 | - |
| CMYK | 0.12 | 0.58 | 0 | 0.23 |
| HSL | 288º | 0.5% | 0.55% | - |
| HSV(B) | 288º | 0.58% | 0.77% | - |
| XYZ | 30.55 | 19.06 | 54.89 | - |
| YUV | 122.62 | 169.98 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 82 | 197 | 0.12 | 0.58 | 0 | 0.23 | 288 | 0.5 | 0.55 |
| Hex | AE | 52 | C5 | C | 3A | 0 | 17 | 120 | 32 | 37 |
| Octal | 256 | 122 | 305 | 14 | 72 | 0 | 27 | 440 | 62 | 67 |
| Binary | 10101110 | 1010010 | 11000101 | 1100 | 111010 | 0 | 10111 | 100100000 | 110010 | 110111 |
Color Harmonies of #AE52C5
Complementary color
Monochromatic Colors of #AE52C5
Black with #AE52C5
Text Example
Text Example
White with #AE52C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE52C5; }
p { color: rgb(174,82,197); }
H1.HeaderClassName
{
color: #AE52C5;
}
.AnyTagClassName
{
color: #AE52C5;
}
</style>
background-color css
<style>
a { background-color: #AE52C5; }
a { background-color: rgb(174,82,197); }
div.DivClassName
{
background-color: #AE52C5;
}
.BgClassName
{
background-color: #AE52C5;
}
</style>
border-color css
<style>
span { border-color: #AE52C5; }
span { border-color: rgb(174,82,197); }
td.TdClassName
{
border-color: #AE52C5;
}
.TagClassName
{
border-color: #AE52C5;
}
</style>