Shades of Medium Orchid #AE4ACE
Tints of Medium Orchid #AE4ACE
RGB
CMYK
RGB Variations
Color information
#AE4ACE (or 0xAE4ACE) is known color: Medium Orchid. HEX triplet: AE, 4A and CE. RGB value is (174,74,206). Sum of RGB (Red+Green+Blue) = 174+74+206=454 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.33% from 454); Green value is 74 (29.30% from 255 or 16.30% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 206 - color contains mainly: blue. Hex color #AE4ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE4ACE is #51B531. Grayscale: #767676. Windows color (decimal): -5354802 or 13519534. OLE color: 13519534.
HSL color Cylindrical-coordinate representation of color #AE4ACE: hue angle of 285.45º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AE4ACE is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 74 | 206 | - |
| CMYK | 0.16 | 0.64 | 0 | 0.19 |
| HSL | 285.45º | 0.57% | 0.55% | - |
| HSV(B) | 285.45º | 0.64% | 0.81% | - |
| XYZ | 31.04 | 18.35 | 60.3 | - |
| YUV | 118.95 | 177.13 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 74 | 206 | 0.16 | 0.64 | 0 | 0.19 | 285.45 | 0.57 | 0.55 |
| Hex | AE | 4A | CE | 10 | 40 | 0 | 13 | 11D | 39 | 37 |
| Octal | 256 | 112 | 316 | 20 | 100 | 0 | 23 | 435 | 71 | 67 |
| Binary | 10101110 | 1001010 | 11001110 | 10000 | 1000000 | 0 | 10011 | 100011101 | 111001 | 110111 |
Color Harmonies of #AE4ACE
Complementary color
Monochromatic Colors of #AE4ACE
Black with #AE4ACE
Text Example
Text Example
White with #AE4ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4ACE; }
p { color: rgb(174,74,206); }
H1.HeaderClassName
{
color: #AE4ACE;
}
.AnyTagClassName
{
color: #AE4ACE;
}
</style>
background-color css
<style>
a { background-color: #AE4ACE; }
a { background-color: rgb(174,74,206); }
div.DivClassName
{
background-color: #AE4ACE;
}
.BgClassName
{
background-color: #AE4ACE;
}
</style>
border-color css
<style>
span { border-color: #AE4ACE; }
span { border-color: rgb(174,74,206); }
td.TdClassName
{
border-color: #AE4ACE;
}
.TagClassName
{
border-color: #AE4ACE;
}
</style>