Shades of Medium Orchid #A856F4
Tints of Medium Orchid #A856F4
RGB
CMYK
RGB Variations
Color information
#A856F4 (or 0xA856F4) is known color: Medium Orchid. HEX triplet: A8, 56 and F4. RGB value is (168,86,244). Sum of RGB (Red+Green+Blue) = 168+86+244=498 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.73% from 498); Green value is 86 (33.98% from 255 or 17.27% from 498); Blue value is 244 (95.70% from 255 or 49.00% from 498); Max value from RGB is 244 - color contains mainly: blue. Hex color #A856F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A856F4 is #57A90B. Grayscale: #7F7F7F. Windows color (decimal): -5744908 or 16012968. OLE color: 16012968.
HSL color Cylindrical-coordinate representation of color #A856F4: hue angle of 271.14º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A856F4 is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 86 | 244 | - |
| CMYK | 0.31 | 0.65 | 0 | 0.04 |
| HSL | 271.14º | 0.88% | 0.65% | - |
| HSV(B) | 271.14º | 0.65% | 0.96% | - |
| XYZ | 35.81 | 21.51 | 87.85 | - |
| YUV | 128.53 | 193.17 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 86 | 244 | 0.31 | 0.65 | 0 | 0.04 | 271.14 | 0.88 | 0.65 |
| Hex | A8 | 56 | F4 | 1F | 41 | 0 | 4 | 10F | 58 | 41 |
| Octal | 250 | 126 | 364 | 37 | 101 | 0 | 4 | 417 | 130 | 101 |
| Binary | 10101000 | 1010110 | 11110100 | 11111 | 1000001 | 0 | 100 | 100001111 | 1011000 | 1000001 |
Color Harmonies of #A856F4
Complementary color
Monochromatic Colors of #A856F4
Black with #A856F4
Text Example
Text Example
White with #A856F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A856F4; }
p { color: rgb(168,86,244); }
H1.HeaderClassName
{
color: #A856F4;
}
.AnyTagClassName
{
color: #A856F4;
}
</style>
background-color css
<style>
a { background-color: #A856F4; }
a { background-color: rgb(168,86,244); }
div.DivClassName
{
background-color: #A856F4;
}
.BgClassName
{
background-color: #A856F4;
}
</style>
border-color css
<style>
span { border-color: #A856F4; }
span { border-color: rgb(168,86,244); }
td.TdClassName
{
border-color: #A856F4;
}
.TagClassName
{
border-color: #A856F4;
}
</style>