Shades of Medium Orchid #AE55C2
Tints of Medium Orchid #AE55C2
RGB
CMYK
RGB Variations
Color information
#AE55C2 (or 0xAE55C2) is known color: Medium Orchid. HEX triplet: AE, 55 and C2. RGB value is (174,85,194). Sum of RGB (Red+Green+Blue) = 174+85+194=453 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.41% from 453); Green value is 85 (33.59% from 255 or 18.76% from 453); Blue value is 194 (76.17% from 255 or 42.83% from 453); Max value from RGB is 194 - color contains mainly: blue. Hex color #AE55C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE55C2 is #51AA3D. Grayscale: #7B7B7B. Windows color (decimal): -5351998 or 12735918. OLE color: 12735918.
HSL color Cylindrical-coordinate representation of color #AE55C2: hue angle of 288.99º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AE55C2 is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 174 | 85 | 194 | - |
| CMYK | 0.10 | 0.56 | 0 | 0.24 |
| HSL | 288.99º | 0.47% | 0.55% | - |
| HSV(B) | 288.99º | 0.56% | 0.76% | - |
| XYZ | 30.44 | 19.39 | 53.18 | - |
| YUV | 124.04 | 167.49 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 85 | 194 | 0.10 | 0.56 | 0 | 0.24 | 288.99 | 0.47 | 0.55 |
| Hex | AE | 55 | C2 | A | 38 | 0 | 18 | 121 | 2F | 37 |
| Octal | 256 | 125 | 302 | 12 | 70 | 0 | 30 | 441 | 57 | 67 |
| Binary | 10101110 | 1010101 | 11000010 | 1010 | 111000 | 0 | 11000 | 100100001 | 101111 | 110111 |
Color Harmonies of #AE55C2
Complementary color
Monochromatic Colors of #AE55C2
Black with #AE55C2
Text Example
Text Example
White with #AE55C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE55C2; }
p { color: rgb(174,85,194); }
H1.HeaderClassName
{
color: #AE55C2;
}
.AnyTagClassName
{
color: #AE55C2;
}
</style>
background-color css
<style>
a { background-color: #AE55C2; }
a { background-color: rgb(174,85,194); }
div.DivClassName
{
background-color: #AE55C2;
}
.BgClassName
{
background-color: #AE55C2;
}
</style>
border-color css
<style>
span { border-color: #AE55C2; }
span { border-color: rgb(174,85,194); }
td.TdClassName
{
border-color: #AE55C2;
}
.TagClassName
{
border-color: #AE55C2;
}
</style>