Shades of Medium Orchid #AE63CB
Tints of Medium Orchid #AE63CB
RGB
CMYK
RGB Variations
Color information
#AE63CB (or 0xAE63CB) is known color: Medium Orchid. HEX triplet: AE, 63 and CB. RGB value is (174,99,203). Sum of RGB (Red+Green+Blue) = 174+99+203=476 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.55% from 476); Green value is 99 (39.06% from 255 or 20.80% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 203 - color contains mainly: blue. Hex color #AE63CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE63CB is #519C34. Grayscale: #848484. Windows color (decimal): -5348405 or 13329326. OLE color: 13329326.
HSL color Cylindrical-coordinate representation of color #AE63CB: hue angle of 283.27º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AE63CB is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 99 | 203 | - |
| CMYK | 0.14 | 0.51 | 0 | 0.20 |
| HSL | 283.27º | 0.5% | 0.59% | - |
| HSV(B) | 283.27º | 0.51% | 0.8% | - |
| XYZ | 32.7 | 22.23 | 59.07 | - |
| YUV | 133.28 | 167.35 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 99 | 203 | 0.14 | 0.51 | 0 | 0.20 | 283.27 | 0.5 | 0.59 |
| Hex | AE | 63 | CB | E | 33 | 0 | 14 | 11B | 32 | 3B |
| Octal | 256 | 143 | 313 | 16 | 63 | 0 | 24 | 433 | 62 | 73 |
| Binary | 10101110 | 1100011 | 11001011 | 1110 | 110011 | 0 | 10100 | 100011011 | 110010 | 111011 |
Color Harmonies of #AE63CB
Complementary color
Monochromatic Colors of #AE63CB
Black with #AE63CB
Text Example
Text Example
White with #AE63CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE63CB; }
p { color: rgb(174,99,203); }
H1.HeaderClassName
{
color: #AE63CB;
}
.AnyTagClassName
{
color: #AE63CB;
}
</style>
background-color css
<style>
a { background-color: #AE63CB; }
a { background-color: rgb(174,99,203); }
div.DivClassName
{
background-color: #AE63CB;
}
.BgClassName
{
background-color: #AE63CB;
}
</style>
border-color css
<style>
span { border-color: #AE63CB; }
span { border-color: rgb(174,99,203); }
td.TdClassName
{
border-color: #AE63CB;
}
.TagClassName
{
border-color: #AE63CB;
}
</style>