Shades of Medium Orchid #AE52C1
Tints of Medium Orchid #AE52C1
RGB
CMYK
RGB Variations
Color information
#AE52C1 (or 0xAE52C1) is known color: Medium Orchid. HEX triplet: AE, 52 and C1. RGB value is (174,82,193). Sum of RGB (Red+Green+Blue) = 174+82+193=449 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.75% from 449); Green value is 82 (32.42% from 255 or 18.26% from 449); Blue value is 193 (75.78% from 255 or 42.98% from 449); Max value from RGB is 193 - color contains mainly: blue. Hex color #AE52C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE52C1 is #51AD3E. Grayscale: #797979. Windows color (decimal): -5352767 or 12669614. OLE color: 12669614.
HSL color Cylindrical-coordinate representation of color #AE52C1: hue angle of 289.73º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AE52C1 is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 174 | 82 | 193 | - |
| CMYK | 0.10 | 0.58 | 0 | 0.24 |
| HSL | 289.73º | 0.47% | 0.54% | - |
| HSV(B) | 289.73º | 0.58% | 0.76% | - |
| XYZ | 30.1 | 18.88 | 52.51 | - |
| YUV | 122.16 | 167.98 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 82 | 193 | 0.10 | 0.58 | 0 | 0.24 | 289.73 | 0.47 | 0.54 |
| Hex | AE | 52 | C1 | A | 3A | 0 | 18 | 122 | 2F | 36 |
| Octal | 256 | 122 | 301 | 12 | 72 | 0 | 30 | 442 | 57 | 66 |
| Binary | 10101110 | 1010010 | 11000001 | 1010 | 111010 | 0 | 11000 | 100100010 | 101111 | 110110 |
Color Harmonies of #AE52C1
Complementary color
Monochromatic Colors of #AE52C1
Black with #AE52C1
Text Example
Text Example
White with #AE52C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE52C1; }
p { color: rgb(174,82,193); }
H1.HeaderClassName
{
color: #AE52C1;
}
.AnyTagClassName
{
color: #AE52C1;
}
</style>
background-color css
<style>
a { background-color: #AE52C1; }
a { background-color: rgb(174,82,193); }
div.DivClassName
{
background-color: #AE52C1;
}
.BgClassName
{
background-color: #AE52C1;
}
</style>
border-color css
<style>
span { border-color: #AE52C1; }
span { border-color: rgb(174,82,193); }
td.TdClassName
{
border-color: #AE52C1;
}
.TagClassName
{
border-color: #AE52C1;
}
</style>