Shades of Medium Orchid #A64FEE
Tints of Medium Orchid #A64FEE
RGB
CMYK
RGB Variations
Color information
#A64FEE (or 0xA64FEE) is known color: Medium Orchid. HEX triplet: A6, 4F and EE. RGB value is (166,79,238). Sum of RGB (Red+Green+Blue) = 166+79+238=483 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.37% from 483); Green value is 79 (31.25% from 255 or 16.36% from 483); Blue value is 238 (93.36% from 255 or 49.28% from 483); Max value from RGB is 238 - color contains mainly: blue. Hex color #A64FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A64FEE is #59B011. Grayscale: #7A7A7A. Windows color (decimal): -5877778 or 15617958. OLE color: 15617958.
HSL color Cylindrical-coordinate representation of color #A64FEE: hue angle of 272.83º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A64FEE is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 79 | 238 | - |
| CMYK | 0.30 | 0.67 | 0 | 0.07 |
| HSL | 272.83º | 0.82% | 0.62% | - |
| HSV(B) | 272.83º | 0.67% | 0.93% | - |
| XYZ | 33.95 | 19.87 | 82.94 | - |
| YUV | 123.14 | 192.82 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 79 | 238 | 0.30 | 0.67 | 0 | 0.07 | 272.83 | 0.82 | 0.62 |
| Hex | A6 | 4F | EE | 1E | 43 | 0 | 7 | 111 | 52 | 3E |
| Octal | 246 | 117 | 356 | 36 | 103 | 0 | 7 | 421 | 122 | 76 |
| Binary | 10100110 | 1001111 | 11101110 | 11110 | 1000011 | 0 | 111 | 100010001 | 1010010 | 111110 |
Color Harmonies of #A64FEE
Complementary color
Monochromatic Colors of #A64FEE
Black with #A64FEE
Text Example
Text Example
White with #A64FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64FEE; }
p { color: rgb(166,79,238); }
H1.HeaderClassName
{
color: #A64FEE;
}
.AnyTagClassName
{
color: #A64FEE;
}
</style>
background-color css
<style>
a { background-color: #A64FEE; }
a { background-color: rgb(166,79,238); }
div.DivClassName
{
background-color: #A64FEE;
}
.BgClassName
{
background-color: #A64FEE;
}
</style>
border-color css
<style>
span { border-color: #A64FEE; }
span { border-color: rgb(166,79,238); }
td.TdClassName
{
border-color: #A64FEE;
}
.TagClassName
{
border-color: #A64FEE;
}
</style>