Shades of Medium Orchid #A64EF6
Tints of Medium Orchid #A64EF6
RGB
CMYK
RGB Variations
Color information
#A64EF6 (or 0xA64EF6) is known color: Medium Orchid. HEX triplet: A6, 4E and F6. RGB value is (166,78,246). Sum of RGB (Red+Green+Blue) = 166+78+246=490 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.88% from 490); Green value is 78 (30.86% from 255 or 15.92% from 490); Blue value is 246 (96.48% from 255 or 50.20% from 490); Max value from RGB is 246 - color contains mainly: blue. Hex color #A64EF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A64EF6 is #59B109. Grayscale: #7A7A7A. Windows color (decimal): -5878026 or 16141990. OLE color: 16141990.
HSL color Cylindrical-coordinate representation of color #A64EF6: hue angle of 271.43º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A64EF6 is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 166 | 78 | 246 | - |
| CMYK | 0.33 | 0.68 | 0 | 0.04 |
| HSL | 271.43º | 0.9% | 0.64% | - |
| HSV(B) | 271.43º | 0.68% | 0.96% | - |
| XYZ | 35.08 | 20.21 | 89.24 | - |
| YUV | 123.46 | 197.15 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 78 | 246 | 0.33 | 0.68 | 0 | 0.04 | 271.43 | 0.9 | 0.64 |
| Hex | A6 | 4E | F6 | 21 | 44 | 0 | 4 | 10F | 5A | 40 |
| Octal | 246 | 116 | 366 | 41 | 104 | 0 | 4 | 417 | 132 | 100 |
| Binary | 10100110 | 1001110 | 11110110 | 100001 | 1000100 | 0 | 100 | 100001111 | 1011010 | 1000000 |
Color Harmonies of #A64EF6
Complementary color
Monochromatic Colors of #A64EF6
Black with #A64EF6
Text Example
Text Example
White with #A64EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64EF6; }
p { color: rgb(166,78,246); }
H1.HeaderClassName
{
color: #A64EF6;
}
.AnyTagClassName
{
color: #A64EF6;
}
</style>
background-color css
<style>
a { background-color: #A64EF6; }
a { background-color: rgb(166,78,246); }
div.DivClassName
{
background-color: #A64EF6;
}
.BgClassName
{
background-color: #A64EF6;
}
</style>
border-color css
<style>
span { border-color: #A64EF6; }
span { border-color: rgb(166,78,246); }
td.TdClassName
{
border-color: #A64EF6;
}
.TagClassName
{
border-color: #A64EF6;
}
</style>