Shades of Medium Orchid #A64FE6
Tints of Medium Orchid #A64FE6
RGB
CMYK
RGB Variations
Color information
#A64FE6 (or 0xA64FE6) is known color: Medium Orchid. HEX triplet: A6, 4F and E6. RGB value is (166,79,230). Sum of RGB (Red+Green+Blue) = 166+79+230=475 (62% of max value = 765). Red value is 166 (65.23% from 255 or 34.95% from 475); Green value is 79 (31.25% from 255 or 16.63% from 475); Blue value is 230 (90.23% from 255 or 48.42% from 475); Max value from RGB is 230 - color contains mainly: blue. Hex color #A64FE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A64FE6 is #59B019. Grayscale: #797979. Windows color (decimal): -5877786 or 15093670. OLE color: 15093670.
HSL color Cylindrical-coordinate representation of color #A64FE6: hue angle of 274.57º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A64FE6 is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 166 | 79 | 230 | - |
| CMYK | 0.28 | 0.66 | 0 | 0.10 |
| HSL | 274.57º | 0.75% | 0.61% | - |
| HSV(B) | 274.57º | 0.66% | 0.9% | - |
| XYZ | 32.8 | 19.41 | 76.88 | - |
| YUV | 122.23 | 188.82 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 79 | 230 | 0.28 | 0.66 | 0 | 0.10 | 274.57 | 0.75 | 0.61 |
| Hex | A6 | 4F | E6 | 1C | 42 | 0 | A | 113 | 4B | 3D |
| Octal | 246 | 117 | 346 | 34 | 102 | 0 | 12 | 423 | 113 | 75 |
| Binary | 10100110 | 1001111 | 11100110 | 11100 | 1000010 | 0 | 1010 | 100010011 | 1001011 | 111101 |
Color Harmonies of #A64FE6
Complementary color
Monochromatic Colors of #A64FE6
Black with #A64FE6
Text Example
Text Example
White with #A64FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64FE6; }
p { color: rgb(166,79,230); }
H1.HeaderClassName
{
color: #A64FE6;
}
.AnyTagClassName
{
color: #A64FE6;
}
</style>
background-color css
<style>
a { background-color: #A64FE6; }
a { background-color: rgb(166,79,230); }
div.DivClassName
{
background-color: #A64FE6;
}
.BgClassName
{
background-color: #A64FE6;
}
</style>
border-color css
<style>
span { border-color: #A64FE6; }
span { border-color: rgb(166,79,230); }
td.TdClassName
{
border-color: #A64FE6;
}
.TagClassName
{
border-color: #A64FE6;
}
</style>