Shades of Medium Orchid #A756EF
Tints of Medium Orchid #A756EF
RGB
CMYK
RGB Variations
Color information
#A756EF (or 0xA756EF) is known color: Medium Orchid. HEX triplet: A7, 56 and EF. RGB value is (167,86,239). Sum of RGB (Red+Green+Blue) = 167+86+239=492 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.94% from 492); Green value is 86 (33.98% from 255 or 17.48% from 492); Blue value is 239 (93.75% from 255 or 48.58% from 492); Max value from RGB is 239 - color contains mainly: blue. Hex color #A756EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A756EF is #58A910. Grayscale: #7F7F7F. Windows color (decimal): -5810449 or 15685287. OLE color: 15685287.
HSL color Cylindrical-coordinate representation of color #A756EF: hue angle of 271.76º 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 #A756EF is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 167 | 86 | 239 | - |
| CMYK | 0.30 | 0.64 | 0 | 0.06 |
| HSL | 271.76º | 0.83% | 0.64% | - |
| HSV(B) | 271.76º | 0.64% | 0.94% | - |
| XYZ | 34.84 | 21.1 | 83.9 | - |
| YUV | 127.66 | 190.84 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 86 | 239 | 0.30 | 0.64 | 0 | 0.06 | 271.76 | 0.83 | 0.64 |
| Hex | A7 | 56 | EF | 1E | 40 | 0 | 6 | 110 | 53 | 40 |
| Octal | 247 | 126 | 357 | 36 | 100 | 0 | 6 | 420 | 123 | 100 |
| Binary | 10100111 | 1010110 | 11101111 | 11110 | 1000000 | 0 | 110 | 100010000 | 1010011 | 1000000 |
Color Harmonies of #A756EF
Complementary color
Monochromatic Colors of #A756EF
Black with #A756EF
Text Example
Text Example
White with #A756EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A756EF; }
p { color: rgb(167,86,239); }
H1.HeaderClassName
{
color: #A756EF;
}
.AnyTagClassName
{
color: #A756EF;
}
</style>
background-color css
<style>
a { background-color: #A756EF; }
a { background-color: rgb(167,86,239); }
div.DivClassName
{
background-color: #A756EF;
}
.BgClassName
{
background-color: #A756EF;
}
</style>
border-color css
<style>
span { border-color: #A756EF; }
span { border-color: rgb(167,86,239); }
td.TdClassName
{
border-color: #A756EF;
}
.TagClassName
{
border-color: #A756EF;
}
</style>