Shades of Medium Orchid #A856F3
Tints of Medium Orchid #A856F3
RGB
CMYK
RGB Variations
Color information
#A856F3 (or 0xA856F3) is known color: Medium Orchid. HEX triplet: A8, 56 and F3. RGB value is (168,86,243). Sum of RGB (Red+Green+Blue) = 168+86+243=497 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.80% from 497); Green value is 86 (33.98% from 255 or 17.30% from 497); Blue value is 243 (95.31% from 255 or 48.89% from 497); Max value from RGB is 243 - color contains mainly: blue. Hex color #A856F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A856F3 is #57A90C. Grayscale: #7F7F7F. Windows color (decimal): -5744909 or 15947432. OLE color: 15947432.
HSL color Cylindrical-coordinate representation of color #A856F3: hue angle of 271.34º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A856F3 is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 86 | 243 | - |
| CMYK | 0.31 | 0.65 | 0 | 0.05 |
| HSL | 271.34º | 0.87% | 0.65% | - |
| HSV(B) | 271.34º | 0.65% | 0.95% | - |
| XYZ | 35.65 | 21.45 | 87.06 | - |
| YUV | 128.42 | 192.67 | 156.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 86 | 243 | 0.31 | 0.65 | 0 | 0.05 | 271.34 | 0.87 | 0.65 |
| Hex | A8 | 56 | F3 | 1F | 41 | 0 | 5 | 10F | 57 | 41 |
| Octal | 250 | 126 | 363 | 37 | 101 | 0 | 5 | 417 | 127 | 101 |
| Binary | 10101000 | 1010110 | 11110011 | 11111 | 1000001 | 0 | 101 | 100001111 | 1010111 | 1000001 |
Color Harmonies of #A856F3
Complementary color
Monochromatic Colors of #A856F3
Black with #A856F3
Text Example
Text Example
White with #A856F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A856F3; }
p { color: rgb(168,86,243); }
H1.HeaderClassName
{
color: #A856F3;
}
.AnyTagClassName
{
color: #A856F3;
}
</style>
background-color css
<style>
a { background-color: #A856F3; }
a { background-color: rgb(168,86,243); }
div.DivClassName
{
background-color: #A856F3;
}
.BgClassName
{
background-color: #A856F3;
}
</style>
border-color css
<style>
span { border-color: #A856F3; }
span { border-color: rgb(168,86,243); }
td.TdClassName
{
border-color: #A856F3;
}
.TagClassName
{
border-color: #A856F3;
}
</style>