Shades of Medium Orchid #AE65C8
Tints of Medium Orchid #AE65C8
RGB
CMYK
RGB Variations
Color information
#AE65C8 (or 0xAE65C8) is known color: Medium Orchid. HEX triplet: AE, 65 and C8. RGB value is (174,101,200). Sum of RGB (Red+Green+Blue) = 174+101+200=475 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.63% from 475); Green value is 101 (39.84% from 255 or 21.26% from 475); Blue value is 200 (78.52% from 255 or 42.11% from 475); Max value from RGB is 200 - color contains mainly: blue. Hex color #AE65C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE65C8 is #519A37. Grayscale: #858585. Windows color (decimal): -5347896 or 13133230. OLE color: 13133230.
HSL color Cylindrical-coordinate representation of color #AE65C8: hue angle of 284.24º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AE65C8 is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 174 | 101 | 200 | - |
| CMYK | 0.13 | 0.49 | 0 | 0.22 |
| HSL | 284.24º | 0.47% | 0.59% | - |
| HSV(B) | 284.24º | 0.5% | 0.78% | - |
| XYZ | 32.53 | 22.48 | 57.27 | - |
| YUV | 134.11 | 165.18 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 101 | 200 | 0.13 | 0.49 | 0 | 0.22 | 284.24 | 0.47 | 0.59 |
| Hex | AE | 65 | C8 | D | 31 | 0 | 16 | 11C | 2F | 3B |
| Octal | 256 | 145 | 310 | 15 | 61 | 0 | 26 | 434 | 57 | 73 |
| Binary | 10101110 | 1100101 | 11001000 | 1101 | 110001 | 0 | 10110 | 100011100 | 101111 | 111011 |
Color Harmonies of #AE65C8
Complementary color
Monochromatic Colors of #AE65C8
Black with #AE65C8
Text Example
Text Example
White with #AE65C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE65C8; }
p { color: rgb(174,101,200); }
H1.HeaderClassName
{
color: #AE65C8;
}
.AnyTagClassName
{
color: #AE65C8;
}
</style>
background-color css
<style>
a { background-color: #AE65C8; }
a { background-color: rgb(174,101,200); }
div.DivClassName
{
background-color: #AE65C8;
}
.BgClassName
{
background-color: #AE65C8;
}
</style>
border-color css
<style>
span { border-color: #AE65C8; }
span { border-color: rgb(174,101,200); }
td.TdClassName
{
border-color: #AE65C8;
}
.TagClassName
{
border-color: #AE65C8;
}
</style>