Shades of Medium Orchid #A846EC
Tints of Medium Orchid #A846EC
RGB
CMYK
RGB Variations
Color information
#A846EC (or 0xA846EC) is known color: Medium Orchid. HEX triplet: A8, 46 and EC. RGB value is (168,70,236). Sum of RGB (Red+Green+Blue) = 168+70+236=474 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.44% from 474); Green value is 70 (27.73% from 255 or 14.77% from 474); Blue value is 236 (92.58% from 255 or 49.79% from 474); Max value from RGB is 236 - color contains mainly: blue. Hex color #A846EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A846EC is #57B913. Grayscale: #757575. Windows color (decimal): -5749012 or 15484584. OLE color: 15484584.
HSL color Cylindrical-coordinate representation of color #A846EC: hue angle of 275.42º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A846EC is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 70 | 236 | - |
| CMYK | 0.29 | 0.70 | 0 | 0.07 |
| HSL | 275.42º | 0.81% | 0.6% | - |
| HSV(B) | 275.42º | 0.7% | 0.93% | - |
| XYZ | 33.48 | 18.76 | 81.21 | - |
| YUV | 118.23 | 194.47 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 70 | 236 | 0.29 | 0.70 | 0 | 0.07 | 275.42 | 0.81 | 0.6 |
| Hex | A8 | 46 | EC | 1D | 46 | 0 | 7 | 113 | 51 | 3C |
| Octal | 250 | 106 | 354 | 35 | 106 | 0 | 7 | 423 | 121 | 74 |
| Binary | 10101000 | 1000110 | 11101100 | 11101 | 1000110 | 0 | 111 | 100010011 | 1010001 | 111100 |
Color Harmonies of #A846EC
Complementary color
Monochromatic Colors of #A846EC
Black with #A846EC
Text Example
Text Example
White with #A846EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A846EC; }
p { color: rgb(168,70,236); }
H1.HeaderClassName
{
color: #A846EC;
}
.AnyTagClassName
{
color: #A846EC;
}
</style>
background-color css
<style>
a { background-color: #A846EC; }
a { background-color: rgb(168,70,236); }
div.DivClassName
{
background-color: #A846EC;
}
.BgClassName
{
background-color: #A846EC;
}
</style>
border-color css
<style>
span { border-color: #A846EC; }
span { border-color: rgb(168,70,236); }
td.TdClassName
{
border-color: #A846EC;
}
.TagClassName
{
border-color: #A846EC;
}
</style>