Shades of Medium Orchid #AE5BDC
Tints of Medium Orchid #AE5BDC
RGB
CMYK
RGB Variations
Color information
#AE5BDC (or 0xAE5BDC) is known color: Medium Orchid. HEX triplet: AE, 5B and DC. RGB value is (174,91,220). Sum of RGB (Red+Green+Blue) = 174+91+220=485 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.88% from 485); Green value is 91 (35.94% from 255 or 18.76% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #AE5BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE5BDC is #51A423. Grayscale: #828282. Windows color (decimal): -5350436 or 14441390. OLE color: 14441390.
HSL color Cylindrical-coordinate representation of color #AE5BDC: hue angle of 278.6º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AE5BDC is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 91 | 220 | - |
| CMYK | 0.21 | 0.59 | 0 | 0.14 |
| HSL | 278.6º | 0.65% | 0.61% | - |
| HSV(B) | 278.6º | 0.59% | 0.86% | - |
| XYZ | 34.11 | 21.65 | 70.09 | - |
| YUV | 130.52 | 178.5 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 91 | 220 | 0.21 | 0.59 | 0 | 0.14 | 278.6 | 0.65 | 0.61 |
| Hex | AE | 5B | DC | 15 | 3B | 0 | E | 117 | 41 | 3D |
| Octal | 256 | 133 | 334 | 25 | 73 | 0 | 16 | 427 | 101 | 75 |
| Binary | 10101110 | 1011011 | 11011100 | 10101 | 111011 | 0 | 1110 | 100010111 | 1000001 | 111101 |
Color Harmonies of #AE5BDC
Complementary color
Monochromatic Colors of #AE5BDC
Black with #AE5BDC
Text Example
Text Example
White with #AE5BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5BDC; }
p { color: rgb(174,91,220); }
H1.HeaderClassName
{
color: #AE5BDC;
}
.AnyTagClassName
{
color: #AE5BDC;
}
</style>
background-color css
<style>
a { background-color: #AE5BDC; }
a { background-color: rgb(174,91,220); }
div.DivClassName
{
background-color: #AE5BDC;
}
.BgClassName
{
background-color: #AE5BDC;
}
</style>
border-color css
<style>
span { border-color: #AE5BDC; }
span { border-color: rgb(174,91,220); }
td.TdClassName
{
border-color: #AE5BDC;
}
.TagClassName
{
border-color: #AE5BDC;
}
</style>