Shades of Medium Orchid #A64EDD
Tints of Medium Orchid #A64EDD
RGB
CMYK
RGB Variations
Color information
#A64EDD (or 0xA64EDD) is known color: Medium Orchid. HEX triplet: A6, 4E and DD. RGB value is (166,78,221). Sum of RGB (Red+Green+Blue) = 166+78+221=465 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.70% from 465); Green value is 78 (30.86% from 255 or 16.77% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #A64EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A64EDD is #59B122. Grayscale: #787878. Windows color (decimal): -5878051 or 14503590. OLE color: 14503590.
HSL color Cylindrical-coordinate representation of color #A64EDD: hue angle of 276.92º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A64EDD is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 78 | 221 | - |
| CMYK | 0.25 | 0.65 | 0 | 0.13 |
| HSL | 276.92º | 0.68% | 0.59% | - |
| HSV(B) | 276.92º | 0.65% | 0.87% | - |
| XYZ | 31.5 | 18.78 | 70.37 | - |
| YUV | 120.61 | 184.65 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 78 | 221 | 0.25 | 0.65 | 0 | 0.13 | 276.92 | 0.68 | 0.59 |
| Hex | A6 | 4E | DD | 19 | 41 | 0 | D | 115 | 44 | 3B |
| Octal | 246 | 116 | 335 | 31 | 101 | 0 | 15 | 425 | 104 | 73 |
| Binary | 10100110 | 1001110 | 11011101 | 11001 | 1000001 | 0 | 1101 | 100010101 | 1000100 | 111011 |
Color Harmonies of #A64EDD
Complementary color
Monochromatic Colors of #A64EDD
Black with #A64EDD
Text Example
Text Example
White with #A64EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64EDD; }
p { color: rgb(166,78,221); }
H1.HeaderClassName
{
color: #A64EDD;
}
.AnyTagClassName
{
color: #A64EDD;
}
</style>
background-color css
<style>
a { background-color: #A64EDD; }
a { background-color: rgb(166,78,221); }
div.DivClassName
{
background-color: #A64EDD;
}
.BgClassName
{
background-color: #A64EDD;
}
</style>
border-color css
<style>
span { border-color: #A64EDD; }
span { border-color: rgb(166,78,221); }
td.TdClassName
{
border-color: #A64EDD;
}
.TagClassName
{
border-color: #A64EDD;
}
</style>