Shades of Medium Orchid #A756E3
Tints of Medium Orchid #A756E3
RGB
CMYK
RGB Variations
Color information
#A756E3 (or 0xA756E3) is known color: Medium Orchid. HEX triplet: A7, 56 and E3. RGB value is (167,86,227). Sum of RGB (Red+Green+Blue) = 167+86+227=480 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.79% from 480); Green value is 86 (33.98% from 255 or 17.92% from 480); Blue value is 227 (89.06% from 255 or 47.29% from 480); Max value from RGB is 227 - color contains mainly: blue. Hex color #A756E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A756E3 is #58A91C. Grayscale: #7D7D7D. Windows color (decimal): -5810461 or 14898855. OLE color: 14898855.
HSL color Cylindrical-coordinate representation of color #A756E3: hue angle of 274.47º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A756E3 is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 167 | 86 | 227 | - |
| CMYK | 0.26 | 0.62 | 0 | 0.11 |
| HSL | 274.47º | 0.72% | 0.61% | - |
| HSV(B) | 274.47º | 0.62% | 0.89% | - |
| XYZ | 33.13 | 20.42 | 74.87 | - |
| YUV | 126.29 | 184.84 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 86 | 227 | 0.26 | 0.62 | 0 | 0.11 | 274.47 | 0.72 | 0.61 |
| Hex | A7 | 56 | E3 | 1A | 3E | 0 | B | 112 | 48 | 3D |
| Octal | 247 | 126 | 343 | 32 | 76 | 0 | 13 | 422 | 110 | 75 |
| Binary | 10100111 | 1010110 | 11100011 | 11010 | 111110 | 0 | 1011 | 100010010 | 1001000 | 111101 |
Color Harmonies of #A756E3
Complementary color
Monochromatic Colors of #A756E3
Black with #A756E3
Text Example
Text Example
White with #A756E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A756E3; }
p { color: rgb(167,86,227); }
H1.HeaderClassName
{
color: #A756E3;
}
.AnyTagClassName
{
color: #A756E3;
}
</style>
background-color css
<style>
a { background-color: #A756E3; }
a { background-color: rgb(167,86,227); }
div.DivClassName
{
background-color: #A756E3;
}
.BgClassName
{
background-color: #A756E3;
}
</style>
border-color css
<style>
span { border-color: #A756E3; }
span { border-color: rgb(167,86,227); }
td.TdClassName
{
border-color: #A756E3;
}
.TagClassName
{
border-color: #A756E3;
}
</style>