Shades of Medium Orchid #AE67C8
Tints of Medium Orchid #AE67C8
RGB
CMYK
RGB Variations
Color information
#AE67C8 (or 0xAE67C8) is known color: Medium Orchid. HEX triplet: AE, 67 and C8. RGB value is (174,103,200). Sum of RGB (Red+Green+Blue) = 174+103+200=477 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.48% from 477); Green value is 103 (40.62% from 255 or 21.59% from 477); Blue value is 200 (78.52% from 255 or 41.93% from 477); Max value from RGB is 200 - color contains mainly: blue. Hex color #AE67C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE67C8 is #519837. Grayscale: #868686. Windows color (decimal): -5347384 or 13133742. OLE color: 13133742.
HSL color Cylindrical-coordinate representation of color #AE67C8: hue angle of 283.92º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AE67C8 is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 174 | 103 | 200 | - |
| CMYK | 0.13 | 0.48 | 0 | 0.22 |
| HSL | 283.92º | 0.47% | 0.59% | - |
| HSV(B) | 283.92º | 0.49% | 0.78% | - |
| XYZ | 32.73 | 22.87 | 57.33 | - |
| YUV | 135.29 | 164.52 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 103 | 200 | 0.13 | 0.48 | 0 | 0.22 | 283.92 | 0.47 | 0.59 |
| Hex | AE | 67 | C8 | D | 30 | 0 | 16 | 11C | 2F | 3B |
| Octal | 256 | 147 | 310 | 15 | 60 | 0 | 26 | 434 | 57 | 73 |
| Binary | 10101110 | 1100111 | 11001000 | 1101 | 110000 | 0 | 10110 | 100011100 | 101111 | 111011 |
Color Harmonies of #AE67C8
Complementary color
Monochromatic Colors of #AE67C8
Black with #AE67C8
Text Example
Text Example
White with #AE67C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE67C8; }
p { color: rgb(174,103,200); }
H1.HeaderClassName
{
color: #AE67C8;
}
.AnyTagClassName
{
color: #AE67C8;
}
</style>
background-color css
<style>
a { background-color: #AE67C8; }
a { background-color: rgb(174,103,200); }
div.DivClassName
{
background-color: #AE67C8;
}
.BgClassName
{
background-color: #AE67C8;
}
</style>
border-color css
<style>
span { border-color: #AE67C8; }
span { border-color: rgb(174,103,200); }
td.TdClassName
{
border-color: #AE67C8;
}
.TagClassName
{
border-color: #AE67C8;
}
</style>