Shades of Medium Orchid #AE63CE
Tints of Medium Orchid #AE63CE
RGB
CMYK
RGB Variations
Color information
#AE63CE (or 0xAE63CE) is known color: Medium Orchid. HEX triplet: AE, 63 and CE. RGB value is (174,99,206). Sum of RGB (Red+Green+Blue) = 174+99+206=479 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.33% from 479); Green value is 99 (39.06% from 255 or 20.67% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 206 - color contains mainly: blue. Hex color #AE63CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE63CE is #519C31. Grayscale: #858585. Windows color (decimal): -5348402 or 13525934. OLE color: 13525934.
HSL color Cylindrical-coordinate representation of color #AE63CE: hue angle of 282.06º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AE63CE is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 99 | 206 | - |
| CMYK | 0.16 | 0.52 | 0 | 0.19 |
| HSL | 282.06º | 0.52% | 0.6% | - |
| HSV(B) | 282.06º | 0.52% | 0.81% | - |
| XYZ | 33.06 | 22.38 | 60.97 | - |
| YUV | 133.62 | 168.85 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 99 | 206 | 0.16 | 0.52 | 0 | 0.19 | 282.06 | 0.52 | 0.6 |
| Hex | AE | 63 | CE | 10 | 34 | 0 | 13 | 11A | 34 | 3C |
| Octal | 256 | 143 | 316 | 20 | 64 | 0 | 23 | 432 | 64 | 74 |
| Binary | 10101110 | 1100011 | 11001110 | 10000 | 110100 | 0 | 10011 | 100011010 | 110100 | 111100 |
Color Harmonies of #AE63CE
Complementary color
Monochromatic Colors of #AE63CE
Black with #AE63CE
Text Example
Text Example
White with #AE63CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE63CE; }
p { color: rgb(174,99,206); }
H1.HeaderClassName
{
color: #AE63CE;
}
.AnyTagClassName
{
color: #AE63CE;
}
</style>
background-color css
<style>
a { background-color: #AE63CE; }
a { background-color: rgb(174,99,206); }
div.DivClassName
{
background-color: #AE63CE;
}
.BgClassName
{
background-color: #AE63CE;
}
</style>
border-color css
<style>
span { border-color: #AE63CE; }
span { border-color: rgb(174,99,206); }
td.TdClassName
{
border-color: #AE63CE;
}
.TagClassName
{
border-color: #AE63CE;
}
</style>