Shades of Medium Orchid #A64EDA
Tints of Medium Orchid #A64EDA
RGB
CMYK
RGB Variations
Color information
#A64EDA (or 0xA64EDA) is known color: Medium Orchid. HEX triplet: A6, 4E and DA. RGB value is (166,78,218). Sum of RGB (Red+Green+Blue) = 166+78+218=462 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.93% from 462); Green value is 78 (30.86% from 255 or 16.88% from 462); Blue value is 218 (85.55% from 255 or 47.19% from 462); Max value from RGB is 218 - color contains mainly: blue. Hex color #A64EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A64EDA is #59B125. Grayscale: #777777. Windows color (decimal): -5878054 or 14306982. OLE color: 14306982.
HSL color Cylindrical-coordinate representation of color #A64EDA: hue angle of 277.71º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A64EDA is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 78 | 218 | - |
| CMYK | 0.24 | 0.64 | 0 | 0.15 |
| HSL | 277.71º | 0.65% | 0.58% | - |
| HSV(B) | 277.71º | 0.64% | 0.85% | - |
| XYZ | 31.11 | 18.62 | 68.28 | - |
| YUV | 120.27 | 183.15 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 78 | 218 | 0.24 | 0.64 | 0 | 0.15 | 277.71 | 0.65 | 0.58 |
| Hex | A6 | 4E | DA | 18 | 40 | 0 | F | 116 | 41 | 3A |
| Octal | 246 | 116 | 332 | 30 | 100 | 0 | 17 | 426 | 101 | 72 |
| Binary | 10100110 | 1001110 | 11011010 | 11000 | 1000000 | 0 | 1111 | 100010110 | 1000001 | 111010 |
Color Harmonies of #A64EDA
Complementary color
Monochromatic Colors of #A64EDA
Black with #A64EDA
Text Example
Text Example
White with #A64EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64EDA; }
p { color: rgb(166,78,218); }
H1.HeaderClassName
{
color: #A64EDA;
}
.AnyTagClassName
{
color: #A64EDA;
}
</style>
background-color css
<style>
a { background-color: #A64EDA; }
a { background-color: rgb(166,78,218); }
div.DivClassName
{
background-color: #A64EDA;
}
.BgClassName
{
background-color: #A64EDA;
}
</style>
border-color css
<style>
span { border-color: #A64EDA; }
span { border-color: rgb(166,78,218); }
td.TdClassName
{
border-color: #A64EDA;
}
.TagClassName
{
border-color: #A64EDA;
}
</style>