Shades of Medium Orchid #A64EF1
Tints of Medium Orchid #A64EF1
RGB
CMYK
RGB Variations
Color information
#A64EF1 (or 0xA64EF1) is known color: Medium Orchid. HEX triplet: A6, 4E and F1. RGB value is (166,78,241). Sum of RGB (Red+Green+Blue) = 166+78+241=485 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.23% from 485); Green value is 78 (30.86% from 255 or 16.08% from 485); Blue value is 241 (94.53% from 255 or 49.69% from 485); Max value from RGB is 241 - color contains mainly: blue. Hex color #A64EF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A64EF1 is #59B10E. Grayscale: #7A7A7A. Windows color (decimal): -5878031 or 15814310. OLE color: 15814310.
HSL color Cylindrical-coordinate representation of color #A64EF1: hue angle of 272.39º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A64EF1 is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 78 | 241 | - |
| CMYK | 0.31 | 0.68 | 0 | 0.05 |
| HSL | 272.39º | 0.85% | 0.63% | - |
| HSV(B) | 272.39º | 0.68% | 0.95% | - |
| XYZ | 34.33 | 19.91 | 85.25 | - |
| YUV | 122.89 | 194.65 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 78 | 241 | 0.31 | 0.68 | 0 | 0.05 | 272.39 | 0.85 | 0.63 |
| Hex | A6 | 4E | F1 | 1F | 44 | 0 | 5 | 110 | 55 | 3F |
| Octal | 246 | 116 | 361 | 37 | 104 | 0 | 5 | 420 | 125 | 77 |
| Binary | 10100110 | 1001110 | 11110001 | 11111 | 1000100 | 0 | 101 | 100010000 | 1010101 | 111111 |
Color Harmonies of #A64EF1
Complementary color
Monochromatic Colors of #A64EF1
Black with #A64EF1
Text Example
Text Example
White with #A64EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64EF1; }
p { color: rgb(166,78,241); }
H1.HeaderClassName
{
color: #A64EF1;
}
.AnyTagClassName
{
color: #A64EF1;
}
</style>
background-color css
<style>
a { background-color: #A64EF1; }
a { background-color: rgb(166,78,241); }
div.DivClassName
{
background-color: #A64EF1;
}
.BgClassName
{
background-color: #A64EF1;
}
</style>
border-color css
<style>
span { border-color: #A64EF1; }
span { border-color: rgb(166,78,241); }
td.TdClassName
{
border-color: #A64EF1;
}
.TagClassName
{
border-color: #A64EF1;
}
</style>