Shades of Medium Orchid #AE67C0
Tints of Medium Orchid #AE67C0
RGB
CMYK
RGB Variations
Color information
#AE67C0 (or 0xAE67C0) is known color: Medium Orchid. HEX triplet: AE, 67 and C0. RGB value is (174,103,192). Sum of RGB (Red+Green+Blue) = 174+103+192=469 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.10% from 469); Green value is 103 (40.62% from 255 or 21.96% from 469); Blue value is 192 (75.39% from 255 or 40.94% from 469); Max value from RGB is 192 - color contains mainly: blue. Hex color #AE67C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE67C0 is #51983F. Grayscale: #868686. Windows color (decimal): -5347392 or 12609454. OLE color: 12609454.
HSL color Cylindrical-coordinate representation of color #AE67C0: hue angle of 287.87º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AE67C0 is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 174 | 103 | 192 | - |
| CMYK | 0.09 | 0.46 | 0 | 0.25 |
| HSL | 287.87º | 0.41% | 0.58% | - |
| HSV(B) | 287.87º | 0.46% | 0.75% | - |
| XYZ | 31.82 | 22.5 | 52.54 | - |
| YUV | 134.38 | 160.52 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 103 | 192 | 0.09 | 0.46 | 0 | 0.25 | 287.87 | 0.41 | 0.58 |
| Hex | AE | 67 | C0 | 9 | 2E | 0 | 19 | 120 | 29 | 3A |
| Octal | 256 | 147 | 300 | 11 | 56 | 0 | 31 | 440 | 51 | 72 |
| Binary | 10101110 | 1100111 | 11000000 | 1001 | 101110 | 0 | 11001 | 100100000 | 101001 | 111010 |
Color Harmonies of #AE67C0
Complementary color
Monochromatic Colors of #AE67C0
Black with #AE67C0
Text Example
Text Example
White with #AE67C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE67C0; }
p { color: rgb(174,103,192); }
H1.HeaderClassName
{
color: #AE67C0;
}
.AnyTagClassName
{
color: #AE67C0;
}
</style>
background-color css
<style>
a { background-color: #AE67C0; }
a { background-color: rgb(174,103,192); }
div.DivClassName
{
background-color: #AE67C0;
}
.BgClassName
{
background-color: #AE67C0;
}
</style>
border-color css
<style>
span { border-color: #AE67C0; }
span { border-color: rgb(174,103,192); }
td.TdClassName
{
border-color: #AE67C0;
}
.TagClassName
{
border-color: #AE67C0;
}
</style>