Shades of Medium Orchid #A64EDF
Tints of Medium Orchid #A64EDF
RGB
CMYK
RGB Variations
Color information
#A64EDF (or 0xA64EDF) is known color: Medium Orchid. HEX triplet: A6, 4E and DF. RGB value is (166,78,223). Sum of RGB (Red+Green+Blue) = 166+78+223=467 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.55% from 467); Green value is 78 (30.86% from 255 or 16.70% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #A64EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A64EDF is #59B120. Grayscale: #787878. Windows color (decimal): -5878049 or 14634662. OLE color: 14634662.
HSL color Cylindrical-coordinate representation of color #A64EDF: hue angle of 276.41º degrees, saturation: 0.69, 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 #A64EDF is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 78 | 223 | - |
| CMYK | 0.26 | 0.65 | 0 | 0.13 |
| HSL | 276.41º | 0.69% | 0.59% | - |
| HSV(B) | 276.41º | 0.65% | 0.87% | - |
| XYZ | 31.77 | 18.88 | 71.78 | - |
| YUV | 120.84 | 185.65 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 78 | 223 | 0.26 | 0.65 | 0 | 0.13 | 276.41 | 0.69 | 0.59 |
| Hex | A6 | 4E | DF | 1A | 41 | 0 | D | 114 | 45 | 3B |
| Octal | 246 | 116 | 337 | 32 | 101 | 0 | 15 | 424 | 105 | 73 |
| Binary | 10100110 | 1001110 | 11011111 | 11010 | 1000001 | 0 | 1101 | 100010100 | 1000101 | 111011 |
Color Harmonies of #A64EDF
Complementary color
Monochromatic Colors of #A64EDF
Black with #A64EDF
Text Example
Text Example
White with #A64EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64EDF; }
p { color: rgb(166,78,223); }
H1.HeaderClassName
{
color: #A64EDF;
}
.AnyTagClassName
{
color: #A64EDF;
}
</style>
background-color css
<style>
a { background-color: #A64EDF; }
a { background-color: rgb(166,78,223); }
div.DivClassName
{
background-color: #A64EDF;
}
.BgClassName
{
background-color: #A64EDF;
}
</style>
border-color css
<style>
span { border-color: #A64EDF; }
span { border-color: rgb(166,78,223); }
td.TdClassName
{
border-color: #A64EDF;
}
.TagClassName
{
border-color: #A64EDF;
}
</style>