Shades of Medium Orchid #A64EEC
Tints of Medium Orchid #A64EEC
RGB
CMYK
RGB Variations
Color information
#A64EEC (or 0xA64EEC) is known color: Medium Orchid. HEX triplet: A6, 4E and EC. RGB value is (166,78,236). Sum of RGB (Red+Green+Blue) = 166+78+236=480 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.58% from 480); Green value is 78 (30.86% from 255 or 16.25% from 480); Blue value is 236 (92.58% from 255 or 49.17% from 480); Max value from RGB is 236 - color contains mainly: blue. Hex color #A64EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A64EEC is #59B113. Grayscale: #797979. Windows color (decimal): -5878036 or 15486630. OLE color: 15486630.
HSL color Cylindrical-coordinate representation of color #A64EEC: hue angle of 273.42º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A64EEC is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 78 | 236 | - |
| CMYK | 0.30 | 0.67 | 0 | 0.07 |
| HSL | 273.42º | 0.81% | 0.62% | - |
| HSV(B) | 273.42º | 0.67% | 0.93% | - |
| XYZ | 33.59 | 19.61 | 81.37 | - |
| YUV | 122.32 | 192.15 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 78 | 236 | 0.30 | 0.67 | 0 | 0.07 | 273.42 | 0.81 | 0.62 |
| Hex | A6 | 4E | EC | 1E | 43 | 0 | 7 | 111 | 51 | 3E |
| Octal | 246 | 116 | 354 | 36 | 103 | 0 | 7 | 421 | 121 | 76 |
| Binary | 10100110 | 1001110 | 11101100 | 11110 | 1000011 | 0 | 111 | 100010001 | 1010001 | 111110 |
Color Harmonies of #A64EEC
Complementary color
Monochromatic Colors of #A64EEC
Black with #A64EEC
Text Example
Text Example
White with #A64EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64EEC; }
p { color: rgb(166,78,236); }
H1.HeaderClassName
{
color: #A64EEC;
}
.AnyTagClassName
{
color: #A64EEC;
}
</style>
background-color css
<style>
a { background-color: #A64EEC; }
a { background-color: rgb(166,78,236); }
div.DivClassName
{
background-color: #A64EEC;
}
.BgClassName
{
background-color: #A64EEC;
}
</style>
border-color css
<style>
span { border-color: #A64EEC; }
span { border-color: rgb(166,78,236); }
td.TdClassName
{
border-color: #A64EEC;
}
.TagClassName
{
border-color: #A64EEC;
}
</style>