Shades of Medium Orchid #A856EF
Tints of Medium Orchid #A856EF
RGB
CMYK
RGB Variations
Color information
#A856EF (or 0xA856EF) is known color: Medium Orchid. HEX triplet: A8, 56 and EF. RGB value is (168,86,239). Sum of RGB (Red+Green+Blue) = 168+86+239=493 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.08% from 493); Green value is 86 (33.98% from 255 or 17.44% from 493); Blue value is 239 (93.75% from 255 or 48.48% from 493); Max value from RGB is 239 - color contains mainly: blue. Hex color #A856EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A856EF is #57A910. Grayscale: #7F7F7F. Windows color (decimal): -5744913 or 15685288. OLE color: 15685288.
HSL color Cylindrical-coordinate representation of color #A856EF: hue angle of 272.16º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A856EF is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 86 | 239 | - |
| CMYK | 0.30 | 0.64 | 0 | 0.06 |
| HSL | 272.16º | 0.83% | 0.64% | - |
| HSV(B) | 272.16º | 0.64% | 0.94% | - |
| XYZ | 35.06 | 21.21 | 83.91 | - |
| YUV | 127.96 | 190.67 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 86 | 239 | 0.30 | 0.64 | 0 | 0.06 | 272.16 | 0.83 | 0.64 |
| Hex | A8 | 56 | EF | 1E | 40 | 0 | 6 | 110 | 53 | 40 |
| Octal | 250 | 126 | 357 | 36 | 100 | 0 | 6 | 420 | 123 | 100 |
| Binary | 10101000 | 1010110 | 11101111 | 11110 | 1000000 | 0 | 110 | 100010000 | 1010011 | 1000000 |
Color Harmonies of #A856EF
Complementary color
Monochromatic Colors of #A856EF
Black with #A856EF
Text Example
Text Example
White with #A856EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A856EF; }
p { color: rgb(168,86,239); }
H1.HeaderClassName
{
color: #A856EF;
}
.AnyTagClassName
{
color: #A856EF;
}
</style>
background-color css
<style>
a { background-color: #A856EF; }
a { background-color: rgb(168,86,239); }
div.DivClassName
{
background-color: #A856EF;
}
.BgClassName
{
background-color: #A856EF;
}
</style>
border-color css
<style>
span { border-color: #A856EF; }
span { border-color: rgb(168,86,239); }
td.TdClassName
{
border-color: #A856EF;
}
.TagClassName
{
border-color: #A856EF;
}
</style>