Shades of Medium Orchid #AE63DC
Tints of Medium Orchid #AE63DC
RGB
CMYK
RGB Variations
Color information
#AE63DC (or 0xAE63DC) is known color: Medium Orchid. HEX triplet: AE, 63 and DC. RGB value is (174,99,220). Sum of RGB (Red+Green+Blue) = 174+99+220=493 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.29% from 493); Green value is 99 (39.06% from 255 or 20.08% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 220 - color contains mainly: blue. Hex color #AE63DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE63DC is #519C23. Grayscale: #868686. Windows color (decimal): -5348388 or 14443438. OLE color: 14443438.
HSL color Cylindrical-coordinate representation of color #AE63DC: hue angle of 277.19º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AE63DC is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 99 | 220 | - |
| CMYK | 0.21 | 0.55 | 0 | 0.14 |
| HSL | 277.19º | 0.63% | 0.63% | - |
| HSV(B) | 277.19º | 0.55% | 0.86% | - |
| XYZ | 34.84 | 23.09 | 70.33 | - |
| YUV | 135.22 | 175.85 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 99 | 220 | 0.21 | 0.55 | 0 | 0.14 | 277.19 | 0.63 | 0.63 |
| Hex | AE | 63 | DC | 15 | 37 | 0 | E | 115 | 3F | 3F |
| Octal | 256 | 143 | 334 | 25 | 67 | 0 | 16 | 425 | 77 | 77 |
| Binary | 10101110 | 1100011 | 11011100 | 10101 | 110111 | 0 | 1110 | 100010101 | 111111 | 111111 |
Color Harmonies of #AE63DC
Complementary color
Monochromatic Colors of #AE63DC
Black with #AE63DC
Text Example
Text Example
White with #AE63DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE63DC; }
p { color: rgb(174,99,220); }
H1.HeaderClassName
{
color: #AE63DC;
}
.AnyTagClassName
{
color: #AE63DC;
}
</style>
background-color css
<style>
a { background-color: #AE63DC; }
a { background-color: rgb(174,99,220); }
div.DivClassName
{
background-color: #AE63DC;
}
.BgClassName
{
background-color: #AE63DC;
}
</style>
border-color css
<style>
span { border-color: #AE63DC; }
span { border-color: rgb(174,99,220); }
td.TdClassName
{
border-color: #AE63DC;
}
.TagClassName
{
border-color: #AE63DC;
}
</style>