Shades of Medium Orchid #A64FFA
Tints of Medium Orchid #A64FFA
RGB
CMYK
RGB Variations
Color information
#A64FFA (or 0xA64FFA) is known color: Medium Orchid. HEX triplet: A6, 4F and FA. RGB value is (166,79,250). Sum of RGB (Red+Green+Blue) = 166+79+250=495 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.54% from 495); Green value is 79 (31.25% from 255 or 15.96% from 495); Blue value is 250 (98.05% from 255 or 50.51% from 495); Max value from RGB is 250 - color contains mainly: blue. Hex color #A64FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A64FFA is #59B005. Grayscale: #7B7B7B. Windows color (decimal): -5877766 or 16404390. OLE color: 16404390.
HSL color Cylindrical-coordinate representation of color #A64FFA: hue angle of 270.53º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A64FFA is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 79 | 250 | - |
| CMYK | 0.34 | 0.68 | 0 | 0.02 |
| HSL | 270.53º | 0.94% | 0.65% | - |
| HSV(B) | 270.53º | 0.68% | 0.98% | - |
| XYZ | 35.78 | 20.6 | 92.53 | - |
| YUV | 124.51 | 198.82 | 157.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 79 | 250 | 0.34 | 0.68 | 0 | 0.02 | 270.53 | 0.94 | 0.65 |
| Hex | A6 | 4F | FA | 22 | 44 | 0 | 2 | 10F | 5E | 41 |
| Octal | 246 | 117 | 372 | 42 | 104 | 0 | 2 | 417 | 136 | 101 |
| Binary | 10100110 | 1001111 | 11111010 | 100010 | 1000100 | 0 | 10 | 100001111 | 1011110 | 1000001 |
Color Harmonies of #A64FFA
Complementary color
Monochromatic Colors of #A64FFA
Black with #A64FFA
Text Example
Text Example
White with #A64FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64FFA; }
p { color: rgb(166,79,250); }
H1.HeaderClassName
{
color: #A64FFA;
}
.AnyTagClassName
{
color: #A64FFA;
}
</style>
background-color css
<style>
a { background-color: #A64FFA; }
a { background-color: rgb(166,79,250); }
div.DivClassName
{
background-color: #A64FFA;
}
.BgClassName
{
background-color: #A64FFA;
}
</style>
border-color css
<style>
span { border-color: #A64FFA; }
span { border-color: rgb(166,79,250); }
td.TdClassName
{
border-color: #A64FFA;
}
.TagClassName
{
border-color: #A64FFA;
}
</style>