Shades of Medium Orchid #A64FEB
Tints of Medium Orchid #A64FEB
RGB
CMYK
RGB Variations
Color information
#A64FEB (or 0xA64FEB) is known color: Medium Orchid. HEX triplet: A6, 4F and EB. RGB value is (166,79,235). Sum of RGB (Red+Green+Blue) = 166+79+235=480 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.58% from 480); Green value is 79 (31.25% from 255 or 16.46% from 480); Blue value is 235 (92.19% from 255 or 48.96% from 480); Max value from RGB is 235 - color contains mainly: blue. Hex color #A64FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A64FEB is #59B014. Grayscale: #7A7A7A. Windows color (decimal): -5877781 or 15421350. OLE color: 15421350.
HSL color Cylindrical-coordinate representation of color #A64FEB: hue angle of 273.46º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A64FEB is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 166 | 79 | 235 | - |
| CMYK | 0.29 | 0.66 | 0 | 0.08 |
| HSL | 273.46º | 0.8% | 0.62% | - |
| HSV(B) | 273.46º | 0.66% | 0.92% | - |
| XYZ | 33.52 | 19.7 | 80.63 | - |
| YUV | 122.8 | 191.32 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 79 | 235 | 0.29 | 0.66 | 0 | 0.08 | 273.46 | 0.8 | 0.62 |
| Hex | A6 | 4F | EB | 1D | 42 | 0 | 8 | 111 | 50 | 3E |
| Octal | 246 | 117 | 353 | 35 | 102 | 0 | 10 | 421 | 120 | 76 |
| Binary | 10100110 | 1001111 | 11101011 | 11101 | 1000010 | 0 | 1000 | 100010001 | 1010000 | 111110 |
Color Harmonies of #A64FEB
Complementary color
Monochromatic Colors of #A64FEB
Black with #A64FEB
Text Example
Text Example
White with #A64FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64FEB; }
p { color: rgb(166,79,235); }
H1.HeaderClassName
{
color: #A64FEB;
}
.AnyTagClassName
{
color: #A64FEB;
}
</style>
background-color css
<style>
a { background-color: #A64FEB; }
a { background-color: rgb(166,79,235); }
div.DivClassName
{
background-color: #A64FEB;
}
.BgClassName
{
background-color: #A64FEB;
}
</style>
border-color css
<style>
span { border-color: #A64FEB; }
span { border-color: rgb(166,79,235); }
td.TdClassName
{
border-color: #A64FEB;
}
.TagClassName
{
border-color: #A64FEB;
}
</style>