Shades of Medium Orchid #A64DEF
Tints of Medium Orchid #A64DEF
RGB
CMYK
RGB Variations
Color information
#A64DEF (or 0xA64DEF) is known color: Medium Orchid. HEX triplet: A6, 4D and EF. RGB value is (166,77,239). Sum of RGB (Red+Green+Blue) = 166+77+239=482 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.44% from 482); Green value is 77 (30.47% from 255 or 15.98% from 482); Blue value is 239 (93.75% from 255 or 49.59% from 482); Max value from RGB is 239 - color contains mainly: blue. Hex color #A64DEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A64DEF is #59B210. Grayscale: #797979. Windows color (decimal): -5878289 or 15682982. OLE color: 15682982.
HSL color Cylindrical-coordinate representation of color #A64DEF: hue angle of 272.96º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A64DEF is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 166 | 77 | 239 | - |
| CMYK | 0.31 | 0.68 | 0 | 0.06 |
| HSL | 272.96º | 0.84% | 0.62% | - |
| HSV(B) | 272.96º | 0.68% | 0.94% | - |
| XYZ | 33.96 | 19.65 | 83.66 | - |
| YUV | 122.08 | 193.99 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 77 | 239 | 0.31 | 0.68 | 0 | 0.06 | 272.96 | 0.84 | 0.62 |
| Hex | A6 | 4D | EF | 1F | 44 | 0 | 6 | 111 | 54 | 3E |
| Octal | 246 | 115 | 357 | 37 | 104 | 0 | 6 | 421 | 124 | 76 |
| Binary | 10100110 | 1001101 | 11101111 | 11111 | 1000100 | 0 | 110 | 100010001 | 1010100 | 111110 |
Color Harmonies of #A64DEF
Complementary color
Monochromatic Colors of #A64DEF
Black with #A64DEF
Text Example
Text Example
White with #A64DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64DEF; }
p { color: rgb(166,77,239); }
H1.HeaderClassName
{
color: #A64DEF;
}
.AnyTagClassName
{
color: #A64DEF;
}
</style>
background-color css
<style>
a { background-color: #A64DEF; }
a { background-color: rgb(166,77,239); }
div.DivClassName
{
background-color: #A64DEF;
}
.BgClassName
{
background-color: #A64DEF;
}
</style>
border-color css
<style>
span { border-color: #A64DEF; }
span { border-color: rgb(166,77,239); }
td.TdClassName
{
border-color: #A64DEF;
}
.TagClassName
{
border-color: #A64DEF;
}
</style>