Shades of Medium Orchid #A64EDB
Tints of Medium Orchid #A64EDB
RGB
CMYK
RGB Variations
Color information
#A64EDB (or 0xA64EDB) is known color: Medium Orchid. HEX triplet: A6, 4E and DB. RGB value is (166,78,219). Sum of RGB (Red+Green+Blue) = 166+78+219=463 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.85% from 463); Green value is 78 (30.86% from 255 or 16.85% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #A64EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A64EDB is #59B124. Grayscale: #777777. Windows color (decimal): -5878053 or 14372518. OLE color: 14372518.
HSL color Cylindrical-coordinate representation of color #A64EDB: hue angle of 277.45º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A64EDB is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 78 | 219 | - |
| CMYK | 0.24 | 0.64 | 0 | 0.14 |
| HSL | 277.45º | 0.66% | 0.58% | - |
| HSV(B) | 277.45º | 0.64% | 0.86% | - |
| XYZ | 31.24 | 18.67 | 68.98 | - |
| YUV | 120.39 | 183.65 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 78 | 219 | 0.24 | 0.64 | 0 | 0.14 | 277.45 | 0.66 | 0.58 |
| Hex | A6 | 4E | DB | 18 | 40 | 0 | E | 115 | 42 | 3A |
| Octal | 246 | 116 | 333 | 30 | 100 | 0 | 16 | 425 | 102 | 72 |
| Binary | 10100110 | 1001110 | 11011011 | 11000 | 1000000 | 0 | 1110 | 100010101 | 1000010 | 111010 |
Color Harmonies of #A64EDB
Complementary color
Monochromatic Colors of #A64EDB
Black with #A64EDB
Text Example
Text Example
White with #A64EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64EDB; }
p { color: rgb(166,78,219); }
H1.HeaderClassName
{
color: #A64EDB;
}
.AnyTagClassName
{
color: #A64EDB;
}
</style>
background-color css
<style>
a { background-color: #A64EDB; }
a { background-color: rgb(166,78,219); }
div.DivClassName
{
background-color: #A64EDB;
}
.BgClassName
{
background-color: #A64EDB;
}
</style>
border-color css
<style>
span { border-color: #A64EDB; }
span { border-color: rgb(166,78,219); }
td.TdClassName
{
border-color: #A64EDB;
}
.TagClassName
{
border-color: #A64EDB;
}
</style>