Shades of Medium Orchid #A64DDE
Tints of Medium Orchid #A64DDE
RGB
CMYK
RGB Variations
Color information
#A64DDE (or 0xA64DDE) is known color: Medium Orchid. HEX triplet: A6, 4D and DE. RGB value is (166,77,222). Sum of RGB (Red+Green+Blue) = 166+77+222=465 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.70% from 465); Green value is 77 (30.47% from 255 or 16.56% from 465); Blue value is 222 (87.11% from 255 or 47.74% from 465); Max value from RGB is 222 - color contains mainly: blue. Hex color #A64DDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A64DDE is #59B221. Grayscale: #777777. Windows color (decimal): -5878306 or 14568870. OLE color: 14568870.
HSL color Cylindrical-coordinate representation of color #A64DDE: hue angle of 276.83º 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 #A64DDE is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 77 | 222 | - |
| CMYK | 0.25 | 0.65 | 0 | 0.13 |
| HSL | 276.83º | 0.69% | 0.59% | - |
| HSV(B) | 276.83º | 0.65% | 0.87% | - |
| XYZ | 31.56 | 18.69 | 71.05 | - |
| YUV | 120.14 | 185.49 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 77 | 222 | 0.25 | 0.65 | 0 | 0.13 | 276.83 | 0.69 | 0.59 |
| Hex | A6 | 4D | DE | 19 | 41 | 0 | D | 115 | 45 | 3B |
| Octal | 246 | 115 | 336 | 31 | 101 | 0 | 15 | 425 | 105 | 73 |
| Binary | 10100110 | 1001101 | 11011110 | 11001 | 1000001 | 0 | 1101 | 100010101 | 1000101 | 111011 |
Color Harmonies of #A64DDE
Complementary color
Monochromatic Colors of #A64DDE
Black with #A64DDE
Text Example
Text Example
White with #A64DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64DDE; }
p { color: rgb(166,77,222); }
H1.HeaderClassName
{
color: #A64DDE;
}
.AnyTagClassName
{
color: #A64DDE;
}
</style>
background-color css
<style>
a { background-color: #A64DDE; }
a { background-color: rgb(166,77,222); }
div.DivClassName
{
background-color: #A64DDE;
}
.BgClassName
{
background-color: #A64DDE;
}
</style>
border-color css
<style>
span { border-color: #A64DDE; }
span { border-color: rgb(166,77,222); }
td.TdClassName
{
border-color: #A64DDE;
}
.TagClassName
{
border-color: #A64DDE;
}
</style>