Shades of Medium Orchid #AE6BBF
Tints of Medium Orchid #AE6BBF
RGB
CMYK
RGB Variations
Color information
#AE6BBF (or 0xAE6BBF) is known color: Medium Orchid. HEX triplet: AE, 6B and BF. RGB value is (174,107,191). Sum of RGB (Red+Green+Blue) = 174+107+191=472 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.86% from 472); Green value is 107 (42.19% from 255 or 22.67% from 472); Blue value is 191 (75% from 255 or 40.47% from 472); Max value from RGB is 191 - color contains mainly: blue. Hex color #AE6BBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6BBF is #519440. Grayscale: #888888. Windows color (decimal): -5346369 or 12544942. OLE color: 12544942.
HSL color Cylindrical-coordinate representation of color #AE6BBF: hue angle of 287.86º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AE6BBF is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 174 | 107 | 191 | - |
| CMYK | 0.09 | 0.44 | 0 | 0.25 |
| HSL | 287.86º | 0.4% | 0.58% | - |
| HSV(B) | 287.86º | 0.44% | 0.75% | - |
| XYZ | 32.12 | 23.28 | 52.09 | - |
| YUV | 136.61 | 158.7 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 107 | 191 | 0.09 | 0.44 | 0 | 0.25 | 287.86 | 0.4 | 0.58 |
| Hex | AE | 6B | BF | 9 | 2C | 0 | 19 | 120 | 28 | 3A |
| Octal | 256 | 153 | 277 | 11 | 54 | 0 | 31 | 440 | 50 | 72 |
| Binary | 10101110 | 1101011 | 10111111 | 1001 | 101100 | 0 | 11001 | 100100000 | 101000 | 111010 |
Color Harmonies of #AE6BBF
Complementary color
Monochromatic Colors of #AE6BBF
Black with #AE6BBF
Text Example
Text Example
White with #AE6BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6BBF; }
p { color: rgb(174,107,191); }
H1.HeaderClassName
{
color: #AE6BBF;
}
.AnyTagClassName
{
color: #AE6BBF;
}
</style>
background-color css
<style>
a { background-color: #AE6BBF; }
a { background-color: rgb(174,107,191); }
div.DivClassName
{
background-color: #AE6BBF;
}
.BgClassName
{
background-color: #AE6BBF;
}
</style>
border-color css
<style>
span { border-color: #AE6BBF; }
span { border-color: rgb(174,107,191); }
td.TdClassName
{
border-color: #AE6BBF;
}
.TagClassName
{
border-color: #AE6BBF;
}
</style>