Shades of Medium Orchid #AE64CC
Tints of Medium Orchid #AE64CC
RGB
CMYK
RGB Variations
Color information
#AE64CC (or 0xAE64CC) is known color: Medium Orchid. HEX triplet: AE, 64 and CC. RGB value is (174,100,204). Sum of RGB (Red+Green+Blue) = 174+100+204=478 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.40% from 478); Green value is 100 (39.45% from 255 or 20.92% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 204 - color contains mainly: blue. Hex color #AE64CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE64CC is #519B33. Grayscale: #858585. Windows color (decimal): -5348148 or 13395118. OLE color: 13395118.
HSL color Cylindrical-coordinate representation of color #AE64CC: hue angle of 282.69º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AE64CC is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 174 | 100 | 204 | - |
| CMYK | 0.15 | 0.51 | 0 | 0.2 |
| HSL | 282.69º | 0.5% | 0.6% | - |
| HSV(B) | 282.69º | 0.51% | 0.8% | - |
| XYZ | 32.91 | 22.47 | 59.73 | - |
| YUV | 133.98 | 167.52 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 100 | 204 | 0.15 | 0.51 | 0 | 0.2 | 282.69 | 0.5 | 0.6 |
| Hex | AE | 64 | CC | F | 33 | 0 | 14 | 11B | 32 | 3C |
| Octal | 256 | 144 | 314 | 17 | 63 | 0 | 24 | 433 | 62 | 74 |
| Binary | 10101110 | 1100100 | 11001100 | 1111 | 110011 | 0 | 10100 | 100011011 | 110010 | 111100 |
Color Harmonies of #AE64CC
Complementary color
Monochromatic Colors of #AE64CC
Black with #AE64CC
Text Example
Text Example
White with #AE64CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE64CC; }
p { color: rgb(174,100,204); }
H1.HeaderClassName
{
color: #AE64CC;
}
.AnyTagClassName
{
color: #AE64CC;
}
</style>
background-color css
<style>
a { background-color: #AE64CC; }
a { background-color: rgb(174,100,204); }
div.DivClassName
{
background-color: #AE64CC;
}
.BgClassName
{
background-color: #AE64CC;
}
</style>
border-color css
<style>
span { border-color: #AE64CC; }
span { border-color: rgb(174,100,204); }
td.TdClassName
{
border-color: #AE64CC;
}
.TagClassName
{
border-color: #AE64CC;
}
</style>