Shades of Medium Orchid #AE65D0
Tints of Medium Orchid #AE65D0
RGB
CMYK
RGB Variations
Color information
#AE65D0 (or 0xAE65D0) is known color: Medium Orchid. HEX triplet: AE, 65 and D0. RGB value is (174,101,208). Sum of RGB (Red+Green+Blue) = 174+101+208=483 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.02% from 483); Green value is 101 (39.84% from 255 or 20.91% from 483); Blue value is 208 (81.64% from 255 or 43.06% from 483); Max value from RGB is 208 - color contains mainly: blue. Hex color #AE65D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE65D0 is #519A2F. Grayscale: #868686. Windows color (decimal): -5347888 or 13657518. OLE color: 13657518.
HSL color Cylindrical-coordinate representation of color #AE65D0: hue angle of 280.93º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AE65D0 is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 101 | 208 | - |
| CMYK | 0.16 | 0.51 | 0 | 0.18 |
| HSL | 280.93º | 0.53% | 0.61% | - |
| HSV(B) | 280.93º | 0.51% | 0.82% | - |
| XYZ | 33.49 | 22.86 | 62.32 | - |
| YUV | 135.03 | 169.18 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 101 | 208 | 0.16 | 0.51 | 0 | 0.18 | 280.93 | 0.53 | 0.61 |
| Hex | AE | 65 | D0 | 10 | 33 | 0 | 12 | 119 | 35 | 3D |
| Octal | 256 | 145 | 320 | 20 | 63 | 0 | 22 | 431 | 65 | 75 |
| Binary | 10101110 | 1100101 | 11010000 | 10000 | 110011 | 0 | 10010 | 100011001 | 110101 | 111101 |
Color Harmonies of #AE65D0
Complementary color
Monochromatic Colors of #AE65D0
Black with #AE65D0
Text Example
Text Example
White with #AE65D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE65D0; }
p { color: rgb(174,101,208); }
H1.HeaderClassName
{
color: #AE65D0;
}
.AnyTagClassName
{
color: #AE65D0;
}
</style>
background-color css
<style>
a { background-color: #AE65D0; }
a { background-color: rgb(174,101,208); }
div.DivClassName
{
background-color: #AE65D0;
}
.BgClassName
{
background-color: #AE65D0;
}
</style>
border-color css
<style>
span { border-color: #AE65D0; }
span { border-color: rgb(174,101,208); }
td.TdClassName
{
border-color: #AE65D0;
}
.TagClassName
{
border-color: #AE65D0;
}
</style>