Shades of Medium Orchid #A756EA
Tints of Medium Orchid #A756EA
RGB
CMYK
RGB Variations
Color information
#A756EA (or 0xA756EA) is known color: Medium Orchid. HEX triplet: A7, 56 and EA. RGB value is (167,86,234). Sum of RGB (Red+Green+Blue) = 167+86+234=487 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.29% from 487); Green value is 86 (33.98% from 255 or 17.66% from 487); Blue value is 234 (91.80% from 255 or 48.05% from 487); Max value from RGB is 234 - color contains mainly: blue. Hex color #A756EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A756EA is #58A915. Grayscale: #7E7E7E. Windows color (decimal): -5810454 or 15357607. OLE color: 15357607.
HSL color Cylindrical-coordinate representation of color #A756EA: hue angle of 272.84º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A756EA is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 167 | 86 | 234 | - |
| CMYK | 0.29 | 0.63 | 0 | 0.08 |
| HSL | 272.84º | 0.78% | 0.63% | - |
| HSV(B) | 272.84º | 0.63% | 0.92% | - |
| XYZ | 34.12 | 20.81 | 80.06 | - |
| YUV | 127.09 | 188.34 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 86 | 234 | 0.29 | 0.63 | 0 | 0.08 | 272.84 | 0.78 | 0.63 |
| Hex | A7 | 56 | EA | 1D | 3F | 0 | 8 | 111 | 4E | 3F |
| Octal | 247 | 126 | 352 | 35 | 77 | 0 | 10 | 421 | 116 | 77 |
| Binary | 10100111 | 1010110 | 11101010 | 11101 | 111111 | 0 | 1000 | 100010001 | 1001110 | 111111 |
Color Harmonies of #A756EA
Complementary color
Monochromatic Colors of #A756EA
Black with #A756EA
Text Example
Text Example
White with #A756EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A756EA; }
p { color: rgb(167,86,234); }
H1.HeaderClassName
{
color: #A756EA;
}
.AnyTagClassName
{
color: #A756EA;
}
</style>
background-color css
<style>
a { background-color: #A756EA; }
a { background-color: rgb(167,86,234); }
div.DivClassName
{
background-color: #A756EA;
}
.BgClassName
{
background-color: #A756EA;
}
</style>
border-color css
<style>
span { border-color: #A756EA; }
span { border-color: rgb(167,86,234); }
td.TdClassName
{
border-color: #A756EA;
}
.TagClassName
{
border-color: #A756EA;
}
</style>