Shades of Medium Orchid #A755EC
Tints of Medium Orchid #A755EC
RGB
CMYK
RGB Variations
Color information
#A755EC (or 0xA755EC) is known color: Medium Orchid. HEX triplet: A7, 55 and EC. RGB value is (167,85,236). Sum of RGB (Red+Green+Blue) = 167+85+236=488 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.22% from 488); Green value is 85 (33.59% from 255 or 17.42% from 488); Blue value is 236 (92.58% from 255 or 48.36% from 488); Max value from RGB is 236 - color contains mainly: blue. Hex color #A755EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A755EC is #58AA13. Grayscale: #7E7E7E. Windows color (decimal): -5810708 or 15488423. OLE color: 15488423.
HSL color Cylindrical-coordinate representation of color #A755EC: hue angle of 272.58º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A755EC is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 85 | 236 | - |
| CMYK | 0.29 | 0.64 | 0 | 0.07 |
| HSL | 272.58º | 0.8% | 0.63% | - |
| HSV(B) | 272.58º | 0.64% | 0.93% | - |
| XYZ | 34.33 | 20.77 | 81.56 | - |
| YUV | 126.73 | 189.67 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 85 | 236 | 0.29 | 0.64 | 0 | 0.07 | 272.58 | 0.8 | 0.63 |
| Hex | A7 | 55 | EC | 1D | 40 | 0 | 7 | 111 | 50 | 3F |
| Octal | 247 | 125 | 354 | 35 | 100 | 0 | 7 | 421 | 120 | 77 |
| Binary | 10100111 | 1010101 | 11101100 | 11101 | 1000000 | 0 | 111 | 100010001 | 1010000 | 111111 |
Color Harmonies of #A755EC
Complementary color
Monochromatic Colors of #A755EC
Black with #A755EC
Text Example
Text Example
White with #A755EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A755EC; }
p { color: rgb(167,85,236); }
H1.HeaderClassName
{
color: #A755EC;
}
.AnyTagClassName
{
color: #A755EC;
}
</style>
background-color css
<style>
a { background-color: #A755EC; }
a { background-color: rgb(167,85,236); }
div.DivClassName
{
background-color: #A755EC;
}
.BgClassName
{
background-color: #A755EC;
}
</style>
border-color css
<style>
span { border-color: #A755EC; }
span { border-color: rgb(167,85,236); }
td.TdClassName
{
border-color: #A755EC;
}
.TagClassName
{
border-color: #A755EC;
}
</style>