Shades of Medium Orchid #AE66BE
Tints of Medium Orchid #AE66BE
RGB
CMYK
RGB Variations
Color information
#AE66BE (or 0xAE66BE) is known color: Medium Orchid. HEX triplet: AE, 66 and BE. RGB value is (174,102,190). Sum of RGB (Red+Green+Blue) = 174+102+190=466 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.34% from 466); Green value is 102 (40.23% from 255 or 21.89% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 190 - color contains mainly: blue. Hex color #AE66BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE66BE is #519941. Grayscale: #858585. Windows color (decimal): -5347650 or 12478126. OLE color: 12478126.
HSL color Cylindrical-coordinate representation of color #AE66BE: hue angle of 289.09º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AE66BE is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 174 | 102 | 190 | - |
| CMYK | 0.08 | 0.46 | 0 | 0.25 |
| HSL | 289.09º | 0.4% | 0.57% | - |
| HSV(B) | 289.09º | 0.46% | 0.75% | - |
| XYZ | 31.5 | 22.22 | 51.34 | - |
| YUV | 133.56 | 159.85 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 102 | 190 | 0.08 | 0.46 | 0 | 0.25 | 289.09 | 0.4 | 0.57 |
| Hex | AE | 66 | BE | 8 | 2E | 0 | 19 | 121 | 28 | 39 |
| Octal | 256 | 146 | 276 | 10 | 56 | 0 | 31 | 441 | 50 | 71 |
| Binary | 10101110 | 1100110 | 10111110 | 1000 | 101110 | 0 | 11001 | 100100001 | 101000 | 111001 |
Color Harmonies of #AE66BE
Complementary color
Monochromatic Colors of #AE66BE
Black with #AE66BE
Text Example
Text Example
White with #AE66BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE66BE; }
p { color: rgb(174,102,190); }
H1.HeaderClassName
{
color: #AE66BE;
}
.AnyTagClassName
{
color: #AE66BE;
}
</style>
background-color css
<style>
a { background-color: #AE66BE; }
a { background-color: rgb(174,102,190); }
div.DivClassName
{
background-color: #AE66BE;
}
.BgClassName
{
background-color: #AE66BE;
}
</style>
border-color css
<style>
span { border-color: #AE66BE; }
span { border-color: rgb(174,102,190); }
td.TdClassName
{
border-color: #AE66BE;
}
.TagClassName
{
border-color: #AE66BE;
}
</style>