Shades of Medium Orchid #AE5CCC
Tints of Medium Orchid #AE5CCC
RGB
CMYK
RGB Variations
Color information
#AE5CCC (or 0xAE5CCC) is known color: Medium Orchid. HEX triplet: AE, 5C and CC. RGB value is (174,92,204). Sum of RGB (Red+Green+Blue) = 174+92+204=470 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.02% from 470); Green value is 92 (36.33% from 255 or 19.57% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 204 - color contains mainly: blue. Hex color #AE5CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE5CCC is #51A333. Grayscale: #808080. Windows color (decimal): -5350196 or 13393070. OLE color: 13393070.
HSL color Cylindrical-coordinate representation of color #AE5CCC: hue angle of 283.93º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AE5CCC is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 174 | 92 | 204 | - |
| CMYK | 0.15 | 0.55 | 0 | 0.2 |
| HSL | 283.93º | 0.52% | 0.58% | - |
| HSV(B) | 283.93º | 0.55% | 0.8% | - |
| XYZ | 32.18 | 21.01 | 59.49 | - |
| YUV | 129.29 | 170.17 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 92 | 204 | 0.15 | 0.55 | 0 | 0.2 | 283.93 | 0.52 | 0.58 |
| Hex | AE | 5C | CC | F | 37 | 0 | 14 | 11C | 34 | 3A |
| Octal | 256 | 134 | 314 | 17 | 67 | 0 | 24 | 434 | 64 | 72 |
| Binary | 10101110 | 1011100 | 11001100 | 1111 | 110111 | 0 | 10100 | 100011100 | 110100 | 111010 |
Color Harmonies of #AE5CCC
Complementary color
Monochromatic Colors of #AE5CCC
Black with #AE5CCC
Text Example
Text Example
White with #AE5CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5CCC; }
p { color: rgb(174,92,204); }
H1.HeaderClassName
{
color: #AE5CCC;
}
.AnyTagClassName
{
color: #AE5CCC;
}
</style>
background-color css
<style>
a { background-color: #AE5CCC; }
a { background-color: rgb(174,92,204); }
div.DivClassName
{
background-color: #AE5CCC;
}
.BgClassName
{
background-color: #AE5CCC;
}
</style>
border-color css
<style>
span { border-color: #AE5CCC; }
span { border-color: rgb(174,92,204); }
td.TdClassName
{
border-color: #AE5CCC;
}
.TagClassName
{
border-color: #AE5CCC;
}
</style>